body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #F9F7F8;
	color: #333;
}

h1, h2, h3, h4 {
	font-size: 115%;
	padding-bottom: 0;
	margin-bottom: 0;
}

#wrapper {
	width: 930px;
	text-align: left;
	border: 1px solid #E0DCDD;
	border-top: 0;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
}

#topbarre {
	width: 100%;
	height: 70px;
	background: url('/gfx/topbarrebg.png') top left repeat-x;
}

#topbarre img {
	border: 0;
	margin-left: 16px;
}

#topbarre p {
	display: none;
}

#container {
	padding-left: 210px;   /* LC width */
	padding-right: 350px;  /* RC width */
}

#container .column {
	position: relative;
	float: left;
}

#navigation {
	margin-top: 25px; 
	font-family: Tahoma, Sans-serif;
	font-weight: bold;
	width: 210px;
	right: 270px;          /* LC width */
	margin-left: -370px;
}

#navigation a {
	color: #72AEC0;
	text-decoration: none;
}

#navigation .selected a  {
	color: #484444;
	text-decoration: none;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation ul li {
	padding: 2px 5px 2px 17px;
	margin-top: 4px;
	border: 1px solid #E4E3E3;
	border-left: 0;
	/* height: 18px; */
	background: #F6F5F6 url('/gfx/menulibg.png') top left repeat-x;
}

#navigation ul li.selected {
	background: #E5ECEF url('/gfx/menuliselectedbg.png') top left repeat-x;
	padding-right: 0;
	padding-bottom: 0;
}

#navigation ul li:first-child  {
	margin-top: 0;
}

#navigation ul li ul {
	margin-left: -17px;
}

#navigation ul li ul li{
	font-weight: normal;
	background: #FFF;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin-top: 0;
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 6px;
}

#navigation ul li ul li.selected {
	background: #FFF;
	padding-right: 0;
	padding-bottom: 2px;
}

#navigation ul li ul li:first-child{
	margin-top: 2px;
}

.dut, .dutselected {
	float: left;
	display: block;
	width: 10px;
	margin-right: 5px;
	border-bottom: 2px solid #fff;
}

.dutselected {
	color: #D83B3B;
	font-weight: bold;
}



#indhold {
	margin-top: 25px;
	text-align: left;
	padding-left: 25px;
	padding-right: 35px;
	margin-bottom: 3.0em;
	width: 100%;
}

#teasers{
	width: 280px;          /* RC width */
	margin-right: -350px;  /* RC width */
	margin-top: 25px;
	padding-top: 10px;
}

#bund {
	clear: both;
	display: block;
	background: #FFF url('/gfx/bundbg.png') bottom left repeat-x;
	min-height: 22px;
	text-align: right;
}

#adresse {
	clear: both;
	font-size: 90%;
	color: #4E4D4E;
	text-align: center;
	padding: 2px 10px 4px 10px;
	border-top: 1px solid #E4E3E3;
	display: block;
	background: #EDECEC url('/gfx/adressebg.png') top left repeat-x;
}

#adresse a {
	color: #4E4D4E;
	text-decoration: none;
}

#adresse a:hover {
	text-decoration: underline;
}

label, input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 8px;
}

label {
	text-align: right;
	width: 95px;
	padding-right: 10px;
	color: #444;
	padding-top: 4px;
	font-size: 90%;
}

input {
	border: 1px solid #CECECE;
	padding: 2px 6px 2px 6px;
}

#samarbejdspartnere {
	clear: both;
	display: block;
	text-align: right;
}

#samarbejdspartnere img {
	margin: 1px 4px 4px 4px;
	vertical-align: middle;
}

.box {
	width:281px;
	height:167px;
	overflow: hidden;
	background: #EFEFEF;	
}

.boxHeadline {
	font-size: 200%;
	color: #FFF;
	font-weight: bold;
	padding: 8px 10px 5px 15px;
}

.boxSubline {
	font-size: 120%;
	color: #FFF;
	font-weight: bold;
	padding: 0 10px 5px 15px;
}

.boxText {
	font-size: 95%;
	padding: 0 10px 5px 15px;
}



/* BElow hasn't been checked */





#rightside {
	float: right;
	clear: none;
	width: 250px;

}

#citat {
	float: right;
	clear: none;
	width: 185px;
	/* background: #E2E2DC;
	border: 1px solid #C6C5BB; */
	border-right: 0;
	padding: 15px 50px 20px 30px;
	line-height: 1.7em;
	font-family: Times, Serif;
	font-size: 140%;
	color: #000;
}








