body {
    font-size: 0.8em;
    font-family: Arial, Verdana, sans-serif;
    margin:0px;
}

img {
    border: 0px;
}

h3 {
    font-size: 1.2em;
}

a {
    text-decoration: none;
    color: black;
}

div#meerinformatie li {
    font-size: 0.8em;
    font-family: Arial, Verdana, sans-serif;
}

/* bovenkant */
div#top {
    position:absolute;
    left: 0px;
    top: 0px;
    width: 1000px;
    height: 50px;
    /*background-color: red;*/
}

div#top div#fontsize {
    position:absolute;
    z-index:20;
    right: 0px;
    bottom: 0px;
}

span.fontsizeFont{
    font-weight: bold;
}

div#top div#logoDiv {
    position:absolute;
    left: 205px;
    bottom: -3px;
}

/* end bovenkant */

/* plattegrond + content */
div#plattegrond {
    width: 800px;
    height: 400px;
    position:absolute;
    left: 200px;
    top: 60px;
    color: black;
    background-image:url('/CGraadZorgNavigator/images/normaal/kaartachtergrond.png');
    background-repeat:no-repeat;
    background-color: white;
    margin: 0px;
}

img.plattegrondPart {
    width: 200px;
    height: 200px;
    float:left;
}
img#arrow{
    position:absolute;
    top: 400px;
    left: 477px;
    height: 45px;
    width: 45px;
}

img.icon{
    position:absolute;
}
/* end plattegrond + content */

/* vraag + vraagtekenman zit in de plattegrond div */
div#bottomright{
    position:absolute;
    top: 450px;
    left: 0px;
    width: 800px;
}

div#vraag {
    position:absolute;
    width: 620px;
    font-size: 30px;
    font-weight: bold;
}

div#vraag .description {
    font-size: 12px;
    font-weight: normal;
    display:block;
}

div#bottomright div#vraagtekenman {
    position:absolute;
    top: -20px;
    right: 0px;
    width: 140px;
    height: 81px;
    font-size: 1em;
    font-weight: bold;
    float: right;
    cursor: pointer;
}

img#vraagtekenmanimg {
    float: left;
    height: 80px;
}

div#vraagtekenman p {
    padding-top: 5px;
    font-size: 1.2em;
    font-weight: bold;
}

div#vraagtekenmandescription {
    display:none;
    bottom: 0px;
    right:0px;
    width:410px;
    z-index: 1;
}

div#vraagtekenmandescription > div p {
    font-size: 1em;
    font-weight: normal;
}

div#vraagtekenmandescription img#close{
    position:absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

div#vraagtekenmanInfo {
	position:absolute;
	left: 660px;
    width: 140px;
    height: 81px;
    font-size: 1em;
    font-weight: bold;
    float: right;
    cursor: pointer;
}

/* en vraag + vraagtekenman zit in de plattegrond div */


/* route beschrijving + content */

div#routeBeschrijvingBox {
    top: 60px;
            left: 10px;
    width: 187px;
    position:absolute;
    z-index:300;
}

div#routeBeschrijving{
    margin-top: 5px;
    height: 350px;
    width: 175px;
    overflow-y: auto;
}
div#routeBeschrijving h3{
    margin-top: 0px;
    margin-bottom: 5px;
}
div#routeBeschrijving  ul {
    margin: 0px;
    padding: 0px;
    list-style:none;
}
div#routeBeschrijving li{
    list-style: none;
    list-style-type:none;
    margin-left: 0px;
    margin-bottom: 6px;
}

/* end route beschrijving + content */

/* progressbar */
div#progressbarcontainer {
    position:absolute;
    top: 516px;
    left: 16px;
    width: 167px;
    font-weight: bold;
    text-align: center;
}
div#progressbarcontainer div#progressbarouter{
    width: 162px;
    height: 15px;


    border: 2px solid #99cc33;
    background-color: #99cc33;
    text-align: left;
}
div#progressbarcontainer div#progressbarinner{
    height: 15px;
    border: 0px;
    background-color: white;
    
}
/* end progressbar */

/* standaard infobox */
div.infobox {
    
    position:absolute;
    padding: 4px;
    width: 380px;
}
div.infobox div.inner {
    z-index:2;
    height: 100%;
}

div.infobox div.inner2 {
    z-index:2;
    height: 100%;
    background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_410_middle.png');
    background-repeat:repeat-y;
    background-position:top left;
}

div.verkeersbord div.innerText {
    z-index:2;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 8px;
    color: white;
    font-weight: bold;
    height: 100%;
}

div.infobox div.innerText2 {
    z-index:2;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 8px;
    color: black;
    height: 100%;
    overflow: auto;
}

