/*
'****************************************************************
'****************************************************************
'**                                                            **
'**                  Copyright Mit Bureau ApS                  **
'**                 Created by Mads Timmermann                 **
'**                                                            **
'****************************************************************
'**                                                            **
'**                      www.mit-bureau.dk                     **
'**                                                            **
'****************************************************************
'****************************************************************
*/


@import "/cms/css.asp";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

body, html {
	background-color: #ffffff;
	color: #487592;
	height: 100%;
}
.submit {
	background-color:#487592;
}
.input
{
	width:225px;
	font-size:11px;
	height:13px;
	border:solid 1px #487592;
	
}
hr {
	border:solid 1px #487592;
	background-color:#487592;
	
}

table {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #8b1513;
	text-decoration: none;
}

#wrapper {
	width: 960px;
	height: 100%;
	background-color: #487592;
	margin-left: 50%;
	left: -480px;
	position: absolute;
	font-weight: lighter
}

#top {
	height: 176px;
	background-image: url(../gfx/top.jpg);
	background-repeat: no-repeat;
}

#topOplysninger {
	font-size: 12px;
	line-height: 14px;
	position: relative;
	top: 105px;
	margin-left: 777px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#middle {
	background-color: #FFFFFF;
	padding-top: 10px;
}

#left {
	float: left;
}

#menu {
	list-style: none;
}

#menu li {
	width: 176px;
	text-align: center;
	background-image: url(../gfx/menu_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	cursor: hand;
}

#menu li.aktivMenu {
	background-color: #487592;
	background-image: none;
}

#menu a {
	line-height: 38px;
	color: #487592;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

#menu li.aktivMenu a {
	color: #FFFFFF;
}

#undermenu {
	list-style: none;
	background-color: #FFFFFF;
}

#undermenu li {
	width: 176px;
	text-align: center;
	background-image: none;
	margin-bottom: 10px;
	cursor: hand;
}

#undermenu a {
	line-height: 13px;
	color: #487592;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

#undermenu li.aktivMenu a {
	color: #8b1513;
}

#indhold {
	width: 527px;
	float: left;
	margin-left: 28px;
}

#content {
	clear: both;
}

#content ul {
	list-style: disc;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.overskrift {
	color: #8b1513;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 60px;
}

#right {
	width: 202px;
	float: right;
	background-image: url(../gfx/right_bg.gif);
	background-repeat: no-repeat;
	padding-top: 60px;
}

#rightOverskrift {
	padding-left: 20px;
	color: #8b1513;
	text-transform: uppercase;
	margin-bottom: 8px;
}

#rightContent {
	padding-left: 20px;
	border-top: 1px;
	border-style: solid;
	border-color: #487592;
	padding-top: 5px;
	margin-bottom: 18px;
}

#rightContent a {
	color: #487592;
	font-size: 11px;
}

#bottomTop {
	height: 60px;
	clear: both;
}

#bottom {
	background-color: #c9a800;
	height: 24px;
	border-bottom: 8px;
	border-color: #FFFFFF;
	border-style: solid;
}

#bottomPadding {
	padding-right: 70px;
	text-align: right;
}

#bottomPadding a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
}