/* Generelt -------------------------------------------------- */

* {
	padding:0;
	margin:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:rgb(51,51,51);
	background-color:rgb(240,240,240);
} 

a {
	text-decoration:none;
} 

img {
	border-style:none;
}

span {
	font-weight:bold;
}

/* Layout ---------------------------------------------------- */

#baggrund {
	margin:10px auto;
	width:800px;
	background-image:url(../images/bg.bmp);
	background-repeat:repeat-y;
	border:1px solid rgb(0,102,0);
} 

#anker {
}

.afstandkort {
	height:20px;
}

.afstandmellem {
	height:40px;
}

.afstandlang {
	height:700px;
}

/* Sidehoved ------------------------------------------------- */

#sidehoved {
	float:left;
	margin:0;
	width:800px;
	height:90px;
	color:rgb(255,255,0);
	background-color:rgb(153,204,153);
} 

#sboks {
	margin:5px 10px 0 10px;
	text-align:left;
}

#sboks .titel a {
	font-size:36px;
	font-weight:bold;
	color:rgb(255,255,0);
	background-color:inherit;
}

#sboks .undertitel {
	font-size:11px;
	font-weight:bold;
	color:rgb(255,255,0);
	background-color:inherit;
}

/* Topmenu --------------------------------------------------- */

#topmenu {
	float:left;
	width:800px;
	margin:0;
	border-bottom:1px solid rgb(0,102,0);
	color:rgb(51,51,51);
	background-color:rgb(153,204,153);
}

#topmenu ul {
	float:right;
	width:483px;
	list-style-type: none;
	margin-right:10px;
	font-size:11px;
	font-weight:normal;
}

#topmenu ul li {
	float:left;
	height:19px;
	line-height:100%;
	width:65px;
	margin-left:2px;
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:rgb(0,102,0);
	text-align:center;
}

#topmenu ul li a:link, #topmenu ul li a:visited, #topmenu ul li a:active {
	display: block;
	color:rgb(0,102,0);
	background-color:rgb(204,255,204);
	padding: 4px 0 4px 0;
}

#topmenu ul li a:hover {
	color:rgb(255,255,204);
	background-color:rgb(0,102,0);
}

#topmenu ul li a.aktiv { 
	color:rgb(255,255,204);
	background-color:rgb(102,153,102);
	border-bottom:1px solid rgb(102,153,102);
	font-weight:bold;
}

#topmenu .dato {
	float:left;
	width:150px;
	margin:5px 0 0 12px;
	color:rgb(51,51,51);
	background-color:inherit;
	font-size:9px;
}

/* Undermenu ------------------------------------------------- */

#undermenu {
	float:left;
	width:800px;
	height:20px;
	color:rgb(255,255,204);
	background-color:rgb(102,153,102);
	border-bottom:1px solid rgb(0,102,0);
	text-align:left;
}

#undermenu p {
	padding-left:10px;
}

#undermenu a:link, #undermenu a:visited, #undermenu a:active {
	font-size:11px;
	font-weight:normal;
	color:rgb(0,102,0);
	background-color:inherit;
	margin-right:10px;
}

#undermenu a:hover{
	color:rgb(255,255,204);	
	background-color:rgb(0,102,0);
}

/* Venstre kolonne ------------------------------------------- */

#venstre {
	float:left;
	margin:0;
	width:160px;
} 

#vboks {
	margin:10px;
	text-align:left;
	font-size:0.7em;
}

/* Soegeboks ---------------- */

#vboks .soeg {
	margin:0;
	padding:5px 1px 5px 1px;
	border:1px solid green;
	font-size:10px;
	text-align:center;
	margin-bottom:2px;
}
#vboks .soeg p {
	margin-top:5px;
}

#vboks .soeg a:link, #vboks .soeg a:visited, #vboks .soeg a:active {
	color:rgb(0,102,0);
 	background-color:inherit; 	
}

#vboks .soeg a:hover {
	background-color:rgb(0,102,0);
	color:rgb(255,255,204);
}

#vboks .soeg input[type="submit"] {
	width: 30px;
	text-align:center;
}

#vboks .soeg input[type="text"] {
	width: 80px;
}

