body {
	margin:0;
	padding:0;	
	background: #7A0000 url(img/bodybg.jpg) no-repeat top center;
	
	color:#e8d3df;	
	
}



/*----- boxes -------------------------*/
.clearer {clear:both;height:1px; width:100%;  }


.bodybox {	
	width:860px;	
	margin: 0 auto;
	text-align: left;

}
.titel {margin-left:-15px; margin-top: 0px; width:440px; height:80px; background: transparent url(img/titel.png) no-repeat}
.header {height:30px; margin-top:10px; background: transparent url(img/header.png) no-repeat;}
.maincontainer {min-height:300px;  background: transparent url(img/mainbg.png) repeat-y;}

.leftbox {float:left; width:180px; }
.contentbox {float:left; width:455px;}
.contentbox .inner { margin: 20px;  }

.bodybox #contentwide {float:left; width:661px;}





.footer {height:82px; background: transparent url(img/footer.png) no-repeat;}
.footer .inner {padding-left: 4px; padding-top: 10px; border-top: 1px solid gray; margin: 0 20px 0 180px;  font-size:11px; color:gray; text-align: center;}
.footer .inner a {text-decoration: none; color:gray ! important;}	

.logobox {display:block; height:80px; width:180px; background: transparent url(img/logo.png) no-repeat; text-decoration: none; overflow: hidden;}
.logobox span {display:block; width:180px; margin: 20px 0 0 10px; font-size:14px; color:#380a2c; text-shadow: 0px 0px 4px #fff;}

.glimpsbox {height:180px; width:180px; background: transparent url(img/glimps.png) no-repeat;}


#menu {margin:30px 0 0 0; text-align:left; border-top:1px solid #380a2d;}
#menu a {
	display:block;	
	color: #fff;
	text-decoration: none;
	border-bottom:1px solid #380a2d;
	padding:2px 10px 2px; 0;
	margin:0 ;
	text-shadow: 0px 0px 4px #fff;

}

#menu .level0 {font-size:14px; padding:10px 10px 10px; 0;}
#menu .level1 {font-size:14px; padding:10px 30px 10px; 0;}
#menu .level2, #menu .level3  {font-size:13px; padding:10px 40px 10px; 0;}

#menu a.menu-current {color: #380a2c; text-shadow: none; background: transparent url(img/mbg.png) no-repeat;}
#menu a:hover {color: #380a2c; text-shadow: none; background-color:#d8b8d2;}
