
/* Standard tags
------------------------ */
body, div, span, p, h1, h2, h3, input, textarea, label, ul, li, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color:#F0F0E0;
	margin:0;
	text-align:center;
}
img { border: 0; }

h1 {
	margin-top: 30px;
	font-size: 24px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 a {
	text-decoration:underline;
	color:#4D5A80;
}
h3 a:hover {
	color:red;
}
p {
	font-size: 12px;
	text-align: left;
}
a, #sidebar a {
	color: #3D4AAB;
	text-decoration: none;
}
a:hover, #sidebar a:hover {
	text-decoration: underline;
}

.lknap {
	text-align: center;
}
.lknap a {
	background: url(file:///C|/Documents and Settings/Martin Poulsen/Application Data/Macromedia/Dreamweaver MX 2004/Configuration/ServerConnections/typo3_edevkunder/fileadmin/dn-minisites/knap.gif) no-repeat ;
	display:block;
	text-align:center;
	padding: 0;
	width: 230px;
	height: 39px;
	overflow: hidden;
	font-size: 20px;
	color: #000;
	line-height: 38px;
	margin-right: auto;
	margin-left: auto;
}

ul{
	margin:0;
	padding:0;
}
ul li{
	margin:0;
	padding:0;
}
ul li ul{
	padding:0 0 0 5px;
}
ul li ul li{
}

optgroup{
	font-style:normal;
	font-size:13px;
}


/* Wrap & top
------------------------ */
#wrap {
	width: 775px;
	margin: 10px auto;
	background-color: #F8F8F1;
	text-align:left;
}
#top {
	background-color: #F0F0E0;
}

#toppic { 
	clear: both;
	display: block;
	border-bottom: 2px solid #aaa;
}

/* Navigation
------------------------ */
#nav {
	margin:0;
	padding: 0;
	list-style: none;
	display: block;
	float: right;
	top: 160px;
	position: relative;
}
#nav li {
	display: block;
	float: left;
}
#nav a {
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 2px 10px;
	background-color: black;
	color: white;
	border: 1px solid black;
}
#nav #last {
	border-left: 1px solid #aaa;
	border-top: 0;
}
#nav a:hover {
	background-color: white;
	color: black;
}
.aktiv a {
	font-weight: bold;
}

/* Sidebar
------------------------ */
#sidebar {
	width: 150px;
	float: right;
	padding: 35px 30px 20px 0px;
	color: #666666;
}
#sidebar h4 {
	padding-bottom: .3em;
	font-size: 12px;
	font-weight: bold;
	margin:2em 0 .2em 0;
	border-bottom: 1px solid gray;
}
#sidebar h5 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}
#sidebar p {
	font-size: 11px;
	margin: .3em 0;
	text-align: left;
}
#sidebar ul {
	margin:8px 0 8px 5px;
	list-style-type:none;
}
#sidebar ul ul {
	margin:1px 0 4px 0;
	list-style-type:disc;
	list-style-position:inside;
}
#sidebar ul li {
	font-size:10px;
}
#sidebar ul li a {
	color:#4D5A80;
}

/* Kontaktformulare
------------------------ */
.ki label, 
.ki input, 
.ki textarea,
.ki select,
.ki option {
	width: 140px;
	display: block;
}
.ki label {
	margin-top: 6px;
}
#sidebar label,
#sidebar input,
#sidebar textarea {
	font-size: 11px;
}

#sidebar input {
	margin-top:5px;
}
#sidebar .ki input {
	border: 1px #999999 solid;
	margin-top:0;
}
form {
	margin:1em 0;
	clear: both;
}
#k_left, #k_center, #k_right {
	margin:10px 0 40px 0;
	padding:0;
	float: left;
}
#k_left, #k_right {
	width: 160px;
}
#k_center {
	/* 695 - 150 - 150 = 395 */
	width: 375px;
}


/* Indholdselement
------------------------ */
#content {
	margin: 0;
	padding: 0 30px 30px 40px;
	color: #666666;
}

/* Footer
------------------------ */
#footer, #footer #ref {
	background-color: white;
	border-top: 1px solid #aaa;
	text-align: center;
	padding: 3px 0px 5px 0px;
	font-size: 9px; 
	color: #333333;
	clear: both;
}
#footer #ref,
#ref a,
#ref a:hover {
	border: 0;
	color: #666;
	text-decoration: none;
}

/* -------------------------------- */
/* Clean Content Stylesheet         */
/* -------------------------------- */

.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;
  margin: 0 10px 10px 0;
}