/* Soegehenvisning ---------- */

#vboks .usoeg {
	display:block;
	margin-top:0;
	margin-bottom:25px;
	border:1px solid rgb(0,102,0);
	text-align:center;
}
#vboks .usoeg a:link, #vboks .usoeg a:visited, #vboks .usoeg a:active {
	display:block;
	padding:3px;
	color:rgb(0,102,0);
 	background-color:inherit; 	
}
#vboks .usoeg a:hover {
	display:block;
	padding:3px;
	background-color:rgb(0,102,0);
	color:rgb(255,255,204);
}

/* Tomme bokse ------------- */

#vboks .tomsoeg {
	border:1px solid rgb(0,102,0);
	color:rgb(255,0,0);
	background-color:inherit;
	height:46px;
	margin-bottom:2px;
}

#vboks .tomhenvis {
	border:1px solid rgb(0,102,0);
	color:rgb(255,0,0);
	background-color:inherit;
	height:20px;
	margin-bottom:25px;
}

/* Knapper ----------------- */

#vboks .knapper {
	margin-bottom:25px;
}

#vboks .knapper a.normal:link, #vboks .knapper a.normal:visited, #vboks .knapper a.normal:active {
	display:block;
	width:138px;
	margin-top:2px;
	padding:3px 0 3px 0;
	text-align:center;
	font-weight:normal;
	color:rgb(0,102,0);
 	background-color:rgb(204,255,204); 	
	border:1px solid green;
}

#vboks .knapper a.normal:hover {
	background-color:rgb(0,102,0);
	color:rgb(255,255,204);
}

#vboks .knapper a.aktuel:link, #vboks .knapper a.aktuel:visited, #vboks .knapper a.aktuel:active {
	display:block;
	width:138px;
	margin-top:2px;
	padding:3px 0 3px 0;
	text-align:center;
	font-weight:bold;
	color:rgb(0,102,0);
	background-color:rgb(153,204,153);
	border:1px solid green;
}

#vboks .knapper a.aktuel:hover {
	color:rgb(255,255,204);
	background-color:rgb(0,102,0);
}

/* Andre opskrifter -------- */

#vboks .other {
	display:block;
	text-align:center;
	margin-top:0;
	margin-bottom:10px;
	border:1px solid rgb(0,102,0);
	padding:3px 5px 3px 5px;
	color:rgb(0,102,0);
	background-color:rgb(255,255,153);
}

#vboks a.other:link, #vboks a.other:visited, #vboks a.other:active {
	display:block;
	color:rgb(0,102,0);
 	background-color:rgb(255,255,153);
}

#vboks a.other:hover {
	display:block;
	color:rgb(255,255,204);
 	background-color:rgb(0,102,0);
}

/* JavaScript note---------- */

#vboks .jsnote {
	margin-bottom:30px;
	margin-top:-15px;
	padding:0 5px 0 5px;
	border:1px solid rgb(0,102,0);
	color:rgb(255,0,0);
 	background-color:inherit; 	
	text-align:left;
	font-weight:normal;
}

#vboks .jsnote p {
	margin:5px 0 5px 0;
}

/* Midterste kolonne ----------------------------------------- */

#midte .jsnote {
	color:rgb(255,0,0);
	padding:0 5px 0 5px;
	border:1px solid rgb(0,102,0);
	margin-bottom: 15px;
 	background-color:inherit; 	
	text-align:left;
	font-weight:normal;
}

#midte {
	float:left;
	width:438px;
	margin:0 1px 0 1px;
	padding:0;
}

#mboks {
	margin:10px;
	min-height:600px;
	text-align:left;
	font-size:0.8em;
	line-height:125%;
}

#mboks h1 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:20px;
}

/* Top henvisning ---------- */

#mboks .top {
	margin:5px 0 15px 0;
}

#mboks .top a:link, #mboks .top a:visited, #mboks .top a:active {
	padding:1px;
	font-size:8px;
	font-weight:bold;
	color:rgb(0,102,0);
	background-color:inherit;
	border:1px solid rgb(0,102,0);
}

#mboks .top a:hover {
	color:rgb(255,255,204);
	background-color:rgb(0,102,0);
}

