html,body { 

	margin: 0; 
	padding: 0; 
	background-image:url(../images/verlauf.jpg);
	background-repeat:repeat-x;
	color: #000000; 
	font-family: arial, sans-serif;

} 

div {

	zoom: 1;

}

div#header {

	position:relative;
	background-image:url(../images/topImage.jpg);
	width:700px;
	height:187px;
	margin-left:auto;
	margin-right:auto;

}

div#shaddow_repeat {
	
	width: 718px;
	background-image:url(../images/shTopFloat.gif); 
	margin-left:auto;
	margin-right:auto;

}

div#shaddow {
	
	padding:0 35px 0 9px;
	background-image:url(../images/shTop.gif);
	background-repeat:repeat-x;

}

div#image {

	background-image:url(../images/navFooterPic.jpg);
	background-repeat:no-repeat;	
	background-position:left bottom;

}

div#content_left {

	width:250px;
	float:left;

}

ul#menue, ul#menue li {

	display:block;
	width:250px;
	list-style-type:none;
	margin:0;
	padding:0;

}

ul#menue li {

	border-bottom:1px solid #ffffff;

}

ul#menue li a {

	padding-left:21px;
	clear:both;
	display:block;
	height:23px;
	line-height:23px;
	text-transform:uppercase;	
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	background-image:url(../images/navbg.gif);
	background-repeat:repeat-all;
	font-size:0.69em;

}

ul#menue li a:hover, ul#menue li a.act  {

	color:#81c300;
	padding-left:128px;	
	text-align:center;
	background-image:url(../images/navSELbg.gif);

}

div#menue_image {

	width:250px;
	height:268px;

}


div#content_right {

	width:400px;
	float:right;
	font-size:0.69em;
	line-height:1.5em;
	text-align:justify;
	padding:15px 0 15px 0;

}

div#content_right h1 {

	margin:0;
	font-size:1.1em;
	padding:0.2em 0 0.2em 0;
	text-transform:uppercase;
	color:#81c300;

}

div#content_right h2 {

	margin:0;
	font-size:1em;
	padding:0.2em 0 0.2em 0;
	color:#000000;

}

div#content_right a {

	color:#81c300;
	text-decoration:none;

}

div#content_right a:hover {

	text-decoration:underline;

}

div#content_right a img {

	border:0;

}

div#content_right p {

	padding:0;
	margin:0.2em 0 1em 0;

}

div#content_right ul {

	margin:0;
	padding:0 0 0 15px;
	list-style-type:none;
	display:block;

}

div#content_right ul li {

	margin:0;
	padding:0 0 0 22px;
	list-style-type:none;
	display:block;
	background-image:url(../images/info.gif);
	background-repeat:no-repeat;

}

div#content_right hr {

	height: 1px; 
	margin:15px 0 15px 0;
	color: #DEDEDE; 
	background-color: #DEDEDE; 
	border: none;

}

div.clear {

	clear:both;
	height:1px;
	overflow:hidden;

}