* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	font: 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, sans-serif;
	color: #404040;
	background: #d8dfe3 url(../img/fade.jpg) center top no-repeat fixed;
	padding: 10px 0 0 0;
	text-align: center;
}

#wrapper, #content {
	width: 835px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#content {
	background: #fcfafa url(../img/content-top.png) left top no-repeat;
}

#header {
	height: 206px;
	margin-bottom: 10px;
	background: url(../img/header.png) no-repeat;
	position: relative;
}

#english #header, #espanol #header, #francais #header, #nederlands #header {
	background: url(../img/header_english.png) no-repeat;
}

#article {
	width: 469px;
	min-height: 500px;
	margin-bottom: 3em;
}

#news-col, #link-col, #info {
	width: 143px;
	margin-left: 10px;
	font-size: 11px;
}

#article, #news-col, #link-col, #info {
	padding: 15px 10px;
	float: left;
}

#info {
	padding-top: 0;
	width: 316px;
}

#article img {
	max-width: 469px;
}

#header ul, #news-col ul, #link-col ul {
	list-style-type: none;
}

#header #nav {
	width: 815px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	display: table;
}

#header #nav li {
	display: table-cell;
	float: left;
	margin: 0 15px 0 0;
}

#header #nav li.last {
	float: right;
	width: 131px;
	margin: 0;
/*	background: #fcfafa url(../img/arrow-down.png) right center no-repeat; */
	padding-right: 2px;
	text-align: right;
}

#header #nav li.last span, #info p, #search label {
	display: none;
}

#header #nav li.last:hover span {
	display: inherit;
}

#nav li.last:hover>ul{
	background: #fcfafa;
	display: none;
	position: absolute !important;
	height: 100px !important;
	margin: 0;
	padding: 8px;
}

#nav li.last:hover>ul{
	display: block;
}

#nav li.last:hover>ul>li {
	position: static !important;
	height: 18px;
}

#nav ul li {
	clear: both;
	margin-bottom: 0.5em;
}

#nav ul li a{
	display: block;
}

#lang-nav {
  	position: relative;
  	overflow: hidden;
  	height: 18px;
  	width: 131px;
}

#lang-nav .lang {
  	position: absolute;
  	top: 30px;
  	right: 0;
  	height: 6em;
}

#header #nav a, #header #nav li {
	color: #1f7c9e;
	text-transform: uppercase;
}

#header #nav a:hover {
	color: #154151;
	text-decoration: none;
}

#header h1 a {
	display: block;
	width: 220px;
	height: 120px;
	position: absolute;
	left: 25px;
	top: 30px;
	outline: none;
}

h1, h2, h3, h4, h5, h6, strong, em, b, i, #header #nav li {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, sans-serif;
	font-weight: 700;
}

#header h1 {
	text-indent: -9999px;
}

h2 {
	color: #b23b87;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 2px solid #efefee;
	padding-bottom: 2px;
	margin-bottom: 12px;
}

#article h3 {
	color: #666;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 18px;
}

#article h4, h5, h6 {
	font-size: 12px;
}

p, li, img, .excerpt {
	margin-bottom: 18px;
}

blockquote {
	padding-left: 20px;
	border-left: 2px solid #1f7c9e;
}

#info img {
	margin: 0;
}

.date {
	margin-bottom: 10px;
	color: #666;
}

.excerpt {
	font-weight: 700;
}

.share {
	background: url(http://s7.addthis.com/static/btn/v2/lg-share-en.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	margin-top:20px; /* tilføjet */
	width: 125px;
	height: 16px;
}

#news-col ul li {
	color: #666;
	padding-bottom: 0.75em;
	margin-bottom: 0.75em;
	border-bottom: 1px solid #e4e4e4;
}

#news-col ul li:nth-child(2n+2) {
	padding: 0.75em 0;
	margin: -0.75em 0 0.75em 0 !important;
	background: #efefee;
}

#news-col ul li:last-child {
	border: none;
}

#link-col ul li {
	margin-bottom: 0.81em;
}

#news-col ul a {
	color: #333;
}

#news-col ul a:hover {
	color: #2E70A2;
	text-decoration: none;
}

a:link, a:visited {
	color: #1f7c9e;
}

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

a img {
	border: none;
}

#news-col .prev-news {
	display: inline-block;
	margin-bottom: 1.5em;
}

#search input {
	width: 138px;
	border: 1px inset #999;
	line-height: 1em;
	padding: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	color: #aaa;
}

#search input:focus {
	color: #333;
}

#mailform {
	margin-bottom: 1.5em;
}

#mailform fieldset {
	border: none;
	margin-bottom: 1em;
}

#mailform input, #mailform textarea {
	display: block;
	margin-bottom: 1em;
}

#mailform input.check {
	display: inline;
}



/* --- Tilføjet --- */

#article dl dd {
 margin-left: 2em;
}

/* Anbefaler-liste
----------------------------------------------- */

#anbef_list {
 margin-bottom: 2em;
}

#anbef_list dl dd {
 margin-left: 2em;
}

#anbef_list h4 {
 margin-top: 10px;
 font-size: 12px;
}

#article #anbef_list h2 {
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#anbef_list p.antal {
 margin-top: 0;
 margin-bottom: 0;
 font-size: 12px;
 font-weight: bold;
 color: #b23b87;
}

/* Anbefaler-liste i højre box */
#link-col #anbef_list_ny ul li {
 margin:0.5em 0;
}

#anbef_list_ny p.antal {
 margin-top: 0;
 margin-bottom: 0;
/* font-size: 12px; */
 font-wight: bold;
 color: #b23b87;
}

/* Sprogbox */
#info #lang-nav3 {
 font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Verdana,Tahoma,sans-serif;
 font-weight:700;
 display:block;
 text-align: right;
/* font-size: 12px; */
 text-transform: uppercase;
}

/* Aktivitets-liste */
#article #aktiv_list h3.bynavn {
 color: #b23b87;
 font-size: 14px;
 text-transform: uppercase;
}

/* Sprog-links */
#news-col #lang-links {
	margin-bottom: 0.75em;
}

#news-col #lang-links ul li {
	margin-bottom: 0;
	border-bottom: 0 none #e4e4e4;
}

/* Lokalgrupper **/
#aktiviteter #article #lokalgrp_list {
 margin-bottom: 2em;
}

#aktiviteter #article #lokalgrp_list p {
 margin-bottom: 6px;
 text-transform: none;
}

#aktiviteter #article #lokalgrp_list h2 {
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* Transport-formular */
#trspform {
	margin-bottom: 1.5em;
}

#trspform fieldset {
	border: none;
	margin-bottom: 1em;
}

#trspform input, #trspform textarea, #trspform select {
	display: block;
	margin-bottom: 1em;
}

#trspform input.check {
	display: inline;
}

#trspform fieldset#fieldset1 input {
/*	display: inline; */
	float: left;
	width:30px;
}



