/* main xhtml */
body {
	background-color: #113519;
	background-image:url(../img/09back.jpg);
	background-position:top center;
	color: #222;
	font:12px/1.5 Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif
}
a {
	color: #07170a;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

h2.normal, .rightblock h2{
	font-size:24px; display:block; width:620px; padding:5px 5px 0px 5px; text-align:left; background:#fff4b2; border-left:10px #ffda00 solid; border-bottom:1px #ffda00 solid;
}

h2.titel{
	font-size:32px; margin-bottom:-2px;
}

/* main divs */
#header{
	diplay:block; clear:both; width:960px; height:120px; margin:0px;
}


#headlogo{
	display:block; width:240px; height:110px; float:left;
}

#headbanner{
	display:block; width:540px; height:60px; float:right; text-align:right; padding:10px; vertical-align:middle;
}

#site{
	display:block; clear:both; width:940px; background-color:#0c2612; padding:10px; background-image:url(../img/09contentback.jpg);
	background-position:-367px -120px;
}

/* left stuff */
#leftside{
	display:block; width:660px; float:left; background:#fff;
}

#xmenu{
	color:#fff; background-color:#07170a; background-image:url(../img/09menuback.jpg); border-bottom:#ffda00 10px solid; width:660px; height:30px; text-transform:uppercase;
}
.xmenuitem a{ 
	 /* display:block; float:left; */
}
.xmenuitem a.active, .xmenuitem a:hover{
	/* color:#000; background:#ffda00; */

}



#content{
	width:640px; padding:10px; z-index:1; min-height:1000px;
	font:12px/1.5 Verdana,Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif
}
#content a, .rightblock span a{
	padding:0px 2px;
	color:#004d14;
	border-bottom:#000 1px solid;
}
#content a:hover, .rightblock span a:hover{
	background-color:#fff4b2;
	border-bottom:#ffda00 1px solid;
	color:#17004d;
}

#content p{
	padding-bottom:10px;
}

.klein{
	color:#666;
}


.indentvieze{
	width:638px; padding:1px;
}

/* right stuff */
#rightside{
	display:block; float:right; width:270px;

}


#rightsidetop{
	background-color:#07170a;  background-image:url(../img/09menuback.jpg); border-bottom:#ffda00 10px solid; width:270px; height:30px; 
	background-position:top right;

}

#rightsidetop a{
	display:block; float:left; color:#fff; padding:5px 32px; height:14px;

}
#rightsidetop img{
	display: inline; position: relative; left: -1px; top: 2px;
}

#banners{
	width:250px; padding:10px; background:#fff;
}

.banner_250{
	display:block; float:left; width:250px; height:250px;  margin-bottom:10px
}

.banner_150{
	display:block; float:left; width:248px; height:150px; margin-bottom:10px;  border:1px #000 solid; overflow: hidden;
}

.banner_150:hover{
	width:250px; height:152px; border:10px #FFF4B2 solid; margin:-10px 0px 0px -10px;
}

.banner_150 img{
	margin:-1px 0px 0px -1px;
}

.banner_150:hover img{
	margin:0px;
}

.banner_133{
	display:block; float:left; width:248px; height:131px; margin-bottom:10px; border:1px #000 solid; overflow: hidden;
}
.banner_133:hover{
	width:250px; height:133px; border:10px #FFF4B2 solid; margin:-10px 0px 0px -10px;
}
.banner_133 img{
	margin:-1px 0px 0px -1px;
}
.banner_133:hover img{
	margin:0px;
}

.banner_90{
	display:block; float:left; width:248px; height:88px; margin-bottom:10px; border:1px #000 solid; overflow: hidden;
}

.banner_90:hover{
	width:250px; height:90px; border:10px #FFF4B2 solid; margin:-10px 0px 0px -10px;
}

.banner_90 img{
	margin:-1px 0px 0px -1px;
}

.banner_90:hover img{
	margin:0px;
}

.banner_60{
	display:block; float:left; width:118px; height:58px; overflow: hidden; margin-bottom:10px; border:1px #000 solid;
}

.banner_60:hover{
	width:120px; height:60px; border:10px #FFF4B2 solid; margin:-10px -10px -0px -10px;
}

.banner_60 img{
	margin:-1px 0px 0px -1px;
}

.banner_60:hover img{
	margin:0px;
}

.banner_between{
	display:block; float:left; width:10px; height:60px;
}

.rightblock{
	display:block; float:right; width:270px; background:#fff; margin-top:10px;
}
.rightblock h2{
	width:230px; margin:10px;
}
.rightblock .linkblock{
	display:block; margin:10px; width:243px;
}
.rightblock span a{
	font:12px/1.5 Verdana,Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	display:block; width:243px;
}


.text1{

}

.foto_640{
	display:block; width:640px; background:#000; margin-bottom:10px;
}


.main p {
	border: 1px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	font-size: 80%;
}

#footer{
	display:block; clear:both; width:940px; background:#ffda00; padding:10px; margin-top:10px; 
}

#footer dl {
	float: left;
	margin: 0;
	padding: 10px 20px 5px 0;
	width: 160px;
	min-height: 95px;
}

#footer dd {
	margin: 0;
	padding: 2px 12px;
	
}

#footer dd a {
	text-decoration:none;	
}
#footer dd a:hover {
	text-decoration:underline;	
}

#footer dd a span {
	
}

#footer dt {
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
}
