body {
	margin: 10px;
	padding: 0;
	background-color: #E6F0F5;
	background-image: url(/_img/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
}

/* ______________________________________________________________ GENERAL */

img {
	border: 0;
}
:focus {
	outline: none;
}
a {
	color: #3eabe5;
}
a:hover {
	color: #999;
}
hr {	
	border: 1px solid #5591B3;
}

/* ______________________________________________________________ MAIN PAGE DIVS */

#header {
	width: 820px;
	height: 90px;
	margin: 0;
	padding: 0;
	background-image: url(/_img/header_lowercase.gif);
}
#content_holder {
	width: 820px;
	background-image: url(/_img/content_span.gif);
	overflow: hidden;
}
#leftspacer {
	float: left;
	padding: 10px;
	margin: 0;
}
#leftpanel {
	float: left;
	width: 210px;
	margin: 0 0 -10000px 0 !important;
	padding: 0 0 10000px 0 !important;
	background-color: #cce0eb;
}
#rightpanel {
	text-align:left;
	float: left;
	width: 560px;
	margin: 0 0 -10000px 10px !important;
	padding: 0 0 10000px 0 !important;
	background-color: #f2f7fa;
}
#footer {
	width: 820px;
	height: 40px;
	text-align: center;
	background-image: url(/_img/footer.png);
	font-size: 8px;
	color: #006699;
}

/* ______________________________________________________________ FORMS + INPUT */

.input_field {
	background-color: #fff;
	border: 1px solid #5591B3;
	width: 250px;
	margin-bottom: 5px;
	text-indent: 3px;
}

.text_field {
	background-color: #fff;
	border: 1px solid #5591B3;
	width: 250px;
	height: 100px;
	margin-bottom: 5px;
	text-indent: 3px;
}

.buttons {
	font-size: 9px;
	color: #5591B3;
	background-color: #fff;
	border: 1px solid #5591B3;
	margin-right: 6px;
}

#menulogin {
	float: right;
	height: 15px;
	margin-top: 65px;
	margin-right: 20px;
}

.input_field_small {
	font-size: 8px;
	color: #5591B3;
	background-color: #fff;
	border: 1px solid #5591B3;
	width: 100px;
	text-indent: 3px;
}

.buttons_small {
	font-size: 8px;
	color: #5591B3;
	background-color: #fff;
	border: 1px solid #5591B3;
}

/* ______________________________________________________________ MENU */

.menutop {
	height: 30px;
	border-bottom: 1px solid #fff;
}
.menuholder {
	width: 210px;
}
.menuitem {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.menuitem a {
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #297299;
	border-bottom: 1px solid #fff;
}
.menuitem a:hover {
	color: #fff;
	background-color: #5591B3;
}
/* ______________________________________________________________ CONTENT */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #5591B3;
	padding: 8px 0 4px 0;
	margin: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 4px 0;
	margin: 0;
}

#content {
	text-align:left;
	margin: 20px;
}
/* ______________________________________________________________ MEDDELELSER */

.meddelelser {
	padding: 10px 0 15px 0;
	border-bottom: 1px dotted #CCE0EB;	
}

/* ______________________________________________________________ KONTAKT */

.kontakt_holder {
	text-align:left;
	height: 80px;
	margin-bottom: 5px;
}
.kontakt_img {
	float: left;
	margin-right: 10px;
}
.kontakt_txt {
	text-align: left;
	vertical-align: top;
}

p {margin:0 0 5px 0;}

/*
li {
	background:transparent url(/_img/gifs/bullit_1.gif) no-repeat scroll 0 0;
	padding: 0 0 5px 10px;
	margin: 0;
}
*/
li {
background:transparent url(/_img/gifs/bullit_1.gif) no-repeat scroll 0 .4em;
margin:0;
padding:0 0 5px 10px;
}



ul, ol {
	list-style-image: none;
	list-style-type: none;
	padding-left: 5px;
	margin-left: 5px;
}


/* ______________________________________________________________ GALLERI */

#thumb_holder {}
#thumb_holder img {
	border: 0;
	margin: 0 5px 5px 0;
}
#thumb_holder a img {
	opacity: 0.4;
}

/* classes for validator */
.tfvHighlight {font-weight:bold; color:red; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 9px;}
.tfvNormal {font-weight:normal; color:#666; font-family:Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;}


/*DANIELS STYLES*/
div.section {
	overflow: auto;
	margin-bottom: 1.5em;
	padding: 1em;
	border: 1px solid #ccc;
}

div.section div.image {
	float: left;
	width: 60px;
	height: 80px;
	background: #fff;
	margin-top: 10px;
}

div.section div.text {
	margin-left: 70px;
	margin-top: 13px;
}

div.section div.text p {
	margin-top: 0;
}
