/* StyleSheet - egintext.css - Erik Ginnerskov */

/**************************************************************/
/* generelle body-definitioner                                */
/**************************************************************/

body{
background:#fff;
color:black;
margin:0px;
padding:0px;
border:0px;
}

/**************************************************************/
/* menuens placering og links                                 */
/**************************************************************/

#menublok ul {
list-style-type: none;
position: absolute;
top: 0px;
left: 0px;
padding-top: 55px;
padding-left: 5px;
width: 150px;
font-family: verdana, arial, sans-serif;
font-size: 10px;
z-index: 5;
}

#menublok a:link, #menublok a:visited, #menublok a:active {
font-family: verdana, arial, sans-serif;
color: #000080;
background: inherit;
display: block;
width: 135px;
text-decoration: none;
font-size: 10px;
padding: 3px;
font-weight: 300;
}

#menublok a:hover, #menublok a:focus {
color: #fff;
background: #00f;
}

/**************************************************************/
/* indholds placering                                         */
/**************************************************************/

#indhold{
margin-top: 20px;
margin-left: 160px;
padding-right: 20px;
font-family: verdana, arial, sans-serif;
font-size: 12px;
}

fieldset{
border: 1px solid #d6d6ff;
width:80%;
padding: 15px;
margin:10px auto;
}

legend{
letter-spacing: 3px;
color:black;
background:transparent;
font-weight: bold;
padding:6px 6px 6px 6px;
}

label{
width:100px;
color:black;
background:transparent;
float:left;
text-align:left
}

#l1, #l2, #l3, #l4{
border:1px solid #d6d6ff;
width: 300px;
background:transparent;
color:#000;
margin-bottom:5px
}

#l4{
height:80px;
overflow:auto;	
}

input, textarea{
font-family: verdana, arial, "ms sans serif", sans-serif;
font-size: 10px;
font-weight: 400;
color: #000000;
background: #ffffff
}

.knapper{
font-family:verdana,sans-serif;
font-size: 10px;
font-weight: 300;
color: #000000;
background: #d4d0c8;
}

.ikkese {
	display: none;
	}

a.tlink:link,a.tlink:visited,a.tlink:active {
font-family:verdana,arial,sans-serif;
color:#00c;
background:transparent;
text-decoration: none;
font-size:12px;
font-weight:600;
display:inline;
}

a.tlink:hover, a.tlink:focus {
color:#fff;
background:#00f;
}

h1,h2,h3,h4,h5,h6{
font-family: arial, "ms sans serif", switzerland, swiss, helvetica, sans-serif;
color: black;
background: transparent;
text-align: center
}

h1{
font-size: 25px;
font-weight: 800
}

h2{
font-size: 20px;
font-weight: 800
}

h3{
font-size: 16px;
font-weight: 700
}

h4{
font-size: 12px;
font-weight: 700
}

h5{
font-size: 11px;
font-weight: 400;
color: #999;
background: transparent;
text-align: left;
}

h5 a:link, h5 a:active, h5 a:visited{
color: #999;
background: transparent;
text-decoration:none;
font-weight:600;
}

h5 a:hover, h5 a:focus{
color:#fff;
background:#00f;
}

.fejl{
color:#f00;
background:transparent;
}