* {
	margin:0;
	padding:0;
}
body {
	background-image:url(img/body_bg.jpg);
	color:#214625;
	font-family:Times New Roman;
	font-size:13px;
	line-height:20px;
}
a {	
	text-decoration:none; 
	color:#214625;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:28px;
	font-weight:normal;
}
#navi {
	color:#214625;
	font-family:times new roman;
	font-size:18px;
	color:#214625;
	font-weight:normal;
	height:20px;
	margin-left:235px;
}

#navi a {
	color:#214625;
	font-weight:normal;
	text-decoration:none;
	margin:0 5px;
}
#navi a:hover {
	font-weight:normal;
	text-decoration:underline;
}
#wrapper {
	height:665px;
	width:980px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-350px;
	margin-left:-490px;
}
#content {
	height:665px;
	width:980px;
	background-image:url('img/background.png');
}

#top {
	height:397px;
	padding-top:10px;
}

#bottom {
	height:237px;
}

#bottom img{
	margin-left:34px;
	margin-top:40px;
}

#footer {
	margin-left:20px;
	color:#909090;
	margin-top:-10px;
	line-height:16px;
	float:left;
}

#flash {
	//margin-left:20px;
}

/*############################*/
/*######### - 02c - ##########*/
/*############################*/
#o2c_top {
	height:71px;	
	padding-top:40px;
	padding-left:50px;
	padding-right:50px;
	background-image:url('img/02content_top.png');
}


#o2c_top a:link {
	font-size:16px;
}

#o2c_top a:visited {
	font-size:16px;
}


#line {
	height:1px;
	background-color:#214625;
	margin:10px 0 5px 0 ;
}
#o2c_bottom {
	height:140px;
	background-image:url('img/02content_bottom.png');
	margin-bottom:3px;
}
	
#o2c_bottom img{
	margin-left:760px;
	margin-top:15px;
}

#o2c_content {
	min-height:382px;
	width:876px;
	padding:0 49px;	
	background-repeat:repeat-y;
	background-image:url('img/02content_bg.png');
	padding-bottom:30px;
	margin-left:1px;
	color:#604800;
	font-size:18px;
	line-height:28px;
}
#o2c_content p span {
	font-size:14px;
}
#o2c_content ul li{
	margin-left:20px;
	color:#604800;
	font-size:18px;
	line-height:28px;
}
#o2c_content #ref table {
	//border:1px solid black;
}
#o2c_content #ref table tr{
	float:left;
	width:250px;
	padding: 0 20px 0 0 ;
	margin:2px 2px 0 0;
	/*border:1px solid black;*/
}
#o2c_content #ref table tr li{
	margin-left:15px;
}
#o2c_content #ref table tr th{
	text-align:center;
	background-color:#214625;
	color:#fec200;
	width:250px;float:left;
	margin:2px 2px 0 2px;
	width:250px;
}
#o2c_content #ref table tr td a img{
	border:none;
}
#lvg {
	float:left;
	margin:0 50px 50px 0;
}
#o2c_content #ref table tr td{
	width:250px;
	padding: 0 20px 0 0;
}


.feld {
	float: left;
	width: 400px;
	text-align: left;
	padding-top:5px;
	margin-top:-5px;
	padding-top: 3px;
} 
.feld input{
	color:#8f8f8f;
	font-size:14px;
} 
.feld input:focus, textarea:focus{
	background-color: lightyellow;
	border:2px solid #729FCF;
}


span.error {
	background-color: #ff0000;
}

span.error input.CMS_VALIDATION_FAILED {
	filter:alpha(opacity=70); /* Für IE */
	-moz-opacity:0.7; /* Für Gecko-Browser */
	opacity:0.7; /* Für Konqueror, Opera 9+, Safari */

}




