﻿body, input, button
{
	font-family: Verdana;
	font-size: 12px;
}
body
{
	padding-top: 0px;
	margin-top: 0px;
	line-height: 16px;
}

#header
{
	height: 318px;
}
#header img
{
	border: none;
}

#menu
{
	background: Transparent url(images/menubg.png) repeat-x top left;
	height: 61px;
}
#menu * img
{
	border: none;
}

#footer
{
	margin-top: 40px;
	margin-bottom: 15px;
	background: Transparent url(images/footer.png) no-repeat center center;
	height: 13px;
}


#news
{
	float: left;
}

#Panel1
{
	float: right;
	margin-top: 13px;
	width: 630px;
}



h1,
span.overskrift
{
	margin-top: 15px;
	font-size: 24px;
	color: #055AA7;	
	line-height: normal;
	font-weight: bold;
	display: block;
}




div.dropdown
{
	position: absolute;
	display: none;
	border: 2px solid #165994;
	border-top: none;
	background: #fff;
	z-index: 99;
}
div.dropdown ul
{
	list-style: none;
}
div.dropdown ul,
div.dropdown ul li
{
	margin: 0px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
div.dropdown ul li a:link,
div.dropdown ul li a:visited,
div.dropdown ul li a:active
{
	text-decoration: none;
	color: #000;
}
div.dropdown ul li a:hover
{
	text-decoration: underline;
}
div.dropdown ul li:hover
{
}








.box
{
	width: 349px;
	margin-bottom: 10px;
}
.box .top
{
	background: Transparent url(images/boxtop.png) no-repeat top left;
	height: 10px;
}
.box .outer
{
	background: Transparent url(images/boxbottombg.png) repeat-y top left;
	min-height: 127px;
}
.box .inner
{
	background: Transparent url(images/boxbg.png) no-repeat top left;
	min-height: 127px;
}
.box .content
{
	/*background: Transparent url(images/boxarrow.png) no-repeat 13px 7px;*/
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	min-height: 40px;
}
.box .content a:link,
.box .content a:visited,
.box .content a:active
{
	text-decoration: none;
	color: #000;
}

.box .content h1,
.box .content h1 a:link,
.box .content h1 a:visited,
.box .content h1 a:active
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #055AA7;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	text-decoration: none;
}
.box .bottom
{
	background: Transparent url(images/boxbottom.png) no-repeat top left;
	height: 10px;
}