﻿        
        
        
        
        body {
            margin:         0px;
            padding:        0px;
            text-align:     center;
            font-family:    Tahoma;
            font-size:      12px;
            line-height:    24px;
            color:          #353536;
            background-image:url(../images/layout/background/gradient.jpg);
            background-repeat:repeat-x;
            background-color:White;
        }
        
        HR {
			color:#602d17;
			height:1px;
			background-color:#602d17;
        }
        
        h1 {
			font-size:13px;
			font-weight:bold;
        }
        
        
        DIV {
            vertical-align: top;
            text-align:     left;
        }
        
        
        TABLE {
            width:          100%; 
            height:         100%;           
        }
        
        
        TD {
            vertical-align: top;
            text-align:     left;
        }
        
        
        .wrapper {
            width:          900px;            
            text-align:     left;            
        }
        
        
        .header {
            width:          900px;
            height:         220px;
            margin:         0px;
            padding:        0px;  
            background-color:White;          
        }
        
        
        .content {
            width:          900px;
            
            vertical-align:	top;
            background-color:White;
        }
        
        /* CONTACTFORM */
        
        .contactformInput {
            border:         1px solid #67bee0;
            width:          200px;
            padding:0px;
            margin-bottom:5px;
        }
        
        .contactformTextarea {
            border:         1px solid #67bee0;
            width:          300px;
            height:         150px;
        }
        
        
        
        /* SITEMAPPATH */
        .sitemapRootNode{
			color:#67bee0;
			font-weight:bold;
        }
        .sitemapNode{
			color:#67bee0;
			font-weight:bold;
        }
        .sitemapCurrentNode{
			color:#602d17;
			font-weight:bold;
        }
        .sitemapSeperator{}
        
        
        
        
        
        /* HEADER MENU */
        .headerMenu{
			color:#9b9b9e;
			font-size:11px;
			font-weight:bold;
			text-align:right;
			padding-top:40px;
        }
        .headerMenuLink{
			color:#9b9b9e;
			font-size:11px;
			font-weight:bold;								
        }
        .headerMenuSeperator{
			padding:0px 10px 0px 10px;
        }
        
        .headerMenuInput{
			width:100px;
			height:15px;
        }        
        .headerMenuSearchButton {
			color:#9b9b9e;
			font-weight:bold;
        }
        
        
        
        /* VACATURELIST */
        .vacatureListVacPropTable {
			
        }
        .vacatureListVacPropTable td {
			height:10px;
			font-size:11px;
			padding:0px;
			margin:0px;
			border-bottom:1px solid #cbcbd2;
        }
        
        
        /*Modal Popup*/
		/*.modalBackground {
			background-color:Black;
			filter:alpha(opacity=70);
			opacity:0.7;
		}

		.modalPopup {
			padding:25px;
			background-color:White;
		}*/
       