body, html {
	height:100%;
	min-height:89%;
	margin:0;
	background-color: #B8B8E7;
	background-image: url(img/body-bg.gif);
	background-repeat: repeat-y;
}




/*----- boxes -------------------------*/

.mainbox {
	margin-top: 50px;
	position: absolute;
	margin-left:260px;
	width:720px;	
	height:100%;
}


.fixedbox {
	position: fixed;
	width: 250px;
	height:100%;
	left: 0px;
	top: 0px;
	background-image: url(img/menue-bg.jpg);
	background-repeat: no-repeat;
	background-color: #8989D8;
}




.content1 {
	width:395px;	
	float:left;
	display:inline;
	
}
.content2 {
	width:295px;
	margin-right:10px;		
	float:right;
	display:inline;
	color:#ffffff; 
	
}

.content2 img {margin-left:0px; border: 5px solid #ffffff;}


.footerbox {
	height:40px;
	width:400px;
	clear:both;
}



.logobox {
	width:250px;
	height:80px;
}

.websitetitle {text-align:center; margin:15px; color:#e9e9e9;}


.menu ul {width:250px; }

/*-- Menue Left  -----------*/

.menu {	
	line-height: 120%;
	width: 250px;
}	

.menu ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-image: none;	
}


.menu li {	
	padding-bottom: 0;
	list-style-type: none;
	list-style-image: none;
	margin:10px 0 1px 0;		
} 
.menu li.mlev1  { 	margin: 0px 0 2px 0;} 
.menu li.mlev2  { 	margin: 0px 0 1px 0;} 
.menu li.mlev3  { 	margin: 0px 0 1px 0;} 

.menu li a {
	display: block;
	padding: 5px 15px 5px 15px;
	font-size:18px;
	color:#ffffff;	
	text-decoration: none;
	text-align:right;
}


/*-- Weitere Ebenen lev1.. --*/
.menu li.mlev1 a  {font-size:16px; padding: 2px 15px 2px 15px;}
.menu li.mlev2 a {font-size:14px; padding: 1px 15px 1px 15px;}
.menu li.mlev3 a {font-size:12px; padding: 1px 15px 1px 15px;}


.menu li a:hover, .menu li a.menu-current {
	background-color: #6666CC;
	background-image: none;
	XXcolor:#000000;
	
}

