/* her styres de fælles typografier for hovedsiderne, "main" */


a:link {
	color: #0000FF;
	cursor:pointer;cursor:hand;
    }
a:visited  {
	color:#0000FF;
	cursor:pointer;cursor:hand;
    } 
a:active {
	color:#0000FF;
	cursor:pointer;cursor:hand;
    }

body {
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #E6E6E6;
	color: #000000;
    }

.overskrift {
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font size: 20pt;
	font-weight: 700; 
	/*text-transform: capitalize;*/
	/*font-variant: small-caps; */
    }

.textfelt {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font size: 12pt;
	background-color: #CCEEFF;
	}

.skilt {
    color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font size: 12pt;
	text-align: center; 
	background-color: #CCFFFF;
	border-width: 0px;           
	bordercolor: #ffffff; 
	border-colorlight: #0000FF;
	border-colordark: #3366FF;
	cellpadding: 0px;
	cellspacing: 0px; 
	}
    
.knap  {
    border-top:2px solid #DCDCDC; 
	border-left:2px solid #DCDCDC; 
    border-bottom:2px solid #696969;  
    border-right:2px solid #696969; 
    font-family: verdana;
    font_weight: bold;
    font-size: 9pt;
    text-align: center; 
    text-decoration: none;
    color: #0000FF;
    background-color: "CCFFFF";
    width: 50px;
    padding:1px;
    } 
                         
.knap:hover  {
    border-top:2px solid #696969; 
	border-left:2px solid #696969;
    border-bottom:2px solid #DCDCDC;  
    border-right:2px solid #DCDCDC; 
    font-family: verdana;
    font_weight: bold;
    text-decoration: none;
    }
         
h1, h2, h3, h4, h5, h6  {
    text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	}
   
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}