body
{
	margin-top:1px;
	background-color:#424242;
}

#master
{
	margin: auto;
	padding: 15px 15px 15px 15px;
	width:970px;
	font-family:Verdana;
	font-size:12px;
	text-align:left;
	color:#000000;
	background-color:#FFFFFF;
	
	-webkit-border-radiust: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#head
{
	height:200px;
	
	background-color:#FFFFFF;
	background-image:url(images/b.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
	font-weight:bold;
	font-size:14px;
	font-family:Arial;
}

/* MENÜ oben */

#head ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	margin-left:240px;
}

#head ul li
{

	float:left;
	margin-top:3px;
	margin-right:3px;
	padding:7px 7px 7px 7px;
	border-top:1px solid #72a855;
	border-left:1px solid #72a855;
	border-right:1px solid #72a855;
	cursor:pointer;
	
	text-align:center;
	font-weight:bold;
	color:#748660;
	background-color:#EFFBEF;
	
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
	

}

#head ul li:hover
{
	color:#FFFFFF;
	background-color:#006600;

	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;

}

#bannertxt
{
	margin-top:-139px;
	margin-left:245px;
	padding:5px 5px 5px 5px;
	width:450px;
	color:#000000;
	background-color:#F2F2F2;
	font-size:12px;
	
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#head2
{
	height:20px;
	padding-top:10px;
	padding-right:15px;
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	background-color:#006600;
	margin-left:240px;
	margin-bottom:15px;
	
	-webkit-border-radius-topright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	
	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	
	border-radius-topright: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}

#contentleft
{
	float:left;
	width:194px;
	margin-top:25px;
	margin-left:15px;
	
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

/* MENÜ links */

#contentleft ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
}

#contentleft ul li
{
	float:left;
	padding:7px 5px 5px 28px;
	width:161px;
	height:18px;
	background-image:url(images/b3.png);
	
	font-weight:bold;
	font-size:10px;
	color:#000000;
	cursor:pointer;
}

#contentleft ul li:hover
{
	background-image:url(images/b32.png);
}

#contentleft ul li a
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#content
{
	padding: 10px 10px 10px 10px;
	float:right;
	width:705px;
	height:470px;
	
	border-style:solid;
	border-width:2px;
	border-color:#748660;
	
	margin-left:10px;
	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow-y:auto;
	
	background-color:#F2F2F2;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#footer
{
	margin-top:20px;
	text-align:right;
	font-size:10px;
	float:right;
	color:#FFFFFF;
}

#footer img
{
	border:none;
	width:95px;
	margin-left:10px;
}

.break
{
	clear:both;
}

#rs
{
	border:none;
	width:220px;
}

.infobanner_headline
{
	font-size:10px;
	font-family:Verdana;
}

a
{
	text-decoration:none;
	color:#006600;
}

a:hover
{
	color:#FFFFFF;
	background-color:#006600;
}

