/* Standard*/

body, td, th, tr, input, select, textarea {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color:#F3F4F8;
	margin:20px 0px;
	text-align:center;
}
td {
	text-align:left;
	vertical-align:top;
}
h1 {
	font-size:200%;
	font-weight:normal;
}
h2 {
	margin-top:30px;
	margin-bottom:0;
	font-size:110%;
}
li {
	margin-bottom:4px;
}

/* Links */

a {
	text-decoration:none;
	color:#000099;
}
a:hover {
	text-decoration:underline;
}
a.spm {
	font-weight:bolder;
	font-size:13px;
}

a img {
	border:0;
}


/* Sidens "indpakning" */

#wrap {
	text-align:left;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:1px solid gray;
}


/* Toppen */

#top {
	margin-bottom:1px;
}

#top div {
	text-align:right; 
	float:right; 
	margin:10px 7px 0px 0px;
	font-size:11px;
}

#top p {
	margin:2px 0px 7px 0px;
}
#top img {
	display:block;
}

/* Navigation */

#nav, #nav ul {
	list-style:none;
	padding:0;
	margin:0;
}

#nav {
	font-size:12px;
	padding:0px 20px 1px 20px;
	height:23px;
	background-color:#070763;
	background:url(menubg.gif) repeat-x;
}

#nav a {
	text-decoration:none;
	color:white;
	padding:5px 2px;
	margin:0;
}

#nav li {
	float:left;
	position:relative;
	padding:0;
	margin:0;
}
#nav div {
	padding:0.3em 0; /* 0.3em 1em */
	border-left:1px solid white;
}
#nav div a {
	 padding:0.3em 1em;
}
#nav li li {
	display:block;
	float:none;
	margin:0;
	padding:0;
	height:2.2em;
}
#nav li li a {
	display:block;
	padding:0.3em 1em;
	line-height:1.6em;
	border-bottom:1px solid #AAB1CE;
	margin:0px;
	height:1.6em;
}
#nav li ul {
	background-color:#070763;
	display:none;
	position:absolute;
	width:14.5em;
	padding:0; /* 3px 0px; */
	border:1px solid #070763;
}
#nav li>ul {
	top:auto;
	left:auto;
}
#nav a:hover {
	color:#070763;
	background-color:#F3F4F8;
}

#nav li:hover ul, #nav li.over ul {
	display:block;
}

/* Indhold */

#content {
	padding:15px 70px 40px 30px;
	font-size:84%;
	line-height:145%;
	clear:both;
}

/* Footer */

#footer {
	font-size:70%;
	line-height:160%;
	margin-top:7px;
	color:#666;
}
#footer a {
	color:#666;
}
#footer a:hover {
	text-decoration:underline;
}
a#edev {
	color:red;
	text-decoration:none;
}
a:hover#edev {
	text-decoration:underline;
}
a#edev span {
	color:#006;
}
#c88 {
	font-size:105%;
}

/* Til kontakt-siden */

input, textarea {
	font-size:12px;
}

.right {
	text-align:right;
}
.felt {
	width:250px;
}
.besked {
	width:300px;
	height:100px;
}

#contact {
	width:100%;
}
#contact label {
	margin-top:3px;
	display:block;
	font-size:95%;	
}
fieldset {
	margin-bottom:12px;
}
fieldset legend {
	font-size:14px;
	line-height:18px;
}
fieldset table {
	margin:5px;
	width:95%;
	font-size:12px;
	line-height:14px;
}
fieldset table tr td { 
	padding:2px;
}
fieldset hr {
	height:1px;
	color:#CCCCCC;
}
#ejen input {
	font-size:14px;
	font-weight:bold;
}
h1.taet {
	margin-bottom:8px;
}
h2.taet {
	margin-top:8px;
}
p.taet {
	margin-top:2px;
}

/* -------------------------------- */
/* Ydelser                          */
/* -------------------------------- */
.ydelse {
	clear:both;
	margin:0 0 20px 0;
}
.ydelse img {
	float:left;
	margin-top:5px;
}
.ydelse div {
	margin-left:100px;
}
.ydelse h3 {
	margin:0 0 3px 0;
}
.ydelse h3 a {
	font-size:15px;
	color:#101068;
	text-decoration:none;
	margin:0;
}
.ydelse p {
	margin:0;
	line-height:110%;
}
.ydelse a {
	color:#333;
	text-decoration:underline;
	margin-top:3px;
	display:block;
}
.ydelse a:hover {
	color:#000099;
	text-decoration:underline;
}



/* -------------------------------- */
/* Clean Content Styles             */
/* -------------------------------- */

.imgtext-bl img {
	border:1px solid black;
}
.imgtext-ac {
  text-align:center;
  margin:auto;
  clear:both;  
}
.imgtext-ar {
  text-align:right;
  clear:both;
}
.imgtext-al {
  text-align:left;
  clear:both;
}
.imgtext-bc {
  text-align:center;
  margin:auto;
  clear:both;
}
.imgtext-br {
  text-align:right;
  clear:both;
}
.imgtext-bl {
  text-align:left;
  clear:both;
}
.imgtext-ir img {
  float:right;
  clear:right;
}
.imgtext-il img {
  float:left;
  clear:right;
}