body {
	background-color : #CCCCCC;
	margin : 0px 20px 10px 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;	
	color: black;
 	padding : 5px;
} 

td {
	background-color : #FFFFFF;
	padding : 5pt;
	font-size : 10pt;
}

h1, h2, h3, h4, h5, h6 {
color : #055E85;
Font-family : 'trebuchet ms', verdana, arial, sans-serif;
 	 	 }
		 
.fed {
color : #055E85;
Font-family : 'trebuchet ms', verdana, arial, sans-serif;
font-weight : bold
			} 

a:link {
color: #055E85;
text-decoration: none;
}	
a:visited {
color: #055E85;
text-decoration: none;
}
a:active {
background-color: #055E85;
text-decoration: underline;
}
a:hover {
Color: #055E85;
text-decoration: underline;
}			
			
.opdateret {
font-size : 8pt;
color : #808080;
}	 
		 
.kontakt {
font-size : 8pt;
color : #808080;
}	 

.bar {
	background-color : #055E85;
	width : 800px;
	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;
}
