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

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

h1 {
	color: #071440;
	text-align: left;
}
.sub-left h1, .sub-right h1 {
	margin-bottom: 10px;
	color: #01235d;
	font-size: 18px;
	font-weight: normal;
}
.sub-mid h1 {
	margin: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
.sub-right h1{
	font-size: 16px;
	color: #ff1300;
	margin: 10px;
}
.sub-mid h3 {
	color: #000;
	font-size: 12px;
	margin: 10px 10px 0px 10px;
}

.sub-mid p {
	margin: 0 10px;
}
h2 {
	margin: 5px 0 5px 0;
	font-weight: normal;
	font-size: 16px;
	color: #01235d;
}
h3 {
	color: #01235d;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	color: #01235d;
}

p {
	color: #444444;
	line-height: 18px;
}
.sub-left p, .sub-right p {
	margin: 0 0 12px 0;
}
#page-footer p {
	width: 950px;
	margin: 0 auto 40px auto;
	text-align: left;
}

.front-fokus-box h1 {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: normal;
	color: #071440;
	text-align: left;
}
.front-fokus-box p {
	margin: 5px 0;
}

h1, h2, h3, h4, h5, p, span, small, em {
	text-align: left;
}

ul li {
	margin: 5px 0 5px 15px;
	text-align: left;
}

a:link, a:visited, a:active {}
a:hover {
	text-decoration: underline;
}

small{}

