/* CSS Document */


#footer, #background, #left {
	display:none !important;
}

body {
	margin: 0px;
	margin-left:2px;	/*make it 2 for the big W*/
	padding: 0px;
	background-color: #ffffff;
}

#page {
	width: auto !important;
	padding:0px;
	margin:0px;
	margin-top:5px;
	border:none;
	background:none;
	position:relative;
}

#right {
	float:left;
}

#right #printprofil {
	display:block;
	height:50px;
	margin-bottom:20px;
}

/* Unterbox profile /////////////////////////////////////////// */
#right #printprofil {
	float:left;		
	width:298px;
	height:157px;

	background-color: #B6CF00;
	padding-top:95px;
	padding-left:32px;
}
	
#right #printprofil h2 {
	font-size:12px;
	color: #ffffff;
	font-weight:bold;	
	text-decoration:none;			
}
		
#right #printprofil h3 {
	font-size:12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
}

