/* BASIC */
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {

	font-family: "Trebuchet MS",verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding:0;
	color:#564b47;

}

html {
height:100%;
overflow: -moz-scrollbars-vertical;
}

body {
height:100%;

}

hr {
	width: 80%;
	color: #cccccc;
	text-align: center;
}

#right h2 {
	margin: 0px 0 0 10px;
	text-align:left;
	font-size: 13px;
	font-weight: bolder;
}

ul {
	list-style: square;
	margin-left: 30px;
}

.box_left{
   margin: auto auto auto auto;
	width: 85%;
	text-align:left;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.box_right {
   margin: auto auto;
	padding:5px;
	text-align:left;
	width: 90%;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}


.box_right {
	background-color: White;
}


.box_right_twitter {
	margin: auto auto;
	padding: 0 5px 5px 0px;
	text-align: left;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	width: 90%;
	background-color:#CDCDCD;
}

.ad_button_156_60 {
	width: 156px;
	height: 150px;
	background-color: #ffffff;
	margin-bottom: 5px;
	border-top:1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding-top: 4px;
}

.bilder {
	text-align: center;
}

.mitte {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -319px; /* 200 durch Breite des HALBEN Bilders ersetzen */
	margin-top: -339px; /* 200 durch Höhe des HALBEN Bilders ersetzen */
}

#main {

	height: 100%;
   text-align: center;
	
}

#inhalt_main {
   margin: 0px 0px 0px 0px;

	background:url(../images/bg.gif) repeat-y top center ;
}



#kopf {
margin: 0px auto 0px auto;
	width: 900px;
	height: 251px;
	display: block;
background-color: White;
}

#header1 {
	height: 130px;
   background: url(../images/header.gif);
}

#header2 {
	height: 26px;
   background-color: #006E2F; /* #1D3B79;  Original blauton*/
	border-top: 1px solid White;
	border-bottom: 1px solid White;
}

#header3 {
	height: 95px;
	
   background: url(../images/bilderleiste.jpg);
}

#mitte {
margin: 12px auto 12px auto;
	width: 900px;
 background-color: transparent;

}

#content_border {
	clear: both;
}

#navi {
	float:left;
	width: 179px;
	height: 500px;
	text-align: left;
	margin: 0px 0 0 0;
	padding:0px 0 0 0;
	font: normal 13px "Trebuchet MS",verdana, sans-serif;
	background:TRANSPARENT;
	
}



#content {
	text-align: left;

	vertical-align: top;
	float: left;
	width: 543px;

}

#main_content {
text-align: justify;
	padding: 0 12px 12px 12px;

}

#main_content h1 {
	font-size: 15px;
	font-weight:bolder;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
}

#main_content p {
	margin: 10px 0 20px 0 ;
}

/*#main_content img {
	float:left;
	padding-right: 5px;
	padding-bottom: 5px;
}*/

#right {
	float: right;
	width: 178px;
   text-align: center;
}

.rechts {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: text-top;
}

.left {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.datum {
	font-size: 10px;
	color: Gray;
}

#fuss {
	clear: both;
margin: 0px auto 0px auto;
	width: 900px;
	height: 70px;
	display: block;
background-color: White;
}

#footer1 {

}
#footer2 {

	height: 26px;
   background-color: #ffffff;
}


/* CSS für Slider in aktuell*/
.question{
		cursor:pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */
	}
		
	.answer{
		
	border: 1px solid #555555;
	padding:3px;
	width:100%;
	background-color:#F0F0F0;
	text-align: center;
	display:none;	
	}

.arrow {
   padding-left: 20px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



/* CSS für Caroussel */


	.carousel_container {
		width: 515px;
		height: 350px;
		margin: 0px auto;
		border: 0px solid #CCCCCC;
	}
