/*-----------------------------------------------------------------
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, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.3px;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	color: #01458c;
}

#main-left-container h1 {
	color: #ed1c24;
}

#right-container h2,  {
	font-size: 20px;
}

h2, h2 a {
	font-size: 16px;
	font-weight: normal;
	color: #01458c;
}
h3 {
	margin-right: 50px;
	font-size: 14px;
	font-weight: normal;
	color: #ed1c24;
}
h4, h4 a {
	font-weight: normal;
	font-size: 14px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

label {
	float: left;
	display: inline-block;
}

ul li {}

hr {
	margin: 7px 0;
	height: 1px;
	color: #c1d4e8;
}

a {
	outline: none;
}

a img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #01458c;

}
a:hover {
	color: #014580;
}

small{}

table {
	border-collapse: collapse;
}

