html,body {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: calibri,lucida sans-serif;
	font-size: 16px;
	color: #215968;
	background: #B1B4AE;
	overflow:auto;
}

#main {
	
	display:block;
	position:absolute;
	width: 100%;
	height:100%;	
	margin: 0px;	
	color: #215968;
	background-color: #B1B4AE;
	margin-bottom:8px;
    
}

#container {
	display:block;
	position:relative;
	width: 80%;	
	height:auto;
	border: 1px solid grey;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
	-webkit-box-shadow: 0px 5px 28px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 28px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 28px -8px rgba(0,0,0,0.75);	
	padding:10px;
	background-color:#B4E2DB;    
	overflow:auto;
	margin-bottom:50px;
}

#left {

	display:block;
	position:relative;	
	width:25%;
	min-width:130px;
	min-height:700px;
	height:100%;
	margin:0px;
	margin-top:-10px ;
	margin-bottom:-10px;
	margin-left:5%;
	float:left;
	background-color:#215968;
	

}
#foto{
	display:block;
	position:relative;	
	width:auto;
	margin-top:0px;
	height:200px;	
	padding:0px;
/* 	background-color:#215968; */
/* 	border:1px solid #fff; */

}
#foto img{
	display:block;
	position:relative;
	width:auto;
	height:98%;
	margin:2px;
	

}
#hidefotoblock{
	display:none;
	position:relative;
	width:102%;
	height:102%;	
	background-color:#B4E2DB;



}

#menu {
	display:block;
	position:relative;	
	width:auto;
	margin:0px;	
	min-height:70%;	
	
/* 	background-color:#215968; */
	color:#fff;
/*  	border:0px solid #fff; */
	margin-top:0px;
	

/*     padding-top: 60px; */
/*     padding-left: 100px; */
}
#menu ul{
	display:block;
	position:relative;		
	top:10px;
	list-style:none;
	padding-bottom:20px;

}
#menu ul li{
	display:block;	
	position:relative;
	width:100%;
	height:auto;	
	margin-bottom:10px;
	float:left;


}


#menu a{
	color:#000;
	font-size:1.4em;
	text-decoration:none;
}

#menu a:hover {
  color:silver ;
}



.menumultiline1{
	display:block;
	position:relative;	
	float:left;
	margin-left:1em;
	margin-top:10px;
}
.menumultiline{
	display:block;
	position:relative;	
	float:left;
	margin-left:1em;
	
}
.MenuBlockHead{
	color:#000;
	display:block;
	margin:0px;
	
}

.MenuBlockHead:hover{
	cursor:default;
}

#content-outer{
	
	display:block;
	position:relative;		
	margin:0px;
	width:65%;
	height:auto;	
	float:left;
	
	
	
}
#content {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	margin-left:5%;
	margin-right:10px;
	vertical-align:bottom;
/* 	text-align:center; */
	
	
	

    
}

.mceContentBody {
		display:block;
		position:relative;
		width:100%;
		height:auto;		

/*     margin-left: 
 *130px; */
/*     margin-right: 130px; */
}

#content .liste_gross{
	
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 32.4px;	
	
}

#content .liste_im_text{
	color:#000;
	font-size: 16px;
	
}

#bottom {
	display:block;
	position:relative;
/* 	position:absolute;		 */
	width:23%;
	min-width:130px;
	height:auto;
	background-color:#B1B4AE;
	font-size:0.7em;
	bottom:5px !important;
	left:5px;
}

h1{font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	font-size: 42px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 35.4px;
	
	
}

h2{
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 20.4px;
}

h3 {
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
p{color:#000;
	
}

#menuselected a{
	color:#fff;

}
#bottom-klein{
	display:none;
	font-size:0.7em;
	
}

@media screen and (max-width:1500px) {
	html,body{
			background-color:#B4E2DB;
	
	}
	
	#container {		
		background-color:#B4E2DB;
		display:block;
		position:absolute;
		width: auto;		
		min-height:100%;
		height:auto;
		border: 0px solid grey;
		margin:0px;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);	
	}
	#left{
		height:900px;
	
	
	
	}
	#bottom{display:none;}
	#bottom-klein{		
		position:absolute;
		display:block;
		color:grey;
		background-color:transparent;
		bottom:10px;
		left:7%;
		font-size:0.7em;
/* 		border:3px dotted magenta; */
	}
	
	
	
}
@media screen and (max-height:830px) {
	html,body{
			background-color:#B4E2DB;
		
	}
	#container {		
		background-color:#B4E2DB;
		display:block;
		position:absolute;
		width: auto;
/* 		height:100%; */		
		min-height:100%;
		height:auto;
		border: 0px solid grey;
		margin:0px;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);		
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);	
	}
	#left{
		height:900px;
	
	
	
	}
	#bottom{display:none;}
	#bottom-klein{		
		position:absolute;
		display:block;
		color:grey;
		background-color:transparent;
		bottom:10px;
		left:7%;
		font-size:0.7em;
/* 		border:3px dotted red; */
	}
	
	
	
	
}
/*
@media screen and (max-height:730px) {
	#html,body{
		height:150%;
	}
	
	
	
}
*/
