/* CSS Document */
p{
margin-bottom: 5px;
margin-top: 10px;
}

body,td,th {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #242424;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #383830;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	
}
h1 {
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 2px;
	border-bottom-width: 1px;	
	border-bottom-style: dotted;	
	border-bottom-color: #FFFFFF;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 2px;
	border-bottom-width: 1px;	
	border-bottom-style: dotted;	
	border-bottom-color: #FFFFFF;
}
h3 {
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 2px;
	border-bottom-width: 1px;	
	border-bottom-style: dotted;	
	border-bottom-color: #FFFFFF;
}
/* Hvid boks styles */
.hvid_box {
background-color:#FFFFFF;
font:Verdana, Arial, Helvetica, sans-serif;
color:#333333;

}
/* Blå boks styles */
.blue_box {
background-color:#666A75;

}

.submit_knap {

background-color:#333333;
border-width:1px;
border-style:dotted;
border-color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;


}



/* Grøn boks styles */
.green_box {
background-color:#6E6F5F;
}

/* Billeder og lign */

#pic_float_left {
float:left;
width: 110px;

}

#pic_float_right {
float:right;
width: 110px;
}

.pic {
border-width: 1px;	
border-style: dotted;	
border-color: #FFFFFF;

}

