body {
/*	background:url(/images/bg-body.png) repeat-x top center #E8F7F9;*/
	background:url(/images/body.jpeg) top center #E8F7F9;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:72.5%; /* Sets default font size to 10px */
	text-align:center;
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	clear: both;
	}

p {
	margin-bottom:1.75em;

	}

a {
	text-decoration:none;
	color:#55181a;
	}

a:hover {
	text-decoration:underline;
	color:#55181a;
	}

.header{
	text-decoration:none;

	text-align: left;
	font-weight:bold;
	font-size:1.3em;
}

/* Structure */

#kassen {
	margin:0 auto;
	width:960px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:135px;
	text-align: left;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(/images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#sidebar {
	clear: right;
	float:right;
	width:180px;
	text-align:left;
	background:#efefef;
	margin-right:10px;
	}
#faktabox {
	clear: right;
	float:right;
	width:180px;
	text-align:left;
	background:#ebe9f4;
	margin-top: 10px;
	margin-right:10px;
	}

.faktaindhold{
	padding-left:10px
}

#content {
	float:left;
	width:755px;
	min-height:350px;
	margin-bottom: 20px;
	}

#footer {
	clear:both;
	height:90px;
	}

.newsItem{
	padding-top:10px;
	padding-bottom: 10px;
	border-bottom: solid 1px
}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:left;
	line-height:1.75em;
	}

.entry li {
	margin-left:40px;

	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;

}

img {
	margin-right:10px;
	margin-left:10px;
	margin-bottom: 10px;
	}

td{
	padding:5px 10px;
	line-height:1.75em;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size: 12px;
}


/*Placering af fundanemt billeder med og uden tekst*/

.funda_imageboxcenter{
	margin:0 auto;
}

.funda_imageboxright{
	clear: right;

}
.funda_imageboxleft{
	clear: left;
	padding-right:18px;
}
.funda_imagetext{
	text-align: left;
	margin: 0 0 15px 10px;
	line-height:1.25em;

}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	text-decoration:none;
	background:url(/images/bg-menu-hover.png) no-repeat center center;
	}

#menu .active {

        background:url(/images/bg-menu-hover.png) no-repeat center center;
}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:3px;
	}
#sidebar li {

	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}

#sidebar .li_OOO_l3 {

	display:block;
	height:20px;
	line-height:20px;
	color:#cccccc;
	background:#cccccc;
	margin-top:-3px;
	padding-left:15px;
	border-bottom:1px solid #dddddd;
	}
#sidebar .li_IOO_l3 {

	display:block;
	height:20px;
	line-height:20px;
	color:#cccccc;
	background:#cccccc;
	margin-top:-3px;
	padding-left:10px;
		font-style:italic;

	border-bottom:1px solid #dddddd;
	}

#sidebar .active {
        margin-left: 4px;
        text-decoration:none;
        font-weight:bold;
	color:#333365;
}


#sidebar li a:hover {
	background:#edebed;
	color:#333365;
	}

#sidebar .li_OOO_l3  a:hover {
	background:#cccccc;
	color:#333365;
	}

#sidebar .li_IOO_l3  a:hover {
	background:#cccccc;
	color:#333365;
	}

#sidebar-bottom {
	height:20px;
	background:url(/images/bg-sidebar-bottom.gif) no-repeat top center;
	}



#faktabox li a p {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}


#faktabox-top {
	height:20px;
	background:url(/images/bg-sidebar-top.gif) no-repeat bottom center;
	}
#faktabox-bottom {
	height:20px;
	background:url(/images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

.h1_head {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}

h1 {
	font-size:1.5em;
	font-weight:normal;
	cursor:default;
	letter-spacing:1px;
	color:#aaa000;
	font-style:italic;
	}


