html, body {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	height:100%; 
	text-align: left;
}

#containerBox{
	float: none !important;	
	color: black;
	background: transparent;
}

#leftColumnContainer {
	display:none;
	
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#menuContainer{
	display: none;
}

#loginContainer{
	display: none;
}

#menuDiv{
	display: none;
}

#footer{
	display: none;	
}

#content{
	width:100%;	
}

#divButtons {
	display:none;	
}

#divPrintLink{
	display: none;	
}

#pakketDescription{
	display: none;	
}

form.standard label {
	float: left;
	height:20px;
	width: 150px; 
	color:#666666;
	clear:left;
}


.description {
	float: left;	
	clear:left;	
	color:#666666;	
	width:400px;
	display: block;
}

.subtitle {
	float:left;
	font-weight:bold;
	color:#666666;
	clear:left;	
	width:600px;
	margin: 0 0 15px 0;
}

/* Title images */
.topleft {
	clear:left;
	float:left; 
	margin-left: 0px;
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 1px;
	width:304px;
}

.topright {
	float:left; 
	height:60px;
	width:100px;
	margin-left: 1px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}

.bottomleft {
	clear:left; 
	float:left; 
	margin-left: 0px;
	margin-right: 1px;
	margin-top: 8px;
	margin-bottom: 0px;
}

.bottomright {
	float:left; 
	margin-left: 1px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
}	
