/* CSS Document */

	@import url("cms.css");

body, html, li, ul, a, h1, h2, h3, p, ol, br, span {
	margin: 0;
	padding: 0;
}/*Das Sternchen * setzt alles auf 0 */
body {
	text-align:center;
	background:url(../images/bg.jpg) 0 0 repeat-x #009543;
}
html {
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-track-color:#ffffff; 
	scrollbar-face-color:#ffffff; 
	scrollbar-shadow-color:#BEBEBE; 
	scrollbar-highlight-color:#BEBEBE; 
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#444444;

	overflow-x:hidden;
	overflow-y:auto;
}
#wrapper {
	width:954px;
	height:auto;
	margin:0px auto;
	text-align:left;
	background:url(../images/wrapper.gif) 0 0 repeat-y;
}
#head {
	width:601px;
	height:169px;
	padding-left:293px;
	padding-top:20px;
	background:url(../images/top.jpg) 0 0 no-repeat;
}
#left{
	width:289px;
	min-height:20px;
	background:url(../images/navi_layer.jpg) 0 0 no-repeat;
	background-repeat:repeat-y;
	float:left;
}
#navi2 {
	width:279px;
	min-height:225px;
	padding-left:10px;
	padding-top:60px;
	background:url(../images/navi2.gif) 0 0 no-repeat;
	clear: both;
	float: none;
}
#news { background-image:url(../images/news.gif);
		background-repeat:no-repeat;
		margin: 0px 10px 0 0px;
		width:290px; height:82px;
		bottom:0px}
#navi_wrapper 	{ background-image:url(../images/navi2_.gif);
				  background-repeat:repeat-y;
				  background-color:#fff;
				  width:289px;
				  min-height:20px;
				}
#navi_layer{background-image:url(../images/navi2_.gif);
	  background-repeat:repeat-y;
	  min-height:20px; }
#navigation {
	width:279px;
	min-height:100px;
	margin:0 0 0 0px;
	background-color:#FFFFFF;
	background-image:url(../images/navi2_.gif);
	  background-repeat:repeat-y;
}
	
#navigation ul li {
	text-decoration:none;
	list-style:none;
}

#navigation ul li a {
	background-image:url(../images/navi_hg.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	background-repeat:no-repeat;
	color:#009543;
	font-size:14px;
	line-height:1.8em;
	padding:3px 0 0 40px;
	text-decoration:none;
	width:250px;
}

#ewcms_active_link {
	background-image:url(../images/navi_hg.gif);
	background-position: -235px top;
	color:#009543;
}

#navigation a:hover {
	background-position: -235px 0;
}

* html #navigation {
	height:100px;
	overflow:visible;
}
#right{
	width:605px;
	height:auto;
	float:left;
}
#ue {
	width:279px;
	height:33px;
	padding-top:30px;
	padding-left:26px;
	float:left;
}
#navi1 {
	width:300px;
	height:63px;
	background:url(../images/navi1.gif) 0 0 no-repeat;
	float:right;
}
#content {
	clear: both;
	float: none;
	width:526px;
	padding:20px 53px 20px 26px;
	background:url(../images/content.gif) 0 0 no-repeat;
	min-height:269px;
	height:auto;
}
* html #content {
	height:269px;
}
#footer {
	width:580px;
	height:36px;
	background:url(../images/bottom.gif) 0 0 no-repeat;
	padding-left:314px;
	padding-top:3px;
	clear:left;
}
#clear {
	clear: both;
	float: none;
	height: 0;
	line-height: 0;
	font-size: 0.1px;
}
#suma {
	display:none;
}