/*general styles*/
html {
	margin-bottom: 1px;
	}
body {
	margin: 0;
	padding: 0; 
	border: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image:url(bg_blue.jpg);
	background-repeat:repeat-x;  
	background-color:#cccccc;
	color:#333333;
	}
body#oversigt {
	margin:15px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image:none;
	background-color:#f0f0f0;
	}
h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:24px;
	}
h2 {
	font-size:14px;
	font-weight:bold;
	}
li {
	font-size:12px;
	line-height:18px;
	margin-bottom:12px;
	}
input, label {
	font-size: 9px;
	vertical-align:middle;
	}
form {
	margin:0px 0px 15px 0px;
	}
#wrapper {
	width: 700px;
	margin:0 auto;
	padding-top:25px;		
	height:125em;
	background:url(bg_wrapper.gif) repeat-y;
	}
#wrapper-oversigt {
	width: 700px;
	margin:0;
	padding:0;	
	height:125em;
	}

/*left column styles*/
#content {
	width:425px;
	height:125em;
	margin-left:25px;
	float:left;
	}
#content-oversigt {
	width:375px;
	height:125em;
	float:left;
	}
#page-header {
	padding:10px 0px 15px 0px;
	}
/*right column styles*/
#navigation {
	width:200px;
	height:125em;
	border-left:1px solid #e4e4e4;
	padding-left:15px;
	float:left;
	}
#navigation-oversigt {
	width:200px;
	height:125em;
	margin-left:50px;
	border-left:1px solid #e4e4e4;
	padding-left:15px;
	float:left;
	}
#logo {
	width:200px;	
	}
#menu {
	margin-top:25px;
	font-size:11px;	
	letter-spacing:1px;
	text-align:left;
	line-height:15px;
	}
#menu a:link {
	color:#666666;
	text-decoration:none;
	}
#menu a:visited {
	color:#666666;
	text-decoration:none;
	}
#menu a:hover {
	color:#6699CC;
	text-decoration:none;
	}
#search {
	padding-top:15px;
	}
#kolofon {
	margin-top:10px;
	font-size:10px;
	line-height:14px;
	}

/*typographic styles*/
.basic {
	margin-right:25px;
	font-size:11px;
	line-height:18px;
	}
.small {
	font-size:10px;
	line-height:14px;
	margin:8px 0px 8px 0px;
	}
.headerMedium {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin: 15px 0px 5px 0px;
	}
.headerSmallGrey {
	font-size:10px;
	font-weight:bold;
	color:#999999;
	margin: 10px 0px 0px 0px;
	}
.headerSmallRed {
	font-size:10px;
	font-weight:bold;
	color:#da7753;
	margin: 10px 0px 0px 0px;
	}	
.forfatter {
	color:#666666;
	font-size:12px;
	margin-bottom:3px;
	margin-top:18px;
	}
.titel {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:3px;
	}
.abstract {
	font-size:11px;
	color:#666666;
	margin-top:0px;
	}
.dato {
	font-size:11px;
	color:#999999;
	margin: 7px 0px 25px 0px;
	padding-bottom:10px;
	border-bottom:1px dotted #cccccc;
	}
.imgRight {
	float:right;
	}
.imgLeft {
	float:left;
	}
.greyLine {
	margin:0;
	border-bottom:1px solid #e4e4e4;
	}
.greyLineRight {
	margin-top:0;
	margin-left:-15px;
	border-bottom:1px solid #e4e4e4;
	}
a:link {
	color:#336699;
	text-decoration:none;
	}
a:visited {
	color:#6699CC;
	text-decoration:none;
	}
a:hover {
	color:#6699CC;
	text-decoration:none;
	}



