/*
Farver:
Lyseblå: rgb(59,89,152);
Orange: rgb(255,198,0);


*/
body, html {
	margin: 0px;
	font-family: tahoma, trebuchet ms, arial, helvetica;
	font-size: 11px;
	background-image: url(gfx/bg.png);
	background-attachment: fixed;
	background-color: rgb(219,219,219);
	text-align: center;
	height: 100%;
	line-height: 150%;
}
p, td {
	font-size: 11px;
	color: rgb(50,50,50);
}
p {
	margin-bottom: 10px;
}
h1 {
	font-family: tahoma, trebuchet ms, arial, helvetica;
	font-size: 20px;
	font-weight: normal;
	color: rgb(130,130,130);
	letter-spacing: 1px;
	display: block;
	margin: 5px 0 15px 0;
}
h2 {
	font-family: tahoma, trebuchet ms, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: rgb(90,90,90);
	margin-bottom: 10px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
A:visited {
	color: rgb(91,75,19);
}
A:link {
	color: rgb(91,75,19);
}
A:hover {
	color: rgb(180,120,5);
	text-decoration: none;
}
#container {
	width: 960px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    height: 100%;
	text-align: left;
}
#top {
	background-image: url(gfx/top.png);
	position: relative;
	top: 0px;
	width: 950px;
	height: 120px;
	z-index: 10;
	clear: both;
}
#logo {
	position: absolute;
	top: 28px;
	left: 15px;
	text-align: center;
}
	#logo .logoText {
		margin-top: 10px;
	}
#menu {
	background-image: url(gfx/topmenu_left.png);
	background-repeat: no-repeat;
	background-color: rgb(255,198,0); /* lys orange */
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 747px;
	padding-left: 10px;
	height: 26px;
	z-index: 15;
	text-align: left;
	border-right: 1px solid rgb(110,110,110);
}
	#menu ul {
		margin: 0px;
		padding-left: 0px;
	}
	#menu li {
		list-style: none;
		float: left;
		font-weight: bold;
		text-align: center;
		color: white;
		border-right: 1px solid white;
		height: 26px;
	}
	#menu li:hover {
		background-color: rgb(180,120,5);
	}
	#menu a {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		display: block;
		color: white;
		text-decoration: none;
	}
	#menu a:visited {
		text-decoration: none;
	}
	#menu a:hover {
		text-decoration: underline;
	}
	.noLink {
		cursor:default;
	}
	#menu .submenu {
		display: none;
 		position: absolute;
		top: 26px;
		background-color: rgb(255,198,0);
		margin-top: 0px;
		border-top: 1px solid white;
		background-image: url(gfx/skygge.png);
		background-repeat: no-repeat;
		background-position: left;
		padding-right: 5px;
		width: 140px;
	}
	#menu li > ul {
		top: auto;
		left: auto;
	}
	#menu li:hover ul, #menu li.over ul {
		display: block;
	}
	#menu .submenu li {
		text-align: left;
		clear: both;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid white;
		height: 22px;
		padding: 0 5px 3px 0;
		margin: 0px;
}
	#menu .submenu li:hover, #menu .submenu li.over {
		background-image: url(gfx/menusmiley.gif);
		background-position: 0px 2px;
		background-repeat: no-repeat;
	}
	#menu .submenu a {
		font-weight: normal;
	}

	
#left {
	background-image: url(gfx/left_top.png);
	background-repeat: no-repeat;
	background-color: rgb(195,195,195); /* lys grå */
	width: 181px;
	float: left;
	padding-left: 10px;
	border-left: 1px solid rgb(134,134,134);
	z-index: 5;
	height: 100%;
}
	#left .spacer {
		height: 20px;
	}
