@charset "UTF-8";
/* CSS Document */

a:link{
	color: white;
}
a:visited{
	color: white;
}
a:active{
	color: white;
}
a:hover{
	color: white;
}

img{
	border: none;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background-color:#d6ea71;
	margin: 0;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

#container{
	background-color:#004875;
	background-image:url(body_background.jpg);
	background-position: top left;
	background-repeat:repeat-y;
	position: relative;
	width: 770px;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
}

#header{
	height: 231px;
	width: 770px;
	background-image:url(header_background.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}
#header_inner_top{
	height: 186px;
	width: 770px;
}
#header_menu{
	height: 20px;
	width: 770px;
}
#header_inner_bottom{
	height: 25px;
	width: 770px;
}

#content{
	width: 770px;
	padding-bottom: 80px;
}

#content_left{
	width: 350px;
	float: left;
	padding-left: 35px;
	padding-top: 30px;
	color:#FFFFFF;
}

#content_right{
	width: 320px;
	float: right;
	text-align: left;
	padding-right: 35px;
	padding-top: 30px;
	color:#FFFFFF;
}

#footer {
	position: relative;
	width: 770px;
	font-size: 11px;
	height: 80px;
	margin-top: 0;
	bottom: 0;
	margin: 0 auto;
	text-align: left;
	margin-top: -80px;
}

#footer_inner_copy{
	color: #FFFFFF;
	line-height: 24px;
	vertical-align:middle;
	text-align: center;
	height: 24px;
	width: 770px;
}
#footer_inner_bottom{
	height: 56px;
	width: 770px;
	background-image: url(footer_gras.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}




#menu
{	margin: 0;
	padding: 0;
	padding-right: 5px;
	z-index: 30;
	float:right;
	}

#menu li
{	margin: 0;
	padding: 0;
	padding-left:2px;
	list-style: none;
	float: left;
	font: bold 13px arial}

#menu li a
{	display: block;
	margin: 0;
	padding: 4px 10px;
	background-color: #d6ea71;
	color: #004875;
	text-align: center;
	text-decoration: none}

#menu li a:hover
{
	background-color:#96ba72;
}	

#menu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color:#96ba72;
	border: 1px solid #004875}

#menu div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background-color:#96ba72;
		color: #004875;
		font: 11px arial;
		z-index: 2;}

#menu div a:hover
	{	background-color:#d6ea71;
		color: #004875}

.clear{
	clear: both;
}

.ulindent{
	padding-left: 15px;
}
.textkop{
	font-size:14px;
	font-weight:bold;
}
#contentspeciaal{
	padding-left: 35px;
	padding-top: 30px;
	padding-right: 35px;
	color:#FFFFFF;
}