body {
	background-color : #F4F4F4;
	margin : 0px 20px 10px 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;	
	color: black;
 	padding : 5px;
} 

td {
	background-color : #F4F4F4;
	padding-top : 5pt;padding-left : 15pt; padding-right : 5pt;padding-bottom: 5pt;color : #232323;
	font-size : 10pt;
}

h1 {
color : #757575;
Font-family : 'trebuchet ms', verdana, arial, sans-serif;
line-height: 1.0;
	 	 }
h2 {
color: #800000;
Font-family : 'trebuchet ms', verdana, arial, sans-serif;
font-size : 12pt;
font-weight : bold;
line-height: 1.0;	 
		}	
h3 {
color: #232323;
Font-family : 'trebuchet ms', verdana, arial, sans-serif;
font-size : 10pt;
font-weight : bold;
line-height: 1.0;	 
		}		 
h4 {
color : #800000;
Font-family : 'trebuchet ms', verdana, arial, sans-serif;
font-size : 8pt;
line-height: 1.0;
 	 	 }
h5 {
color : #800000;
Font-family : 'trebuchet ms', verdana, arial, sans-serif;
font-style: italic;
font-size : 6pt;
line-height: 1.0;
 	 	 }
h6 {
color : #F4F4F4;
background-color : #800000;
Font-family : 'trebuchet ms', verdana, arial, sans-serif;
font-size : 10pt;text-align: center;
line-height: 1.0;
 	 	 }	

.db_opdatering {
color : #232323;
Font-family : 'trebuchet ms', verdana, arial, sans-serif;
font-style: italic;
font-size : 8pt;
line-height: 1.0;
 	 	 }	
		 
.tabel_header {
color: #232323;
background-color : #757575;
Font-family : 'trebuchet ms', verdana, arial, sans-serif;
font-size : 10pt;
font-weight : bold;
line-height: 1.0;	 
}
		 
.fed {
color : #757575;
Font-family : 'trebuchet ms', verdana, arial, sans-serif;
font-weight : bold
			} 

a:link {
color: #232323;
font-weight : bold;
text-decoration: none;
line-height: 1.0;
}	
a:visited {
color: #232323;
font-weight : bold;
text-decoration: none;
line-height: 1.0;
}

a:hover {
Color: #232323;
font-weight : bold;
text-decoration: underline;
line-height: 1.0;
}			
			
.opdateret {
font-size : 8pt;
color : #808080;
}	 
		 
.kontakt {
font-size : 8pt;
color : #808080;
}	 

.bar {
	background-color : #055E85;
	width : 748px;
	height : 17px;
} 

.bar2 {
	background-color : #055E85;
	width : 567px;
	height : 12px;
} 

/*tegner knapperne*/
input.knap{
  color:#257;
  font-family: 'trebuchet ms', verdana,helvetica,sans-serif;
  font-size:100%;
  font-weight:bold;
  background-color : gray;
  border:3px solid;
  border-top-color:#69c;
  border-left-color:#69c;
  border-right-color:#257;
  border-bottom-color:#257;
  
  filter:progid:DXImageTransform.Microsoft.Gradient
    (GradientType=0,
    StartColorStr='#ffffffff',
    EndColorStr='#ff99ccff');
}

input.knaphover {
  border-top-color:#257;
  border-left-color:#257;
  border-right-color:#69c;
  border-bottom-color:#69c;
}

/*tegner blå menu*/
div.cssmenufancy {
  width:140px;
  padding:0;
  margin:0 12px 12px 10px;  	
  border-top:0;
  float:left;
}

div.cssmenufancy a {
  display:block;
  margin:0 0 2px 0;
  padding-left:5px;
  width:100%;
  font-family:'trebuchet ms', Verdana, arial, sans-serif;
  font-size:12px;
  line-height:150%;
  font-weight:bold;
  color:white;
  background:#0000CC;
  border:3px outset blue;
  text-decoration:none;
}

div.cssmenufancy a:hover {
  color:white;
  background: #FFCC33;
  text-decoration:none;
  border-style:inset;
}
div.cssmenufancy a:visited {
  color:white;
}


/* Lodret menu til længere artikler; menuen folder sig ud ved klik på knappen*/
a.knap {
	background-color: #0788C0;
	color:#fff;
	display: block;
	font: normal bold 10px 'trebuchet ms', arial, helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	margin-bottom:1px;
	border:2px outset #d00;
	padding: 2px 12px 2px 12px;
	width:170px;
	height:55px;
}
html>body .knap {
	width:112px;
	height:16px;
}
a.knap:hover {
	background-color: #0788C0;
	color: #fff;
	text-decoration: none;
	border-style: inset;
}

#menu1 {
	visibility:hidden;
}

#topmenu1{
	position:absolute;
	top:200px;
	left:50px;
	z-index:1;
}