#main {
	border-right: 1px solid rgb(110,110,10);
	background-color: white;
	width: 677px;
	z-index: 0;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	height: 100%;

}
#skygge {
	float: right;
	background-image: url(gfx/skygge.png);
	background-repeat: repeat-y;
	width: 10px;
	margin-top: -110px;
}
.infoBox {
	margin-left: 3px;
	margin-bottom: 10px;
}
	.infoBox .top {
		background-image: url(gfx/boks_top.png);
		background-repeat: no-repeat;
		width: 160px;
		height: 20px;
		padding: 4px 0 0 10px;
		color: white;
		font-weight: bold;
		text-align: left;
	}
	.infoBox .indhold {
		background-image: url(gfx/boks_indhold.png);
		background-repeat: repeat-y;
		width: 148px;
		padding: 10px;
		text-align: left;
	}
	.infoBox .bund {
		background-image: url(gfx/boks_bund.png);
		background-repeat: no-repeat;
		width: 168px;
		height: 15px;
	}
.boxList li {
	margin-left: 15px;
	list-style-image: url(gfx/boxList.png);
	list-style-position: outside;
}
.boxList li:hover, .boxList li:active, .boxList .aktiv {
	margin-left: 15px;
	list-style-image: url(gfx/boxListHover.png);
	list-style-position: outside;
}
A:visited.bokslink {
	color: black;
	text-decoration: none;
}
A:link.bokslink {
	color: black;
	text-decoration: none;
}
A:hover.bokslink {
	text-decoration: underline;
	color: rgb(150,150,150);
	background-color: rgb(210,210,220);
}
A:visited.bokslink_akt {
	color: black;
	text-decoration: underline;
}
A:link.bokslink_akt {
	color: black;
	text-decoration: underline;
}
A:hover.bokslink_akt {
	text-decoration: underline;
	color: rgb(150,150,150);
	background-color: rgb(210,210,220);
}
.breadcrumm {
	color: rgb(180,180,180);
	font-size: 10px;
	margin: 10px 0 10px 0;
}

#forsideNyheder {
	margin: 15px 0 0 0;
}
	#forsideNyheder ul {
		margin: 0;
		padding-left: 0px;
	}
	#forsideNyheder li {
		list-style: none;
		display: block;
		float: left;
		width: 328px;
		padding-right: 10px;
	}
	#forsideNyheder .first {
		width: 657px;
		background-color: rgb(240,240,240);
		padding: 10px;
		border-top: 1px solid rgb(150,150,150);
		border-bottom: 1px solid rgb(150,150,150);
		margin-bottom: 10px;
	}
.topBillede {
	margin: 5px 0 10px 0;
}
.img_right {
	margin-left: 10px;
	margin-bottom: 10px;
}
.artikeldato {
	color: rgb(100,100,100);
	font-style: italic;
	margin-bottom: 10px;
}
.dir {
	background-color: rgb(150,150,150);	
	padding: 10px;
}
.tabelheader {
	background-color: rgb(255,198,0);
	color: white;
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
.tabelheader>td {
	color: black;
}
.tabel1 {

}
.tabel2 {
	background-color: rgb(255,248,217);
}
.imgleft {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
.imgright {
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}
.inputsmall {
	border: 1px solid rgb(150,150,150);
	font-size: 10px;
	padding-left: 2px;	
	padding-right: 2px;
}
.search1row {
	background-color: rgb(240,240,240);
	padding: 7px;
}
.search2row {
	padding: 7px;
}
#individer {
}
	#individer .individ {
		width: 165px;
		height: 200px;
		float: left;
	}
	#individer img {
		width: 100px;
		margin-right: 65px;
		height: 125px;
		border: 1px solid black;
		margin-bottom: 5px;
		float: none;
	}
	#individer h3 {
		display: inline;
	}
	
ul.itemList {
	margin: 0;
	padding: 0;
}
	ul.itemList li {
		clear: both;
		margin-bottom: 5px;
	}
	ul.itemList li.odd {
		background-color: #FFF8D9;
	}
	ul.itemList li div.date {
		float: left;
		margin-right: 10px;
	}
	ul.itemList li div.name {
		float: left;
	}
	ul.itemList li div.fil1 img.icon {
		margin-right: 2px;
	}
	ul.itemList li div.fil1 {
		float: right;
	}
	ul.itemList li div.fil2 {
		float: right;
	}
	ul.itemList li img.image {
		float: right;
		margin-left: 10px;
	}
	ul.itemList li div.txt1 {
		clear: both;
	}
	ul.itemList li div.txt2 {
		display: none;
		clear: both;
	}