/*-----------------------------------------------------------------
Basic StyleSheet (for version 6 browsers)

Version:	1.0
Author: 	Kenneth Mørk
Email: 		km@zornig.dk
website:	www.zornig.dk
-----------------------------------------------------------------*/
@import url(layout.css);
@import url(forms.css);

h1 {
	font-size: 18px;
	margin: 0 0 20px 0;
	color: #204f91;
	font-weight: normal;
}
.question_box h2 {
	background-color: #f1f3f8;
	border: 1px solid #e6e9f1;
	font-size: 12px;
	padding: 5px 10px;
}
h3 {
	font-size: 11px;
	color: #000000;
	font-weight: normal;	
}
.box_info h3,
.box_info_single h3 {
	margin: 5px 10px;
	font-size: 14px;
}

.box_info h3 {
	line-height: 16px;
	height: 28px;
}

p {
	margin: 0;
	padding: 0;
}
.drift_info p,
.ekstra_materiale p {
	font-size: 12px;
}
.question_box p {
	color:#454545;
	font-size: 12px;
	margin: 15px 10px;	
}

ul li {}

a:link, a:visited, a:active {
	font-size: 12px;
	color: #286bad;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	outline: none;
}

small{}

hr {
	border-style: solid;
	border-color: #e6e9f1;
	border-width: 1px 0 0 0;
	height: 2px;
	background-color: #fdfdfd;
	margin: 0 10px;
	padding: 0;
}
.box_info a,
.box_info_single a {
	margin: 5px 10px;
}
