/* This is font styles for use on the website           */
/* This file is also included in the cms for previews   */
/* Version 2.5 cleanup by Morten Yde					*/

/* General font styles as used on website and editor */
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	line-height: 1.2em;
	margin: 0px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	line-height: 1.2em;
	margin: 0px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	line-height: 1.2em;
	margin: 0px;
}
h4{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: black;
	margin: 0px;
}
p, li, table tr td{
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	color: black;
	line-height: 1.5em;
	margin: 0px;
}
sub{
	font-size: 8px;
}
sup{
	font-size: 8px;
}
blockquote{
	margin: 10px;
	font-style: italic;
}
a, a:link, a:visited, a:active{
	text-decoration: none;
	color: black;
}
a:hover{
	color: #83bb55;
	text-decoration: none;
}
a img{
	border: 0px;
}
ul,ol{
	padding: 0px;
	margin: 10px 0px 10px 15px;
	list-style: disc outside;
}



/* Head Searchfield */
#search_field form{
	padding: 0px 0px 5px 0px;
	font-size: 10px;
	color: black;
}
#search_field input{
	font-size: 10px;
}
#search_field img{
	border: 0px;
	margin: 0px 0px -2px 2px;
}


/* Footer text */
#foot p, #foot a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	float: left;
	margin: 0px;
	padding: 0px 20px 10px 0px;
	display: block;
}
#foot a:hover{
	color: black;
}


/* Copyright */
#copyright p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: silver;
}
#copyright a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: silver;
}
#copyright a:hover{
	color: black;
}