@CHARSET "UTF-8";

/***********************
 * START global 
 ***********************/
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
}

body {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	margin: 0px; 
	background-color: #353535;
}

div.toptext {
	font-size: 17px;
	color: #000000;
}

#forhandlere {
	width: 316px;
	height: 116px;
	color: #ffffff;
	font-size: 18px;
	float: right;
}
#forhandlercontent {
	background-color: #DB2A34;
	height: 116px;	
	width: 312px;
}

#header {
	width: 840px;
	height: 8px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20px; 
}

#footer {
	width: 840px;
	height: 8px;
	margin-left: auto; 
	margin-right: auto; 
}

#content {
	background-color: #ffffff;
	height: 718px;
	width: 840px;
	margin-left: auto; 
	margin-right: auto; 
}

#logo {
	width: 550px;
	padding: 10px 0 15px 10px;
	text-align: left;
}

#toptext {
	padding: 0 0 0 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

#generatorer {
	padding: 5px;
}

#klee {
	float: right;
	text-align: center;
}

#pdfcontent {
	float: left; 
	width: 300px; 
	padding: 35px 0 73px 14px;
}
#pdf {
	float: left; 
	padding: 5px 0 5px 5px;
	cursor: pointer;
	width: 290px;
}
#pdfimg {
	float: left;
}
#pdftext {
	float: left; 
	height: 30px; 
	padding: 4px 0 0 8px; 
	font-size: 17px
}