/* Tekst sider ------------- */

#mboks .tekst h2 {
	font-size:0.9em;
	font-weight:bold;
	margin:-15px 0 25px 0;
}

#mboks .tekst p {
	margin-bottom:15px;
}

#mboks .tekst a:link, #mboks .tekst a:visited, #mboks .tekst a:active {
	color:rgb(0,102,0);
	background-color:inherit;
}

#mboks .tekst a:hover {
	color:rgb(255,255,204);
	background-color:rgb(0,102,0);
}

/* Oversigt sider ---------- */

#mboks .oversigt .type {
	margin-bottom:10px;
	font-weight:bold;
}

#mboks .oversigt .type a:hover {
	color:rgb(51,51,51);
	background-color:inherit;
}

#mboks .oversigt .liste a:link, #mboks .oversigt .liste a:active {
	color:rgb(0,102,0);
	background-color:inherit;
}

#mboks  .oversigt .liste a:visited {
	color:rgb(102,51,0);
	background-color:inherit;
}

#mboks .oversigt .liste a:hover {
	color:rgb(255,255,204);
	background-color:rgb(0,102,0);
}

/* Opskrift sider ---------- */

#mboks .opskrift p {
	margin-bottom:10px;
} 

#mboks .opskrift a:link, #mboks .opskrift a:visited, #mboks .opskrift a:active {
	color:rgb(0,102,0);
	background-color:inherit;
}

#mboks .opskrift a:hover {
	color:rgb(255,255,204);
	background-color:rgb(0,102,0);
}

/* ------------------- NB -----------------*/

#mboks .opskrift .soegeord {
	display:none;
}

/* Soegeside -----------------*/

#mboks .soegeside p {
	margin-bottom:15px;
}

#mboks .soegeside span {
	font-size:10px;
	font-weight:normal;
}

#mboks .soegeside .soegeboks {
	width:200px;
	height:18px;
	margin-bottom:2px;
}

#mboks .soegeside .soegekombi {
	width:200px;
	height:22px;
	margin-bottom:2px;
}

#mboks .soegeside .soegeknap {
	width:60px;
	height:20px;
	margin-bottom:10px;
}

#mboks .soegeside .soegeknapbred {
	width:200px;
	height:20px;
	margin-bottom:10px;
}

#mboks .soegeside .soegehenvisning {
	margin-top:-5px;
	margin-bottom:15px;
	font-size:10px;
}
#mboks .soegeside a:link, #vboks .soeg a:visited, #vboks .soeg a:active {
	color:rgb(0,102,0);
 	background-color:inherit; 	
}

#mboks .soegeside a:hover {
	background-color:rgb(0,102,0);
	color:rgb(255,255,204);
}

/* Sideoversigt ------------ */

#mboks .oversigt .gruppe {
	margin-top:15px;
	margin-bottom:10px;
	font-weight:bold;
}

#mboks .oversigt a:link, #mboks .oversigt a:visited, #mboks .oversigt a:active {
	color:rgb(0,102,0);
	background-color:inherit;
}

#mboks .oversigt a:hover {
	color:rgb(255,255,204);
	background-color:rgb(0,102,0);
}

#mboks .oversigt .antal {
	margin-top:10px;
	color:rgb(51,51,51);
	background-color:inherit;
	font-weight:normal;
	line-height:110%;
	margin-left:-5px;
}

#mboks .oversigt .antalkol {
	width:30px;
	text-align:right;
}

#mboks .oversigt .antaltekst {
	width:200px;
}

#mboks .oversigt .htekst {
	text-align:right;
	padding-right:5px;
}

/* Hoejre kolonne --------------------------------------------- */

#hoejre {
	float:left;
	margin:0;
	padding:0;
	width:200px;
}

#hboks {
	margin:10px;
	text-align:left;
	font-size:0.7em;
}

#hboks .foto {
	margin-bottom:12px;
}

/* Diverse noter ----------- */

#hboks .info {
	color:rgb(255,0,0);
	background-color:inherit;
	margin-bottom:10px;
	padding:5px 3px 5px 3px;
	border:1px solid rgb(0,102,0);
	text-align:left;
}

