body {
	margin:0;
	padding:0;	
	height:100%;
	width:100%;
	font-family:Arial,Verdana;	
	background-color:#fff;	
}

a {
	text-decoration:underline;
	color:black;
}

.bodymp {
	background: #fff url(images/bg.png) center bottom no-repeat;	
}

.mainContent {
	width:100%;	
	background-color:#fff;
	margin:0px;
	padding:0px;
}

.stempelCont{	
	text-align:center;
	padding-top:40px;		
}
.stempelImg{}

#hidepage {
	position: absolute; 
	left:0px; 
	top:0px; 
	background-color: #fff; 	 
	height: 100%; 
	width: 100%;
}


/*Headline*/
.hlCont {		
	padding:0px;
	margin-top:14%;	
}

.hlfiller {		
	background: url(images/hlline.gif) left top repeat-x;
	height:100px;
}


/**CV**/
#cv {
	font-weight:normal;
	font-size:14px;
	padding-top:20px;
	padding-bottom:5px;	
	background: url(images/under_construction.png) center 50px no-repeat;
}
#cv .header {
	font-weight:bold;
	font-size:20px;
}
#cv .addr {
	font-size:10px;	
}

#cv .uc {}

#cv .text {
	font-size:11px;	
}