@charset "utf-8";
/* NVMP CSS Document */

/* body eigenschappen */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(bg.gif);
	background-repeat:repeat-x;
	font-family: Georgia;
	font-size: 11px; 
	color:#666666;
}

/* Links*/

a:link, a:active, a:visited {
	text-decoration:underline;
	color: #3b5997;
}
a:hover {
	text-decoration:underline;
	color:#3b5997;
}

a.nav:link, a.nav:active, a.nav:visited {
	text-decoration:none;
	font-family:Georgia;
	font-size: 11px; 
	color:#666666;
}

a.nav:hover {
	text-decoration: none;
	font-family: Georgia; 
	font-size: 11px; 
	color:#3b5997;
}


/* div algemeen eigenschappen */

#container {
width:900px; 
position:absolute;
top:0px; 
left:50%; 
margin:0px auto auto -450px;
}

#logo {
position:absolute;
top:9px;
left:0px;
width: 256px;
height:84px;
background-image:url(logo.gif);
}

#login {
position:absolute;
top:0px;
left:430px;
width: 433px;
height:46px;
background-image:url(bg_login.gif);
text-align:center;
}

#navigatie {
position:absolute;
top:68px;
left:300px;
width: 325px;
height: 25px;
}

#titel {
	position:absolute;
	top:117px;
	left:47px;
	width: 455px;
	height: 25px;
	font-family:Georgia;
	font-size: 18px;
	color:#FFFFFF;
}

#afbeelding_txt{
	position:absolute;
	top:72px;
	left:47px;
	width: 325px;
	height: 150px;
	text-align:left;
}

#main_txt{
	position:absolute;
	top:163px;
	left:2px;
	width:100%;
	background-image:url(bg_content.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
}

#content_txt{
	position:relative;
	width:900px;
	left:50%; 
	margin:0px auto auto -450px;
	margin-bottom:20px;
	text-align:left;
}

#txt_kader{
	position:relative;
	left:47px;
	width:700px;
	text-align:left;
}

#footer{
	position:relative;
	left:50%; 
	margin:0px auto auto -450px;
	width: 900px;
	height: 20px;
	text-align:left;
	background-color:#009933;
}

/* overige tekst eigenschappen */



.login_txt {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
}

.groot_txt {
font-family: Georgia;
font-size: 18px; 
color:#ffffff;
}

.wit_txt {
font-family: Georgia;
font-size: 11px; 
color:#FFFFFF;
}

.H1 {
font-family: Georgia;
font-size: 18px; 
color:#666666;
}

.blauw_dik {
font-family: Georgia;
font-size: 11px; 
color:#015591;
font-weight:bold;
}



/* formulier eigenschappen */

.textarea{
	font-family: Georgia; 
	font-size: 11px; 
	width:105px;
	height:14px; 
	color: #000000;
	border-width: 1px; 
	border-style: solid; 
	border-color: #CCCCCC;
}

.select_2 { 
 background-color: #002f74; 
 color: #ffffff;
 width:155px;
}



.errors {
	color: red;
}

#txt_kader ul {
	margin: 11px;
	padding-left: 10px;
}

#txt_kader li {
	list-style-type: circle;
	/*line-height: 3em;*/
	padding-bottom: 2em;
	line-height: 1.5em;
}

#txt_kader li a {
	text-decoration: none;
}

#txt_kader li a:hover {
	border-bottom-width: 1px; 
	border-bottom-style: dashed; 
	border-bottom-color: #3b5997;
}

.vraagKader {
	width: 100%;
	border: 1px dotted #666666;
	padding: 5px;
	background-color: #FFFFFF;
}


.docB-header {
	vertical-align: top; 
	border: 1px dotted black; 
	background-color: #FFFFFF; 
	color:#015591; 
	font-weight:bold;
}

.docB-question {
	vertical-align: top; 
	border-bottom: 1px dotted black;
}

.docB-question-input {
	font-family: Georgia;
	font-size: 11px; 
	color: #666666;
	width:150px;
}

.docB-question-input-off {
	font-family: Georgia;
	font-size: 11px; 
	color: #666666;
	width:150px;
	background-color: #666666;
	text-align:right;
}

.docB-summary {
	border-bottom: 1px dotted black;
}

.docB-summary-input {
	font-family: Georgia;
	font-size: 11px; 
	color: #666666;
	border: 0;
	/*background-color: #eeefef;*/
	background-color: transparent;
	cursor: default;
	text-align:right;
}

#loading {
    background: white;
    padding: 20px;
    border: 2px solid green;
    display: none; /* hidden */
    position: absolute;    
    left: 50%;
    margin-left: -100px;
    top: 25%;
    width: 200px;
    /*height: 100px;*/
        /*margin-top: -50;*/
    font-weight: bold;
    font-size: large;
}


/*
div[id~="statesautocomplete"] {
	width:150px; 
	padding-bottom: 2em;
	z-index:9000;
}
input[id~="deelnemer"] {
	_position:absolute;
	width:150px;
}

div[id~="statesautocomplete"] { margin: 0;padding-left: 0; }
div[id~="statesautocomplete"] { list-style-type: none; padding-bottom: 0; line-height: 1em; }
*/
