@charset "utf-8";

html { 
	overflow-y:scroll; 
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	background-image:url('images/top_bg.png');
	background-repeat:repeat-x;
	color:#666;
}

#container{
	width:456px;
	/* min-height:100%; */
	margin:auto;
}

.red_text{
	color:#681818;
}

.green_text{
	color:#668329;
}

#regform{
	width:100%;
}

select, input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	border-style:solid;
	border-width:2px;
	border-color:#DDD;
	padding:6px;
	font-size:10px;
	color:#666;
}

select:hover, input:hover, textarea:hover{
	border-color:#BBB;
}


#nav{
	text-align:center;
	padding-top:5px;
	margin-top:0px;
	margin-bottom:30px;
	margin-left:0px;
}

#nav a{
	text-decoration:none;
	color:#666;
}

#nav a:hover{
	color:#000;
}

#nav img{
	vertical-align:middle;
	border-width:0;
}

#nav li {
  display: inline; /* Listenelemente nebeneinander */
  padding:4px;
  list-style-type: none; /* Aufzählungszeichen entfernen */
}

#main_cont{
	width:706px;
	margin:auto;
}

#left{
	text-align:left;
	width:150px;
	float:left;
	border-width:1px;
	border-color:#CCC;
	border-style:none solid none none;
}

#left input{
	border-style:solid;
	border-color:#DDD;
	color:#666;
	font-size:9px;
	padding:2px;
	border-width:1px;
	vertical-align:middle;
}


#main{
	text-align:left;
	width:356px;
	/* min-height:400px; */
	/*margin-bottom:50px;*/
	margin-left:50px;
	float:left;
}


td img{
	vertical-align:middle;
}

.frage{
	padding:5px;
	padding-right:30px;
	background-color:#e0e0e0;
	border: 1px solid #cdcdcd;
	margin-bottom:5px;
	background-image:url('images/icons/help.png');
	background-repeat:no-repeat;
	background-position:335px 3px; 
}

.frage_inh{
	overflow:hidden;
	width:276px;
}

.antwort{
	padding:5px;
	padding-right:30px;
	background-color:#e6f2fe;
	border: 1px solid #cdcdcd;
	margin-bottom:5px;
	background-image:url('images/icons/answer.png');
	background-repeat:no-repeat;
	background-position:335px 3px;
}

.antwort_inh{
	overflow:hidden;
	width:276px;
}

.photo{
	border-style:solid;
	border-width:1px;
	border-color:#888;
	margin-top:5px;
	margin-bottom:5px;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	left:32%;
	height: 470px;
	padding: 16px;
	border: none;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.topright{
	display:block;
	position:absolute;
	top:0;
	right:10px;
	width:339px;
	height:61px;
	background-image:url('images/top_bar.png');
}

.topright img{
	vertical-align:middle;
}

.topright form{

}

.topright input{
	border-style:solid;
	border-color:#DDD;
	color:#666;
	font-size:9px;
	padding:2px;
	border-width:1px;
	vertical-align:middle;
}

.p1{
	width:262px;
	height:57px;
	text-align:right;
	background-image:url('images/p1.png');
	margin-bottom:30px;
	padding-top:5px;
	padding-right:10px;
}

.p2{
	width:262px;
	height:57px;
	text-align:right;
	background-image:url('images/p2.png');
	margin-bottom:30px;
	padding-top:5px;
	padding-right:10px;
}

.p3{
	width:262px;
	height:57px;
	text-align:right;
	background-image:url('images/p3.png');
	margin-bottom:30px;
	padding-top:5px;
	padding-right:10px;
}

.fix{
	width:16px;
	height:16px;
}

#twitter{
	display:block;
	width:127px;
	height:63px;
	background:url("images/twitter2.jpg") no-repeat top;
}

#twitter:hover{
	background:url("images/twitter2.jpg") no-repeat bottom;
}

.orange{
	color:#666;
	text-decoration:none;
	font-size:16px;
}
.orange:hover{
	color:#b87f15;
}

.wett_foot{
	color:#666;
	text-decoration:none;
	font-size:16px;
	text-align:center;
}
.wett_foot a{
	color:#666;
}
.wett_foot a:hover{
	color:#b87f15;
}

#start{
	width:406px;
	font-size:18px;
	margin:auto;
	padding-left:25px;
	text-align:center;
}

#start a{
	color:#666;
	text-decoration:none;
}

#start a:hover{
	color:#b87f15;
}

h2{
	font-weight:normal;
	font-size:18px;
	color:#666;
}

h2:hover{
	color:#b87f15;
}

h3{
	font-weight:normal;
	font-size:14px;
	color:#666;
	/*margin-left:25px;*/
}

h3:hover{
	color:#b87f15;
}

.indent{
	margin-left:35px;
}


#feedback{
	width:142px;
}

#feedback a{
	color:inherit;
}

#feedback img{
	vertical-align:middle;
}

#startpage_bt{
	width:385px;
	height:103px;
	background-image:url('images/start_bt.png');
	margin:auto; 
	text-align:center;
}

#startpage_first{
	padding-top:16px;
	font-size:16px;
}

#startpage_first a{
	text-decoration:none;
	color:#9bb9c2;
}

#startpage_first a:hover{
	color:#fff;
}

#startpage_last{
	padding-top:12px;
	color:#9bb9c2;
}

#startpage_last input{
	font-family:Arial, Helvetica, sans-serif;
	border-style:solid;
	border-width:2px;
	border-color:#DDD;
	padding:2px;
	font-size:10px;
	color:#666;
	margin-top:4px;
}

#startpage_last input:hover{
	border-color:#BBB;
}




