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

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

h1, h2, h3, h4, span, p, small, a {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	margin: 10px 20px 0 20px;
	font-size: 18px;
	color: #ed1c24;
	font-weight: bold;
}
h2 {}
h3 {
	margin: 5px 20px 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #01458c;
}
h4 {
	margin: 5px 20px;
	font-size: 11px;
	font-weight: normal;
	color: #646464;
}

.inner-content span {
	display: block;
	margin: 0 20px;
	font-size: 14px;
	color: #000;
}

hr {
	height: 1px;
	background: #333333;
	border: 0;
	margin: 0 20px;
}

p {
	font-size: 12px;
	color: #333333;
}

ul {
	margin: 8px 20px 5px 20px;
	padding: 0;
}

ul li {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	font-size: 12px;
	color: #315284;
}
a:hover {}

small{
	display: inline-block;
	font-size: 10px;
	color: #999999;
	margin: 5px 20px 0 20px;
}


