/* Hele siden */
body
{
	margin: 10px 0 20px;
	padding: 0;
	background: #5A9ED8 url('../images/background.jpg') top left fixed repeat-x;
	color: black;
	font-family: verdana, arial, clean, helvetica, sans-serif;
}

body *
{
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6
{
	padding: 0;
	font-weight: bold;
	color: #006600;
	margin: 8px 0 12px;
}

h1
{
	font-size: 1.5em;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}

a
{
	text-decoration: underline;
	color: #0C5A9E;
}

a:hover
{
	color: #0B6406;
}

ul
{
	padding-left: 20px;
}

img
{
	border: none;
}

form
{
	margin: 0;
	padding: 0;
}

/* Det hvide område */
.page
{
	margin: 0 auto;
	width: 1004px;
}

#topbar
{
	background: url(../images/topbar_background.gif) left top no-repeat;
	height: 52px;
	padding-left: 40px;
	padding-top: 13px;
}

/* Hovedmenu css i mainmenu.css */

#contents
{
	width: 988px;
	overflow: hidden;
	padding-left: 8px;
	padding-right: 8px;
	background: url('../images/main_background1.gif');
}

#leftsection, #leftsection_wide, #rightsection
{
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

#leftsection, #leftsection_wide
{
	min-height: 470px;
	padding: 0 4px 0 0;
	margin: 4px 0 0 0;
}

#leftsection
{
	width: 685px;
}

#rightsection
{
	float: left;
	margin-top: 4px;
	width: 294px;
}

#header_underside #rightsection
{
	float: right;
	margin-top: 0;
	margin-left: 4px;
	width: 290px;
}


#header
{
	position: relative;
	width: 685px;
	height: 176px;
	margin-left: 2px;
	margin-bottom: 4px;
}

#header_underside
{
	margin-left: 2px;
	margin-bottom: 15px;
}

#contentdivider
{
	background: url(../images/content_divider.gif);
	height: 16px;
	margin-bottom: 22px;
	margin-left: 2px;
	width: 685px;
}

#forside_tekst
{
	color: #0C5A9E;
	margin-left: 30px;
}

#forside_tekst h1
{
	text-align: center;
	font-size: 32px;
}

#forside_tekst li
{
	font-size: 16px;
	line-height: 26px;
}

#underside_tekst
{
	margin-left: 30px;
	clear: both;
}

/* Submenu css i submenu.css */

#forside_quicklinks
{
	width: 294px;
}

.boxtop
{
	width: 294px;
	height: 22px;
	float: left;
	background-image: url('../images/boxheader_background.gif');
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 8px;
}

.boxtop_underline
{
	width: 294px;
	height: 23px;
	float: left;
	background-image: url('../images/boxheader_background.gif');
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 8px;
}

.boxcontent
{
	float: left;
	width: 272px;
	padding: 5px 11px 0;
	background-image: url('../images/box_background.gif');
	font-size: 1.1em;
}

.boxbottom
{
	width: 294px;
	height: 28px;
	float: left;
	background-image: url('../images/boxbottom_background.gif');
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.boxheader
{
	font-size: 1.4em;
	font-weight: bold;
	color: #0B6406;
	margin-left: 11px;
}

.suboverskrift
{
	font-size: 1.2em;
	font-weight: bold;
}

#bottombar
{
	width: 1004px;
	height: 40px;
	background: url('../images/bottom2.gif') left top no-repeat;
}

#bottomtekst_left
{
	width: 1004px;
	text-align: center;
	margin-top: 12px;
	color: #fff;
	font-size: 1.1em;
}

#bottomtekst_right
{
	position: relative;
	float: right;
	margin-right: 25px;
	width: 284px;
	text-align: right;
	margin-top: 6px;
	color: #0C5A9E;
	font-size: 1.1em;
}

