body { 
	background-color: #fff;
	font-family: arial, helvetica, tahoma, sans-serif; 
/* 	background: #cfd0d0; */
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-align: center; 
	line-height: 1.3em;
}

table, td, th { 
	font-size: 12px; 
	line-height: 1.4em;
}
	
.button { padding: 2px 20px; }
	
.login-select-kader {
	padding: 5px;
	padding-left: 15px;
	margin-top: 3px;
	border: 1px solid #C6B5CF;
	background-color: #EAE0EF; 
	width: 300px;
	font-size: 15px;
	font-weight: bold;
	color: #7D459F;
}

.login-select-kader  a:link,  
.login-select-kader  a:visited, 
.login-select-kader  a:active {
	display: block;
	color: #161616;
}

.login-select-kader:hover {
	border: 1px solid #B88ECF;
	background-color: #DFC2EF; 
}
		
a:link, 
a:active,
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
	}

.frontpage-box2 {
	padding: 9px;
	background-color: none;
	border: 0px solid #8395BF;
}

.frontpage-box2 {
	padding: 9px;
	background-color: none;
	border: 0px solid #8395BF;
}

.frontpage-box {
	padding: 9px;
	background-color: none;
	border: 0px solid #8395BF;
}

#bg-frontpage-box {
	width: 860px;
	height: 256px;
	background: url('../img/frontbox.png');
	border: 0px solid #8395BF;
}

.titel, #titel {
	font-size: 18px; 
	font-weight: bold;
	color: #17306f;
	line-height: 130%;
}

.titel a:link, a:active, a:visited, a:hover {
	text-decoration: underline;
	color: #17306f;  
}

.login-box {
	padding-left: 9px; 
	margin-left: 14px; 
	border: 1px solid #8395BF;
}

.login-box input {
	background: #fff;
	border: 1px solid #8395BF;
	
}

h1 {
	font-size: 24px; 
	margin-bottom: 10px;
	font-weight: bold;
	color: #014d7e;
}

h2, h3, h4, h5 {
	font-family: arial, helvetica; 
	color: #014d7e;
	margin-bottom: 3px;
	margin-left: 0px;
}

#mainwrapper {
	width: 1050px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#header { 
	width: 100%;
	height: 238px;
	background: url('/img/headerBG.png');
	margin-left: auto;
	margin-right: auto;
}

.header-content {
	width: 1050px;
	height: 238px;
	background: url('/img/header.png') ;
	position: relative;
	margin-left: auto; 	
	margin-right: auto; /* centreren */
	border: 0px solid red;
}

.header-content a {
	display: block;
}

#bg-content{
	width: 940px;
	background: url('/img/bgcontent.png');
	position: relative;
	margin: 0 auto;


}

#content {
	width: 880px;
	padding-left: 40px;
	padding-top: 20px;
	font-size: 12px;
	line-height: 1.4em;
	min-height: 400px;
	margin: 0;
}

.image-right{
	width: 400px;
	height: 293px;
	float: right;
	margin-right: 0px;
	margin-top: -31px;
	background: url('../img/imgright.png');
	}

#vraagtable {
	padding: 6px;
	font-size: 12px;
	line-height: 1.4em;
}

#bg-nav {
	background: url('/img/bgnav.png'); 
	width: 940px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;

}


#nav { 
	width: 880px;
	height: 30px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;

}
	
#nav a { 
	font-family: arial, tahoma;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	height: 19px;
	font-weight: bold;
}
	
#nav a:hover { 
	color: #fff;
	font-weight: bold; 
	cursor: pointer;
}

#menuelement-right { 
	font-size: 13px;
	font-family: arial, sans serif;
	height: 17px; 
	width: 92px;
	padding: 4px;
	float: right;
	text-align: center;
	display: block;
}
#menuelement-right:hover { 
	background: url('/img/navhover.png'); 
	color: #fff;
}	

.warning {
	font-weight: bold;
	font-size: 10px;
}
	
#footer { 
	width: 940px; 
	height: 111px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url('../img/footer.png');
	color: #9F9F9F;
	font-size: 10px;
}
.footer a {
	color: #9F9F9F;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}

#logon-frame {
	background: url('/img/tabbg.png'); 
	background-repeat: repeat-x;
	text-align: left; 
	background-color: #e0e0e0; 
	width:  90%;
	border: 1px solid #808080;
}

html {overflow-y: scroll; } 