html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 11px;
	line-height: 19px;
	background-color: #FFFFFF;
	font-family: verdana, Verdana, sans-serif;
	/*background-image: url(../images/bg.gif);*/
	background-position: center;
	background-repeat: repeat-y;
}
.border {
	border: 2px solid #B6B6B6;
	
}
#container {
	width: 700px;
	height: 100%;
	margin: 0px auto;
	padding-left: 26px;
	padding-right: 26px;
}

#top {
	width: 735px;
	height: 3px;
	margin: 0px auto;
	text-align: center;
	background-color: #000000;
}

#logobox {
	width: 230px;;
	height: 85px;
	float: left;
	text-align: center;
	margin-top: 18px;
}

.menubox {
	height: 85px;
	float: left;
	text-align: left;
	margin-top: 18px;
	margin-right: 14px;
	line-height: 16px;
	font-size:10px;
}

.menuboxend {
	height: 85px;
	float: left;
	text-align: left;
	margin-top: 18px;
	line-height: 16px;
}

#header {
	width: 628px;
	height: 173px;
	float: left;
	margin-top: 90px !IE;
	border: 0px solid #FFFFFF;
}

#breadcrumb {
	width: 700px;
	float: left;
	color: #b5b5b5;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b5b5b5;
	
}

.content_single {
	width: 628px;
	float: left;
	min-height: 200px;
	padding-bottom: 10px;
}

.content_double_left {
	width: 307px;
	float: left;
	min-height: 200px;
	margin-right: 14px;
	padding-bottom: 10px;
}
.success_message_fill{
	color: #009999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.important_message_box
{
	color: #006699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;

}
.side_link{
color: #006699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;

}
.success_message_box
{
	color: #00CC00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;

}
.content_double_right {
	width: 307px;
	float: left;	
	min-height: 200px;
	padding-bottom: 10px;
}

.headline_small {
	width: 300px;
	height: 20px;
	color: #FFFFFF;
	padding-left: 7px;
	background-color: #333333;
	background-image: url(../images/headline.gif);
	background-repeat: repeat-y;
	background-position: center right;
}

.headline_large {
	width: 621px;
	height: 20px;
	color: #FFFFFF;
	padding-left: 7px;
	margin-bottom: 5px;
	background-color: #333333;
	background-image: url(../images/headline.gif);
	background-repeat: repeat-y;
	background-position: center right;
}

#bottom {
	width: 730px;
	text-align: center;
	color: #006666;
	border-top: 1px solid #b5b5b5;
	margin-left:10px;
}
.footer{
	width: 730px;
	text-align: center;
	color: #006666;
	border-top: 1px solid #b5b5b5;
	margin-left:10px;

}
input,textarea,submit {
	padding: 4px;
	font-size: 10px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #6f6f6f;
	border-right: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	font-family: verdana, arial, sans-serif;
}

.quote {
	width: 300px;
	color: #333333;
	font-style: italic;
	padding-left: 7px;
	background-color: #e6e6e6;
}

.personblok {
	width: 621px;
	color: #333333;
	padding-left: 7px;
	background-color: #e6e6e6;
}

#proces {
	width: 100%;
	height: 33px;
	background-image: url(../images/processbackground.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

.processbutton {
	width: 33px;
	height: 33px;
	float: left;
	text-align: right;
	padding-left: 77px;
}

.processtext {
	width: 33px;
	height: 33px;
	float: left;
	padding-top: 5px;
	text-align: right;
	color: #333333;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}


a:hover {
	color: #000000;
	text-decoration: underline;
	 
	
	
	
}


a:active {
	color: #000000;
	text-decoration: none;
}



#menulink:link {
	color: #333333;
	text-decoration: none;
	font-size:9px;
}

.menulink:visited {
	color: #333333;
	text-decoration: none;
}


.menulink:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}


.menulink:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}