body, Table {
 margin: 0;
 padding: 0;
 font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
 line-height: 24px;
 font-size: 13px;
 color: #424242;
}


body {
 background-color: #F1F1F1;
}

#ramme {
 /*background-color: #888888;*/
}

#header {
 width: 600;
 vertical-align: bottom;
 height: 220px;
}

#menu { 
 height: 300px;
 width: 160px;
 line-height: 16px;
 vertical-align: top;
}

#content {
 vertical-align: top;
}

#copyright {
 border-top: 1px dashed #B8B8B8;
}

img.styled {
 border: 1px solid #424242;
}

a:link{
 text-decoration: none;
 color: #7B7B7B;
}
a:visited {
 text-decoration: none;
 color: #7B7B7B;
}
a:hover {
 text-decoration: underline;
 color: #7B7B7B;
}

a.groen:link{
 text-decoration: none;
 color: #96C831;
}
a.groen:visited {
 text-decoration: none;
 color: #96C831;
}
a.groen:hover {
 text-decoration: underline;
 color: #96C831;
}

a.norm:link{
 text-decoration: none;
 color: #424242;
}
a.norm:visited {
 text-decoration: none;
 color: #424242;
}
a.norm:hover {
 text-decoration: underline;
 color: #424242;
}

@font-face {
	font-family: 'NillandRegular';
	src: url('http://www.shafh.dk/image/nilland-webfont.eot');
	src: local('Nilland'), url('http://www.shafh.dk/image/nilland-webfont.woff') format('woff'), url('http://www.shafh.dk/image/nilland-webfont.ttf') format('truetype'), url('http://www.shafh.dk/image/nilland-webfont.svg#webfontk5xC46O5') format('svg');
	font-weight: normal;
	font-style: normal;
}

h2 {
 font-family: NillandRegular, Arial, Verdana;
 font-size: 24px;
 line-height: 36px;
 margin:0px;
 font-weight: normal;
 font-style: normal;
}

a.menupunkt:link{
 text-decoration: none;
 color: #424242;
}
a.menupunkt:visited {
 text-decoration: none;
 color: #424242;

}
a.menupunkt:hover {
 text-decoration: none;
 color: #96C831;
}

a.neutral:link{
 text-decoration: none;
 color: #424242;
}
a.neutral:visited {
 text-decoration: none;
 color: #424242;
}
a.neutral:hover {
 text-decoration: none;
 color: #424242;
}

h3 {
 font-family: NillandRegular, Verdana;
 font-size: 18px;
 line-height: 30px;
 margin: 0px;
 font-weight: normal;
 font-style: normal;
}


input {
	background-color: #EBEBEB;
	border: solid 1px #CBCACA;
	color: #424242;
}

textarea {
	background-color: #EBEBEB;
	border: solid 1px #CBCACA;
	color: #424242;
}

/* HINT */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #EBEBEB;
width: 150px; /*Default width of hint.*/
padding: 10px;
border:1px solid #96C831;
font-size: 11px;
line-height:18px;
z-index:100;
border-right: 3px solid #96C831;
border-bottom: 3px solid #96C831;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
margin: 3px 8px;
}

a.hintanchor:link{
	text-decoration: none;
	color: #96C831;

}
a.hintanchor:visited {
	text-decoration: none;
	color: #96C831;
}
a.hintanchor:hover {
	text-decoration: none;
	color: #96C831;
}

/* HINT DONE */

