/*  
Screen theme for this website
---------------------------------
Author: Bo Sorensen - Stendal IT
Author URI: http://eflow.dk | http://stendalit.dk
Version: 1.0

Copyright Stendal IT 2005
*/

body {
	margin: 0;
	padding: 0; 
	/* font-size: 62.5%;*/ /* Resets 1em to 10px */
	font-size: 12px;
	font-family: Verdana, Arial;
	color: #000;
	text-align: center;
	background: #b4c6d9 url('images/wrapper_bg.jpg') repeat-x top left;
}

h1, h2, h3 {
	font-family: Arial;
	color: #6a8db4;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	margin-bottom: 15px;
	margin-top: 10px;
	background: url('images/header_underline_big.jpg') no-repeat bottom left;
}

h1 {
	font-size: 26pt;
	margin-bottom: 5px;
}

h2 {
	font-size: 18pt;
	margin-bottom: 5px;	
}

h3 {
	font-size: 12pt;
	margin-bottom: 5px;	
}

img {
	border: 0px none;
}

table {
	font-size: 12px;
	font-family: Verdana, Arial;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

p.left {
	float: left;
	clear: left;
	margin-right: 9px;
	margin-bottom: 4px;
	margin-top: 0px;
}

p.right {
	float: right;
	clear: right;
	margin-left: 9px;
	margin-bottom: 4px;
}

p.center {
	text-align: center;
}

div.intro {
	background-color: #ccdaea;
	padding: 5px;
	border-left: 5px solid #ff3333;
}

div.intro p {
	margin: 0px;
	padding: 0px;
}

div.intro p b {
	font-size: 12pt;
}

a, a:link {
	color:#00e;
	text-decoration:none;
}

a:visited {
	color:#909;
}

a:hover, a:active {
	color:red;
	text-decoration:underline;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 782px;
	text-align: left;
	
	margin-top: 10px;
}

#header {
	padding: 0px;
	margin: 0 auto;
	height: 110px; 
	margin: 0;
	background: url("images/header.jpg") no-repeat top;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	font-family: Arial;	
	color: #FFF;
}

#header a, #header a:link {
	color:#fff;
	text-decoration:none;
}

#header a:visited {
	color: #fff;
}

#header a:hover, a:active {
	color:red;
	text-decoration:underline;
}

#menu {
	margin: 0px;
	padding: 0px;
	height: 24px;
	background: url('images/menu_bg.jpg') no-repeat top left;
	margin-bottom: 5px;
}

#menu ul {
	
	list-style-type:none;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	font-size: 11pt;
	font-family: Arial;
	padding-top: 4px;
}

#menu li {
	display: inline;
	background: url('images/menu_item_border.jpg') no-repeat top left;
	padding-left: 6px;
}

#menu li:first-child {
	display: inline;
	background: 0;
	padding-left: 0px;
}

#menu ul li a {
	color: #fff;
}

#menu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: url('images/menu_bg_hover.jpg') repeat-x top left;
}

#menu ul li a:visited {
	color: #FFF;
}

#content-wrapper {
	background: url('images/body_bg.jpg') repeat-y top left;
}

#content-wrapper.boxed {
	background: url('images/body_bg_boxed.jpg') repeat-y top left;
}

#content-top {
	margin: 0px;
	padding: 0px;
	width: 782px;
	height: 5px;
	background: url('images/body_top.jpg') no-repeat top left;
}

#content-bottom {
	padding: 0px;
	margin: 0px;
	width: 782px;
	height: 5px;
	margin-bottom: 10px;
	background: url('images/body_bottom.jpg') no-repeat bottom left;
}

#content {
	padding: 0px;
	margin: 0px;
	width: 760px;
	margin-left: 10px;
	text-align: justify;
	padding-bottom: 20px;
}

#content-wrapper.boxed #content {
	width: 540px;
	margin-left: 230px;
}

#content-wrapper.boxed #content h1, #content-wrapper.boxed #content h2, #content-wrapper.boxed #content h3 {
	background: url('images/header_underline.jpg') no-repeat bottom left;
}
	

#leftbox-container {
	float: left;
}

#leftbox {
	width: 203px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #b6b6b6;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
}

#leftbox p {
	margin: 0px;
	padding: 0px;
	padding: 5px;
}

#leftbox h3 {
	margin: 0px;
	padding: 0px;
	background: 0;
	border-bottom: 1px solid #cccccc;
	font-size: 11pt;
	padding-left: 5px;
	padding-bottom: 1px;
	padding-top: 3px;
	text-align: left;
	color: #FFF;
	background-color: #6a8db4;
}

#footer {
	margin: 0px auto;
	padding: 0px;
	width: 400px;
	font-size: 9px;
	color: #999999;
}

#footer img {
	margin-right: 10px;
}



/* Custom Page styles */

.nyhedsbrevbox {
	text-align: center;
}
