body {
	background-color: #ffffff;
	font-weight : normal;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	overflow : hidden;
	scrollbar-arrow-color:gray;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:gray;
	scrollbar-face-color:#ADD5BA;
	scrollbar-highlight-color:#00984A;
	scrollbar-shadow-color:#00984A;
}
table, tr, td {
	font-weight : normal;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
}
A, A:link, A:visited {
	font-weight : normal;
	color: #00984A;
	text-decoration : none;
}
A:hover {
	background-color: #00984A;
	color: white;
	text-decoration : none;
}
h1 {
	font-weight : bold;
	font-size : 18px;
	color:#00984A;
}
h2 {
	font-weight : bold;
	font-size : 14px;
	color:#00984A;
}
.menu, A.menu, A:link.menu, A:visited.menu {
	font-weight : normal;
	font-size : 14px;
	color: white;
	width: 125px;
	text-align : center;
	text-decoration : none;
}
A:hover.menu {
	background-color: #ADD5BA;
	color: #00984A;
	text-decoration : none;
}
.adresse {
	font-size : 10px;
	color: white;
}
.green_border {
	background-color: #ffffff;
	border-bottom: 1px solid #00984A;
	border-top: 1px solid #00984A;
}
.border {
	border-top: 1px solid #00984A;
}
.light_green {
	background-color: #ADD5BA;
	border-bottom: 1px solid #00984A;
	border-top: 1px solid #00984A;
}
.dark_green {
	background-color: #00984A;
}
.overskrift {
	color: #465B50;
	font-size : 14px;
	font-weight : bold;
}
.overskrift_sub {
	color: #00984A;
	font-size : 11px;
	font-weight : bold;
}
.inputfelter  {
	font-size: 10px;
	font-family: arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color : #310063;
	border-style : solid;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 1px;
}
.button  {
	font-size: 10px;
	font-family: arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Debatten */
.debat_headline,.debattitel {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color: #ADD5BA;
	font-weight: bold;
}
.debattitel a {
	font-weight: bold;
	color: #000000;
	background-color: #ADD5BA;
}
.debattitel a:hover {
	color: #FFFFFF;
	background-color: #ADD5BA;
}
.debat_counter {
	text-align:right;
	padding-right:5px;
}
.debat_new_indlaeg,.debat_back_to_listing {
	padding-bottom:10px;
}
.debat_tabel {
	width:600px;
}
.debat_atached_file {
	clear:all;
	float:right;
}
.debat_atached_file img {
	border:1px solid #000000;
}
.debat_indlaeg {
	padding-bottom:5px;
}