/* 
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background: #353530;
	
	color: #f7f6f5;
	font: normal 1.3em Georgia,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	background-image: url(../Design/baggrund.png);
	background-repeat:repeat-x;
}
/* 
   Typography 
------------------------------------------------------------------- */

p {
	line-height: 1.4em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 3em Georgia,sans-serif;}
h2 {font: normal 2.2em Georgia,sans-serif;}
h3 {font: normal 2em Georgia,sans-serif;}
h4 {font: normal 1.8em Georgia,sans-serif;}
h5 {font: normal 1.6em Georgia,sans-serif;}
h6 {font: bold 1.2em Georgia,sans-serif;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

#titel h1, #main h1
{
	color:#1e6ac8;
	font-size : 2.6em;
	padding-top: 15px;
	
}
#titel h2, #main h2
{
	color:#1e6ac8;
	font-size : 1.1em;
	
}
/*
   Links 
------------------------------------------------------------------- */

a {color: #543;}
a:hover {
	color: #C40;
	text-decoration: underline;
}

 
#header {

	padding-top: 0px;
}
.center_wrapper 
{
	margin: 0 auto;
	width: 855px;

}
.navi_wrapper 
{

	background-image: url(../Design/navi.png);
	background-repeat:no-repeat;
	height:24px;
	

}
.banner
{
	background-image: url(../Design/menu.png);
	background-repeat:no-repeat;
	height:133px;
}
.slogan
{
	color:#fff;
	padding-top:100px;
	padding-left:5px;
	font: normal 0.8em Georgia,sans-serif;
	font-style:italic;
}
#svane
{
	background-image: url(../Design/svane.gif);
	background-repeat:no-repeat;
	height:130px;
	padding-bottom:10px;
}
#titel 
{
	color: #998;
	padding: 0 16px;
}
#navigation
{

	padding-top:0px;
	
}
#navigation ul, #navigation li 
{
	display: inline;
	
}
#navigation li 
{
	display: inline;
	
}

#navigation a 
{
	border-left: 1px solid #bfb040;
	
	color: #1E6AC8;
	float: left;
	font: bold 1.0em Georgia,Tahoma,sans-serif;
	margin-right: 1px;
	margin-top: 1px;
	padding: 16px 14px;
	text-align: center;
	text-decoration: none;
}
#navigation li:last-child a {border-left: 1px solid #bfb040; padding: 16px 10px;}
#navigation a:hover,#navigation li.current_page_item a {
	color: #c69028;
}
.sidste
{
	border-left: 1px solid #bfb040; 
	padding: 0px 0px 20px;
}
/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 1.5em;}
.box_title 
{
	background-color:#454544;
	font-size: 1.0em;
	color: #1e6ac8;
	padding: 10px 8px 10px;
	text-align:center;
}
.box_content {padding: 8px 0 8px;}
.box li {
	border-top: 1px solid #DDC;
	padding: 4px 6px;
}
.box li:first-child {border-top: none;}


.left {float: left;}
.right {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}
/* Main */
#main_wrapper_outer {background: url('../Design/grain_light.gif');}
#main_wrapper_inner {
	background: url('..Design/main_wrapper_inner.gif') repeat-x left top;
	line-height: 1.4em;
	padding: 24px 0;
}
#main {
	font: normal 0.9em Verdana,sans-serif;
	width: 611px;
	border-right: 1px solid #CCB;
	color: #5A5A50;
	
}

#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}


/* Sidebar */
#sidebar {
	color: #665;
	width: 225px;
	
}
#sidebar_content 
{
	padding-left: 15px;
	color: #5A5A50;
	font: normal 0.9em Verdana,sans-serif;
	
	}
#sidebar a {color: #665;}
#sidebar a:hover {color: #C40;}

#layout_body
{
	padding-top:60px;
}
#sigenstroem
{
	text-align: center; 
	font-size: 0.75em;
}
#main_content
{
	padding-right:10px;
}
#footer
{
	color:#cccbca;
	font: normal 0.9em Georgia,sans-serif;
	
}