#hboks .raad {
	margin-bottom:10px;
	padding:5px 3px 5px 3px;
	border:1px solid rgb(0,102,0);
	text-align:left;
}

#hboks .note {
	margin-bottom:10px;
	padding:5px 3px 5px 3px;
	border:1px solid rgb(0,102,0);
	text-align:left;
}

#hboks .note p {
	margin-bottom:3px;
}

#hboks .note p a:link, #hboks .note p a:visited, #hboks .note p a:active {
	font-weight:normal;
	color:rgb(0,102,0);
	background-color:inherit;
}

#hboks .note p a:hover {
	color:rgb(255,255,204);
	background-color:rgb(0,102,0);
}

#hboks .note .smiley {
	margin-right:10px;
}

/* Energiopstilling -------- */

#hboks .energi {
	padding:1px;
	border:1px solid rgb(0,102,0);
	margin-bottom:10px;
}

#hboks .energi table {
	padding-bottom:0;
}

#hboks .energi .tekstkol {
	width:80px;
}

#hboks .energi .gramkol{
	width:40px;
}

#hboks .energi .pctkol{
	width:40px;
}

#hboks .energi td {
	text-align:right;
	padding-right:5px;
}

#hboks .energi a:link, #hboks .energi a:visited, #hboks  .energi a:active {
	font-weight:normal;
	color:rgb(0,102,0);
	background-color:inherit;
}

#hboks .energi a:hover {
	color:rgb(255,255,204);
	background-color:rgb(0,102,0);;
}

#hboks .energi .etekst{
	text-align:left;
}

#hboks .energi .stekst {
	display:none;
}

#hboks .energi a.farve:hover {
	background-color:rgb(255,255,153);
}

/* Alfabet ----------------- */

#hboks .alfabet {
	margin-bottom:10px;
	padding:5px;
	border:1px solid rgb(0,102,0);
	text-align:left;
}
#hboks .alfabet a:link, #hboks .alfabet a:visited, #hboks .alfabet a:active {
	font-size:1.6em;
	color:rgb(0,102,0);
	background-color:inherit;
}
#hboks .alfabet a:hover {
	color:rgb(255,255,204);
	background-color:rgb(0,102,0);
}

/* Henvisninger ------------ */

#hboks .henvis {
	display:block;
	margin-top:0;
	margin-bottom:10px;
	border:1px solid rgb(0,102,0);
	text-align:left;
}

#hboks .henvis a:link, #hboks .henvis a:visited, #hboks .henvis a:active {
	display:block;
	padding:3px;
	color:rgb(0,102,0);
	background-color:inherit;
}

#hboks .henvis a:hover {
	display:block;
	padding:3px;
	color:rgb(255,255,204);
	background-color:rgb(0,102,0);
}

/* Adresse ----------------- */

#hboks .adresse {
	display:none;
}

/* Iconer ------------------ */
#hboks .icon {
	margin-bottom:10px;
}

/* Tags -------------------- */

#hboks .tags {
	margin-bottom:10px;
	padding:5px 3px 5px 3px;
	border:1px solid rgb(0,102,0);
	text-align:left;
}

#hboks .tags p {
	margin-bottom:3px;
}

#hboks .tags p a:link, #hboks .tags p a:visited, #hboks .tags p a:active {
	font-weight:normal;
	color:rgb(0,102,0);
	background-color:inherit;
}

#hboks .tags p a:hover {
	color:rgb(255,255,204);
	background-color:rgb(0,102,0);
}

/* Søgeord ----------------- */

#hboks .soegeord {
	display:none;
}

/* Sidefod --------------------------------------------------- */

#sidefod {
	clear:both;
	width:800px; 
	margin:0;
	padding:5px 0 5px 0;
	font-size:0.7em;
	color:rgb(51,51,51);
	background:rgb(153,204,153);
	text-align:center;
	border-top:1px solid rgb(0,102,0);
} 

#sidefod a:link, #sidefod a:visited , #sidefod a:active {
	color:rgb(0,102,0);
	background-color:inherit;
}

#sidefod a:hover {
	color:rgb(255,255,204);
	background-color:rgb(0,102,0);
}

