body {
	background-color: #CCC;
	font-family: 'Source Sans Pro', sans-serif;
}

#main {
	width: 940px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 9px solid #E8E8E8;
	background-color: #FFF;
}

#header {
	font-size: 20px;
	color: #999;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

.header_left {
	width: 550px;
	float: left;
	text-align: left;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 10px 0px 0px 20px;
	font-weight: bold;
	font-size: 36px;
	color: #999;
}

.header_right {
	width: 200px;
	float: right;
	text-align: right;
	margin: 5px 10px 0px 0px;
}

.img_right {
	width: 1000px;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 10px 20px 0px 0px;
	font-weight: bold;
	font-size: 20px;
	color: #999;
}


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

#footer {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin: 10px 10px 10px 10px;
}

p.txt_center {
	text-align: center;
}

p.txt_center_i {
	text-align: center;
	font-style: italic;
}

p.info_center {
	text-align: center;
	border: 9px solid #E8E8E8;
	background-color: #666;
	color: #FFF;
	width: 400px;
	margin: auto;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

p.txt_center_error {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 80px 0px 80px 0px;	
}




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

p.beschreibung {
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	font-size: 15px;
	color: #666;
}

span.date {
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	font-size: 15px;
	color: #666;
}



/* Schatten beim Parter */

.pre_parter {
	height: 10px;
	margin: 30px 0px -1px 0px;
	background: url(../../_system/images/Schatten_oben.png) center top no-repeat;
}

.post_parter {
	height: 10px;
	margin: 0px 0px 20px 0px;
	background: url(../../_system/images/Schatten_unten.png) center top no-repeat;
}

.parter {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 23px;
	/*
		height: 25px;
	*/
	color: #FFF;
	padding: 15px 40px 1px 40px;
	margin: 0px 0px 0px 0px;
	background: #0f83c6;
	text-align: center;
}

.parter_red {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 23px;
	height: 25px;
	color: #FFF;
	padding: 15px 40px 20px 40px;
	margin: 0px 0px 0px 0px;
	background: orange;
	text-align: center;
}

hr.trenner {
	width: 600px;
	border: 1px solid #0f83c6;
	background-color: #0f83c6;
}



.abgerundet {
	-webkit-border-radius: 15px; /* Safari, Chrome */
	-khtml-border-radius: 15px; /* Konqueror */
	-moz-border-radius: 15px; /* Firefox */
	border-radius: 15px; /* CSS3 */
}

.count {
	display: inline-block;
	text-align: center;
	padding: 5px;
	width: 18px;
}

.count_txt {
	display: inline-block;
	text-align: center;
	padding: 5px 12px;
	margin: 5px;
}

.number_a {
	color: #FFF;
	background-color: #0f83c6;
}

.number_b {
	color: #FFF;
	background-color: #32cd32;
}

.number_c {
	color: #FFF;
	background-color: #666666;
}

.number_d {
	color: #FFF;
	background-color: orange;
}

.number_e {
	color: #FFF;
	background-color: red;
}



table.thumbs {
	width: 800px;
	margin: auto;
	text-align: center;
	border-collapse: collapse;
}



tr.switch:nth-child(even) {
	background-color: #EEEEEE;
}

tr.switch:nth-child(odd) {
	background-color: #CCCCCC;
}





/* CLEAR */

.clear {
	clear: both;
}




/* 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;
}