/* -------------------body----------------------- */
body {
background-color: #fff;
font-size: 11px;
font-family: Verdana, Sans-Serif;
color:#000;
text-align:left;
padding:0px;
margin:0px;
}
/* ----------container to center the layout---------- */
#container {
width: 1000px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {

background-color: #fff;
padding: 0px;
margin: 0px; }

#banner img {
text-align:left;padding:10px 0px;
} 

/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 200px #f93;  /* color of the left column  */ 
border-right: solid 1px #f93;  /* color of the right column  */ 
background-color: #fff; /* color of the content column */
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 


/* --------------left navi------------- */
#left {
 width:200px; 
 height:500px;
 float:left; 
 position:relative; 
 margin-left:-250px; 
 margin-right:1px;
 margin-top:10px;
 padding:0px 4px 0px 4px;
 }

/* -----------------content--------------------- */
#content{ 
position: relative; 
margin: 0px 0px 0px 7px;
}

div#content { 
min-height:500px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); }

p{
padding: 5px 1px 5px 5px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
font-size: 11px;
font-weight: 300;
text-transform:uppercase;
color:#fff;
background-color: #036;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
text-align:center;
padding:5px 15px;
margin:0px } 


.liste {
	list-style-type:none;
	list-style-position: outside;
	list-style-image: none;
	padding:1px 0px 1px 1px;	
	margin-top:0px;
	margin-left:10px;	/* Indryk for hvert niveau (indent) */
	
}

.closed {
	padding:0px;
	margin-left:0px;
	width:190px;

}

a {
	font-size: 11px;
	font-weight: 500;
	width:180px;
	padding:3px 5px 3px 0px; 
	margin:2px;
	text-decoration:underline;
	color:black;
	border:0px ridge #009;
	background: url(../media/link.gif);
	background-repeat:no-repeat;	
}
a:focus,
a:active {
	color:#fff;
	background: url(../media/active.jpg);
	background-repeat:no-repeat;	
}
a:hover {
	color:#fff;
	background: url(../media/hover.jpg);
	background-repeat:no-repeat;	
}

.ord {
	width:55px;
	height:70px;
	padding:0px; 
	margin:0px;
	text-decoration:none;
	background: url(../media/link.gif);
	background-repeat:no-repeat;
}

h1 {
font-size: 13px;
font-weight:600;
color:#fff;
background-color: #036;
border-top:1px solid #000;
border-bottom:1px solid #000;
padding:5px 15px;
margin:0px;
text-align:center; }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

h3 {
font-size:12px;
font-weight: 600;
padding: 12px 10px 0px 0px;
margin:0px;}

h4 {
font-style:italic;
font-size:12px;
font-weight: 300;
padding: 12px 10px 0px 0px;
margin:0px;
color:#000;
background-color:#eefdfb;}

h6 {
font-size:10px;
font-weight: 500;
color:#fff;
background-color: #036;
height:26px;
padding: 5px 0px 5px 5px;
margin:0px;
text-align:center;}

img.download {vertical-align:middle;}

div.scroll { 
height:510px;
overflow:auto; 
padding:0px;
margin:0px;
}

.bg{
color:#000;
background:url(../media/bg.gif);
width:86px;
height:43px;
} 

 .kolonne1{
 background-color:#eefdfb;
 float:left;
 width:46%;
 text-align:justify;
 padding:6px;	
}
.kolonne2{
 background-color:#eefdfb;
 float:right;
 width:46%;
margin-right:5px;
 text-align:justify;	
 padding:6px;
}

ul{
 list-style:url(../media/liste.jpg);
}

hr{
background-color:#edaa27; color: #edaa27; height: 3px; border: none;
}

.hoj{
text-align: right
}

img{
border:0px;
}
