    /*standaard */
    
* {
    margin:0px;
    padding:0px;
    font-size:11px;
    font-family:verdana;
}

body {
    background-color:#c5cbc4;
}

ul {
	list-style:url(../img/streepje.png);
	margin-left:12px;
}


    /*Menu */
    
#margin_nav {
    margin-left:13px;
}

.menu_hor {
    height:28px;
    width:1000px;
    background-color:#d60225;
}


.menu_hor ul {
    list-style: none;
    text-align:center;
}

/*Top level list items*/
.menu_hor ul li {
    height:28px;
    position: relative;
    display: inline;
    float: left;
    background-color:#d60225; /*overall menu background color*/
}

/*Top level menu link items style*/
.menu_hor ul li a {
    padding-top:8px;
    height:20px;
    display: block;
    width: 120px; /*Width of top level menu link items*/
    text-decoration: none;
    color:#ffed00;
}

.menu_hor ul li a:hover {
    color:#FFFFFF;
}
    
/*1st sub level menu*/
.menu_hor ul li ul {
    position: absolute;
    display: block;
    visibility: hidden;
    text-align:left;
    z-index:1;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu_hor ul li ul li {
    display: list-item;
    float: none;
    background-color:#ffed00;
    border-bottom:2px solid #FFFFFF;
    z-index:1;
}

/* Sub level menu links style */
.menu_hor ul li ul li a {
    display: block;
    width:150px; /*width of sub menu levels*/
    color:#d60225;
    text-decoration: none;
    padding-left:5px;
    z-index:1;
}

.menu_hor ul li ul li a:hover {
    display: list-item;
    float: none;
    background-color:#d60225;
    color:#ffed00;
    z-index:1;
}

    /* opbouw */

#container {
    width:1000px;
    height:auto;
    margin:auto;
}

#header {
    background-image:url(../img/header.jpg);
    background-repeat:no-repeat;
    width:1000px;
    height:114px;
}

.header {
    margin-bottom:-10px;
}

#header_tekst {
    margin-left:730px;
    padding-top:12px;
    color:#FFFFFF;
    font-size:11px;
}

#mail {
    text-decoration:none;
    color:#FFFFFF;
}

#links {
    float:left;
    width:630px;
    display:table;
    font-size:12px;
    margin-left:43px;
    margin-top:10px;
    margin-bottom:10px;
    font-size:11px;
    font-family:verdana;
} 

#content {
    width:999px;
    border-left:1px solid #d60225;
    float:left; 
    background: url(../img/rechterkant.jpg);
    background-repeat:repeat-y;
    background-position: right;
    background-color:#FFFFFF;
}

#fotogalery{
    float: left;
    width: 200px;   
}
    
    /* rechterkant */
    
#rechts {
    float:right;
    width:269px;
    font-size:11px;
    font-family:verdana;
}

.legeruimte {
    height:350px;
    width:1px;
}

#leeg {
	list-style:none;
}

#beeldmerk {
    background-image:url(../img/beeldmerk_rechts.gif);
    background-repeat:no-repeat;
    width:269px;
    height:436px;
}

#img_rechts {
    width:257px;
    height:217px;
    margin-top:-100px;
    margin-left:12px;
}

.menu_ver {
    margin-left:15px;
    margin-top:-500px;
    width:250px;
}

.menu_blok{
    width:150px;
    height:20px;
}


.menu_ver li {
    list-style:url(../img/img_vierkantje_rechts.jpg);
    margin-left:20px;
}

.menu_ver li:hover {
    list-style:url(../img/img_vierkantje_rechts_over.jpg);
}

.link {
    margin-left:10px;
    text-decoration:none;
    color:#000000;
    font-size:12px;
    letter-spacing:2px;
    margin-top:50px;
}

.link:hover {
    color:#d60225;
}

#various2 a {
    margin-left:10px;
    text-decoration:none;
    color:#000000;
    font-size:12px;
    letter-spacing:2px;
    margin-top:50px;
}
	
#various2:hover {
    color:#d60225;
}
	
#various2 li {
	margin-bottom:10px;
}

#various3 a {
    margin-left:10px;
    text-decoration:none;
    color:#000000;
    font-size:12px;
    letter-spacing:2px;
    margin-top:50px;
}

various3:hover {
    color:#d60225;
}
	
#various3 li {
	margin-bottom:10px;
}

#various1 a {
    margin-right:20px;
    text-decoration:none;
    color:#d60225;
    font-size:14px;
}
	
#various1 li {
	list-style:none;
	float:left;
}

    /* footer */

#footer {
    background-image:url(../img/footer.jpg);
    height:23px;
    width:962px;
    color:#FFFFFF;
    padding-left:38px;
    padding-top:8px;
}

#footer-link {
    margin-left:420px;
    color:#FFFFFF;
    text-decoration:none;
}

.clear {
    clear:both;
}

    /* projecten */
    
.tekst_img {
    width:629px;
    height:150px;
}

.tekst {
    width:395px;
    height:140px;
    float:left;
}
/*
.img {
    float:right;
    width:400px;
    height:147px;
}
*/


.dotted_line {
    width:630px;
    border-bottom:2px dotted #000000;
}

.leesmeer {
    text-decoration:none;
    color:#0088be;
    font-size:10px;
    letter-spacing:2px;
}

.vervolgpag_left {
    float:left;
    width:270px;
}

.vervolgpag_right {
    width:351px;
    float:right;
}



    /* Sabrina.N */
