﻿* {
	margin: 0;
	padding: 0;
}

html {
    height: 100%;
}

body {
	color: #4f4f4f;
	background: #fff;
	font: 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	height: 100%;
}

p {
	margin-bottom: 16px;
}

a {
    color: #4f4f4f;
	text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.text {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    overflow: auto;
    width: 160px;
    height: 100%;
    padding: 0 20px;
    margin-left: -100px;
}

    .text h1 {
        text-indent: -9999px;
        background: url(../images/schermned-logo.gif) no-repeat 50% 50%;
        height: 90px;
        margin: 0 0 100px;
    }
    
    /* Languages */
    .text ul {
        overflow: hidden;
	    list-style: none;
	    background: url("../images/sidebar-line.png") 50% 100% no-repeat;
	    width: 126px;
	    padding: 22px 17px 19px;
	    margin: 0 0 16px;
    }
    
        .text ul li {
		    float: left;
		    display: block;
		    overflow: hidden;
		    width: 20px;
		    height: 15px;
		    padding: 0 11px;
	    }
    	
		    .text ul li a {
			    display: block;
			    background-position: 0 15px;
			    width: 100%;
			    height: 100%;
		    }
    		
		    .text ul li a.nl {
		        background-image: url("../images/languages/nl.gif");
		    }
    		
		    .text ul li a.de {
		        background-image: url("../images/languages/de.gif");
		    }
    		
		    .text ul li a.en {
		        background-image: url("../images/languages/en.gif");
		    }
    		
		    .nl .text ul li a.nl,
		    .de .text ul li a.de,
		    .en .text ul li a.en,
		    .text ul li a:hover {
			    background-position: 0 0;
		    }
    	
			    .text ul li a span {
				    display: none;
			    }

    .text dl {
        text-align: center;
        background: url("../images/sidebar-line.png") 50% 100% no-repeat;
        padding: 0 0 16px;
    }
    
        .text dl dt {
            margin-bottom: 16px;
        }
        
        .text dl dd {
            margin-top: 8px;
        }
        
            .text dl dd a {
                font-weight: bold;
                text-transform: uppercase;
            }
            
                .text dl dd.tuinbouw a {
                    color: #00257a;
                }
                
                .text dl dd.utiliteitsbouw a {
                    color: #e37222;
                }

.flash {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
