* { padding: 0; margin: 0; border: 0}

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color:#232323;
  background-image: url(../design/backstart.jpg);
  background-repeat:no-repeat;
  background-position:center;
  margin:0 auto;
}


#container {
	width:950px;
	height:700px;
	margin:0px;
	padding:0px;
}
#wrapper {
	margin: 0 auto;
	width:950px;
	
}
#header {
	width: 950px;
	height:235px;
	background-image:url(../design/header_03.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;

}
#navi {
	width:950px;
	height:43px;
	margin: 0 auto;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	color: #4E4E4E;
	background-image:url(../design/navi_03.jpg);
	}
#menue {
	width:430px;
	margin-left:250px;
	margin-top:15px;
	vertical-align:middle;
	text-align:left;
	}
#menue li
	{
	display: inline;
	margin:0px 5px 0 5px;
	text-align:left;
	}

#menue li a{
	font-size:10px;
	font-style:normal;
	text-decoration: none;
	color: #9bad4b;
}
#menue li a:hover {
	text-decoration: overline;
	background-color: #232323;
	color: #ffffff;
}
#content {
	width:950px;
	min-height:409px;
	margin: 0 auto;
	float:left;
	color: #9bad4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(../design/content_top_03.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:transparent;
	}
#content h1 {
	border-bottom: 1px #9bad4b solid;
	padding-bottom: 2px;
	padding-left:30px;
	margin-bottom:20px;
	font-size:11px;
	background: url(../design/line.png) no-repeat left center;
	line-height:200%;
	}
#content h2 {
	padding-bottom: 2px;
	margin-bottom:20px;
	font-size:12px;
	background: url(../design/lin2.png) no-repeat right center;
	line-height:200%;
	font-style:italic;
	text-align:right;
}
#content a {
	color:#585335;
	font-style:italic;
	text-decoration:none;
}
#content a:hover {
	background-color:#585335;
	color:#aec692;
}

#text {
	width:450px;
	height:auto;
	min-height:700px;
	margin-left:250px;
	margin-top:30px;
	text-transform:uppercase;
	}
#text p {
	line-height: 150%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 20px;
	}
#text img {
	margin-top:5px;
	margin-left:10px;
	float: right;
	border: 1px solid #9bad4b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#ref img {
	margin-top:20px;
	margin-bottom:30px;
	float: left;
	border: 1px solid #9bad4b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.news {
	line-height: 150%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 20px;
	background-color:;
}
.news img{
	border: 1px solid #585335;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }


#footer {
	width:950px;
	background-color:transparent;
	height:72px;
	margin: 0 auto;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9bad4b;
	background-image:url(../design/footer_03.jpg);
	background-repeat:no-repeat;
	}
.foot {
	text-align:center;
	margin-top:37px;
	color:#4E4E4E;
	text-transform:uppercase;
	
	}
	