div.conclusieContainer div.innerText a, div.infoContainer div.innerText a, div.innerText2 a {
    z-index:1;
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

div.verkeersbord div.innerText a {
    z-index:1;
    bottom: 10px;
    left: 5%;
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

div.infobox div.infobox_top {
    background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_410_top.png');
    background-repeat:no-repeat;
    background-position:top left;
    width: 410px;
    height: 15px;  
}

div.infobox div.infobox_bottom {
    background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_410_bottom.png');
    background-repeat:no-repeat;
    background-position:top left;
    width: 410px;
    height: 14px;  
}

/* end standaard infobox */


/* antwoord / verkeers borden */
div.verkeersbord {
    width: 240px;
}

div.verkeersbord div.bord-top {
    background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_top.png');
    background-repeat:no-repeat;
    width: 240px;
    height: 20px;
}

div.verkeersbord div.inner {
    background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_middle.png');
    background-repeat:repeat-y;
    width: 240px;
}
div.verkeersbord div.innerText {
    width: 85%; 
    /*height:100%;*/
}
div.verkeersbord div.innerIcons {
    position:relative;
    top: 3px;
    left: 5%;
    height:30px;
    width: 85%;
}
div.verkeersbord div.toleft {
    background-image:url('/CGraadZorgNavigator/images/algemeen/verkeersbord-links.png');
    background-repeat:no-repeat;
    background-position:top right;
}
div.verkeersbord div.toright {
    background-image:url('/CGraadZorgNavigator/images/algemeen/verkeersbord-rechts.png');
    background-repeat:no-repeat;
    background-position:top right;
}
div.verkeersbord div.totop {
    background-image:url('/CGraadZorgNavigator/images/algemeen/verkeersbord-top.png');
    background-repeat:no-repeat;
    background-position:top right;
}
div.verkeersbord div.tobottom {
    background-image:url('/CGraadZorgNavigator/images/algemeen/verkeersbord-bottom.png');
    background-repeat:no-repeat;
    background-position:top right;
}

div.verkeersbord div.innerText a {
    color: white;
}

div.antwoorddescription {
    display:none;
    width: 240px;
    z-index:1;
    margin-top: -35px;
    position:absolute;
}
div.antwoordbox {
    z-index:1;
    background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_toelichting_middle.png');
    background-repeat:repeat-y;
    height:100%;
    width: 240px;
}

div.antwoordinnertext {
    width: 85%;
    margin-left:10px;
    padding-bottom:10px;
    /*height:100%;*/
}
div.stratContainer a, div.antwoordinnertext a {
	text-decoration: underline;
}

div.opendescription{
    background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_bottom.png');
    background-repeat:no-repeat;
    background-position:top left;
    cursor: pointer;
    width: 240px;
    height: 28px;
}

div.toelichting-bottom{
    background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_toelichting_bottom.png');
    background-repeat:no-repeat;
    
    width: 240px;
    height: 17px;
}

div.closedescription{
    background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_toelichting_top.png');
    background-repeat:no-repeat;
    background-position:top left;
    cursor: pointer;
    width: 240px;
    height: 33px;
}

/* end antwoord borden */

div.conclusieContainer, div#textContainer {
    width: 800px;
    height: 400px;
    position:absolute;
    left: 200px;
    top: 60px;
    color: black;
    background-image:url('/CGraadZorgNavigator/images/normaal/kaartachtergrond.png');
    background-repeat:no-repeat;
    background-color: white;
    margin: 0px;
}

div.conclusieContainer div.inner, div.stratContainer div.inner {
	z-index:1;
    width: 750px;
    position:absolute;
    left: 20px;
    top: 70px;   
}

div.conclusieContainer div.conclusieContainer_top, div.stratContainer div.conclusieContainer_top {
    background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_groot_top.png');
    background-repeat:no-repeat;
    background-position:top left;
    width: 750px;
    height: 27px;  
}

div.conclusieContainer div.conclusieContainer_bottom, div.stratContainer div.conclusieContainer_bottom {
    background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_groot_bottom.png');
    background-repeat:no-repeat;
    background-position:top left;
    width: 750px;
    height: 27px;  
}

div.conclusieContainer div.innerBox, div.stratContainer div.innerBox {
	background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_groot_middle.png');
    background-repeat:repeat-y;
    background-position:top left;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    
}

div.conclusieContainer div.innerText, div.stratContainer div.innerText {
	height:250px;
	overflow:auto;
	color: black;
}

div.infoContainer div.infoContainer-bottom{
    background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_380_bottom.png');
    background-repeat:no-repeat;
    background-position:top left;
    width: 380px;
    height: 13px;  
}

div.infoContainer div.infoContainer-top{
    background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_380_top.png');
    background-repeat:no-repeat;
    background-position:top left;
    width: 380px;
    height: 14px; 
}

div.infoContainer div.inner {
    background-image:url('/CGraadZorgNavigator/images/normaal/bord/bord_380_middle.png');
    background-repeat:repeat-y;
    background-position:top left;
    padding-right: 20px;
    padding: 10px;
}

div.infoContainer div.innerText {
	z-index:3;
	height:200px;
	padding: 8px;
	margin: 2px;
	overflow:auto;
	color: black;
}

div#introductieHeadLine {
	position:absolute;
    left: 160px;
    top: 80px;
	font-size: 40px;
	font-weight: bold;
}

div#introductieContainter{
    position:absolute;
    left: 200px;
    top: 160px;
    color: black;
}
div#introductieContainter #tekst{
	float:left; 
	margin:40px; 
	width: 390px;
	font-size: 24px;
}
div#introductieContainter h1{
	font-size: 35px;
}
div#introductieContainter a img {
	margin-right: 1px;
}

div#textContainer{
    background-image: none;
    width: 550px;
}

div#textContainer p{
	font-size: 1.2em;
}

div#textContainer ul {
    font-size: 1.2em;
    font-family: Arial, Verdana, sans-serif;
}

div#overdezesite-logos img{
	margin: 8px;
	width: 118px;
}

div#extraInfo{
	padding-top: 5px;
    position:absolute;
    left: 13px;
    top: 410px;
}

div#informatieVak{
    width: 500px;
    float: left;
}

div#stratcontainer img#close{
    position:absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}

div#stratcontainer {
    display:block;
}

