/* CSS Document */


a {
	color: #8db71d;
	text-decoration:underline;
}
a:link {
	color: #8db71d;
}
a:visited {
	color: #8db71d;
}
a:hover {
	color: #678615;	
}
a:active {
	color: #8db71d;
}
a:link strong {
	color: #31400B;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}

p{
margin-bottom:9px;
	margin-top:2px;
	padding:0px;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Eurostile-Roman-DTC, Eurostile, EurostileObl-Bold, EurostileExtended-Roman-DTC, Arial, "Arial Black";
	letter-spacing: 2px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 19px;
}
h2 {
	font-size: 16px;
	color: #8db71d;

}
h3 {
	font-size: 16px;
	color: #FF0099;
}

h4 {
	font-size: 14px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	letter-spacing: 0px;
}
h5 {
	font-size: 14px;

}
h6 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}


hr {
color:#999999;
background-color:#999999;
margin-left:auto;
margin-right:auto;
margin-top:1px;
margin-bottom:1px;
height:1px;
width:100%;
}

#sprog_boksen {
	margin: 5px;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-image: url(../moduler/sprog/background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.skjul{display:none;}
