/* Generics */

body {
	background-color:#f4f4f4;
	
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

img {
	border:none;
}


#topordbog {
	clear:both;
	margin:0px;
	overflow:hidden;
	height:181px;
	border-bottom:2px solid #6D9DC8;
	background-color:#FFFFFF;
	background-image:url(images/logo_top.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center
}

#topnorm {
	clear:both;
	margin:0px;
	overflow:hidden;
	height:110px;
	border-bottom:2px solid #6D9DC8;
	background-color:#FFFFFF;
	background-image:url(images/logo_top.gif);
	background-position:center -69px;
	background-repeat:no-repeat;
	text-align:center
}

#ordbog {
	width:550px;
	height:169px;
	margin:auto;
	text-align:left;
}

#ordbog p {
	font-size:11px;
	line-height:15px;
	padding: 0px 0px 0px 25px;	
}

#ordbog span {
	font-weight:bold;
}

#ordbog a {
	color:black;
	text-decoration:none;
}

#menu {
	float:left;
	padding: 25px 15px 0px 15px;
	width:175px;
	text-align:left;
}

#content {
	margin:auto;
	width:950px;
	background-color:white;
	text-align:left;
	background-image:url(images/logo_content.gif);
	background-repeat:no-repeat;

	clear:both;
	display:block;
}

#maincontent {
	float:right;
	width:745px;
	padding:25px 0px 25px 0px;
}

#adresse {
	clear:both;
	margin:0px;
	border-top:2px solid #6D9DC8;
	padding:8px 0px 0px 0px;
	color: #999;
}

#adresse a {
	color: #999;
	text-decoration:none;
}

hr {
	height:1px;
	color: #6D9DC8;
	padding:0px 0px 0px 0px;
	margin:-8px 0px 0px 0px;
	clear:both;
}

h1, h3, a h3, h3 a, .stortekst, a .stortekst, .stortekst a {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	letter-spacing:1px;
	color: #666;
	line-height:35px;
	font-weight:lighter;
	text-decoration:none;
	margin:0px;
	padding:0px 0px 14px 0px;
}

h2 {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #555;
	line-height:20px;
	font-weight:lighter;
	text-decoration:none;
	margin:0px;
	padding:0px 0px 5px 0px;
}


.blue {
	color: #00549F;
}

#frontnews {
	background-color: #d1d1d1;
	width:200px;
	height:150px;
	padding: 0px 12px 0px 12px;
	margin:0px 20px 0px 0px;
	line-height:14px;
	color:#666;
	float:left;
	overflow:hidden;
}

#frontnews a {
	color: #00549F;
	text-decoration:none;
}

#frontnews h3 {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #00549F;
	line-height:40px;
	font-weight:lighter;
	text-decoration:none;
	text-align:left;
	margin:6px 0px 0px 0px;
	text-transform:uppercase;
	padding:0px 0px 0px 0px;
}

#frontbook {
	background-color: #666;
	width:200px;
	height:150px;
	padding: 0px 0px 0px 12px;
	margin:0px;
	line-height:14px;
	color:#fff;
	float:left;
	overflow:hidden;
}

#frontbook a {
	color:white;
	text-decoration:none;
}

#frontbook img {
	float:right;
	margin: 0px 0px 0px 10px;
}

#frontbook h3 {
	color: #fff;
	font-size:18px;
	line-height:40px;
	text-align:left;
	margin:6px 0px 0px 0px;
	text-transform:uppercase;
	padding:0px;
}

.spacer {
	clear:both;
	margin:0px;
	padding:0px;
}

#search {
	border: 1px solid #ddd;
	background-color:#fff;
	width:140px;
	overflow:hidden;
	height:15px;/**/
	margin: 60px 0px 0px -16px;
	padding:5px 0px 5px 0px;
}


/* Menu */

#menu ul {
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#menu ul ul {
	/*list-style-image: url(/images/menudot.gif);*/
	
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 14px;
}

#menu li {
	line-height:16px;
	margin:0px;
	padding:0px 0px 0px 0px;
	
	
}

#menu ul ul li {
	display:block;
	background-image: url(/images/menudot.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding:0px 0px 0px 7px;
}

#menu li a {
	color:black;
	text-decoration:none;
}

.active, #menu li .active{
	font-weight:bold;
	color: #00549F;
}

#menu li a:hover
 {
	color: #00549F;
	text-decoration:none;
}

