/* CSS Document */

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	color: #333;
}

#banner {
	width: 720px;
	text-align: center;
}

#main {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	background: #CCC;
	color: #333;
	position: relative;
	width: 720px;
	margin:auto;
	margin-top: 30px;
	padding: 30px 40px 30px 40px;
}

#footer {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	text-align:center;
	color: #666;

	width: 800px;
	top: 0px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 50px;
}

.rund {
	/* RUNDE ECKEN !!! */
	    -moz-border-radius: 20px;
	    -webkit-border-radius: 20px;
	    -khtml-border-radius: 20px;
	    border-radius: 20px;
	
		/* IE */
		behavior: url(/system/style/border-radius.htc);
	    border-radius: 20px;
	/* ENDE RUNDE ECKEN !!! */
}

a.active {
	color: #333;
	text-decoration:none;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 30px;
	margin-left: 10px;
	background-color:#FFF;
}

a.link_footer {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	text-align:center;
	color: #666;
	
	text-decoration:none;
}

a.link_footer:hover {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	text-align:center;
	color: #666;
	
	text-decoration:underline;
}

.kontakt_text {
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#4E4E4E;
	}

/* Ausschreibung */

.table {
	width:24%;
}

.table_2 {
}

/* Impressum */

.imp_text {
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #4E4E4E;
	line-height: 17px;
	text-align: justify;
}

.imp_text2 {
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #4E4E4E;
	line-height: 17px;
	text-align: justify;
}

.imp_text_titel {
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #4E4E4E;
	line-height: 17px;
	text-align: left;
	font-weight: bold;
}

.imp_text_titel2 {
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #4E4E4E;
	line-height: 17px;
	text-align: left;
	font-weight: bold;
}
