/****************************************************************************************************************
 * 
 * Deze code is met veel plezier geschreven, getest en met trots 
 * opgeleverd door Aron Rotteveel van Vije Internetproducties.
 * Informatie:
 * 
 * Opdrachtgever: HST Groep Enschede
 * Laatste update: 10 april 2007
 * 
 * Voor vragen kunt u contact opnemen per e-mail (aron@vije.nl) of per telefoon (074-2673400).
 * Meer informatie over Vije Internetproducties vindt u op http://www.vije.nl
 *
 ****************************************************************************************************************/
 
/*****( GLOBALE DEFINITIES )*************************************************************************************/
    
    * {
        margin: 0;
        padding: 0;
    }
    
    html, body {
        height: 100%;
    }
    
    body {
        background: #EEEFF0;
        text-align: center;
        overflow: -moz-scrollbars-vertical;
    }
	
	body#preview {
		text-align: left;
		background: #fff;
	}
    
    body, td, select {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 11px;
        color: #000;
    }
    
    img {
        vertical-align: middle;
        border: 0;
    }
    
    a {
        outline: none;
		color: #ed1c28;
	}
	
	a:hover {
		color: #00549f;
	}
    
    ul {
        list-style-type: square;
    }
    
/*****( LAYOUT DEFINITIES )**************************************************************************************/

    div#container {
        position: relative;
        width: 975px;
        margin: 0 auto;
        text-align: left;
        background: #fff url(/img/contentbg.gif) repeat-y top left;
        /*
        min-height: 100%;
        height: auto !important;
        height: 100%;
        */
    }
    
    /***** HEADER ******************************************************************/
    
        
		div#sections {
			height: 129px;
			width: 975px;
			background: #fff url(/img/headers/nl/titel_hstgroep.gif) no-repeat left top;
		}
		
		div#sections a#logolink {
			display: block;
			position: absolute;
			top: 30px;
			left: 50px;
			width: 230px;
			height: 70px;
			text-decoration: none;
			background: transparent url(/img/empty.gif);
			text-indent: -3000px;
		}
		
		div#sections ul.sectionsList {
            font-family: Verdana, arial, sans-serif;
            font-size: 9px;
            font-weight: bold;
            list-style: none;
			padding-left: 475px;
			padding-top: 107px;
			
		}
		
        div#sections ul.sectionsList li {
            float: left;
            margin-right: 10px;
            padding: 5px 0px;
			height: 23px !important;
			height: 22px;
        }

        div#sections ul.sectionsList li a:hover  {
            color: #00549F;
        }       
        
        div#sections ul.sectionsList li.last {
            margin-right: 0;
        }
        
        div#sections ul.sectionsList li a {
            color: #fff;
            text-decoration: none;
        }
        
        div#sections ul.sectionsList li a.active {
		text-decoration: underline;
        }
        
    /***** MENU *******************************************************************/
    
        div#siteNav {
            position: relative;
            background: #ED1C28 url(/img/menubg.gif) no-repeat 0 100%;
            width: 100%;
            height: 74px;
            border-top: 0px solid #fff;
        }
        
        div#siteNav div#languageSelect {
            color: #fff;
        }
        
        div#siteNav div#languageSelect a {
            color: #fff;
            text-decoration: none;
        }
        
        div#siteNav div#languageSelect a:hover {
            text-decoration: underline;
        }
        
        div#siteNav div#languageSelect a.currentlanguage {
            text-decoration: underline;
        }
        
        div#siteNav div#menu {
            position: absolute;
            top: 5px;
            left: 0;
            width: 80%;
            height: 55px;
            z-index: 2;
        }   
        
        div#siteNav div#menu ul.menu, div#siteNav div#menu ul.submenu {
            margin: 8px;
			margin-top: 24px;
            list-style: none;
            font-family: Verdana, arial, sans-serif;
            font-size: 9px;
            font-weight: bold;
        }
        
        div#siteNav div#menu ul.submenu {
            margin: 0;
            height: 25px;
            width: 400px;
            line-height: 25px;
            position: absolute;
            top: 45px;
            left: 0;
            color: #fff;
            padding: 0 20px 0 8px;
        }
        
        div#siteNav div#menu ul.menu li {
            float: left;
            margin-right: 13px;
        }
        
        div#siteNav div#menu ul.menu li a {
            color: #ED1C28;
            text-decoration: none;
        }
        
        div#siteNav div#menu ul.menu li ul.submenu li a {
            font-size: 9px;
            color: #fff;
        }
		
        div#siteNav div#menu ul.menu li ul.submenu li a:hover {
			color: #fff;
		}		
        
        div#siteNav div#menu ul.menu li a:hover, div#siteNav div#menu ul.menu li.activeChild a {
            color: #00549F;
        }
        
        div#siteNav div#menu ul.menu li.currentMenuItem a {
            color: #ED1C28;        
            text-decoration: underline;
        }
        
        div#siteNav div#menu ul.menu li.currentMenuItem ul li a {
            color: #fff;
            text-decoration: none;
        }
        
        div#siteNav div#menu ul.menu li.currentMenuItem ul li a:hover {
            color: #fff;
            text-decoration: none;
        }
        
        div#siteNav div#languageSelect {
            position: absolute;
            top: 20px;
            right: 0;
            width: 971px !important;
            width: 976px;
            height: 32px;
            text-align: right;
            padding-right: 5px;
            line-height: 32px;
            z-index: 1;
        }
        
    /***** CONTENT *****************************************************************/
    
        div#content {
            background: #fff;
            width: 960px;
            overflow-x: hidden;
        }
        
        div#content div#contentPhoto {
            width: 960px;
            height: 200px;
            overflow: hidden;
            background: #eee;
        }
        
        div#content div#contentText {
            width: 930px !important;
            width: 960px;
            background: #fff;
            padding: 15px;
        }
        
        div#content div#contentText table.layoutColumns {
            position: relative;
            margin-bottom: 15px;
        }
        
        div#content div#contentText table.layoutColumns tr td {
            margin-right: 10px;
            padding: 5px 10px 5px 5px;
        }
        
        div#content div#contentText table.seperated tr td {
            border-right: 1px solid #ddd;
        }
		div#content2 div#contentText table.seperated tr td {
            border-left: 1px solid #ddd;
        }
        
        div#content div#contentText table.seperated tr td.last {
            border-right: 0 !important;
        }
        
        div#content div#contentText div.map {
            position: absolute;
            top: 220px;
            left: 25px;
            width: 350px;
            height: 500px;
            background: #eee;
            z-index: 5;
			display: none;
        }
        
        div#content div#contentText div.smallColumns {
            margin-right: 15px;
            width: 930px;
        }
        
		
        div#content div#contentText table.layoutColumns tr td ul li {
        	padding-left: 5px;
			list-style-type: circle;
			margin-left: 15px;	
		}
		
        div#content div#contentText table.layoutColumns tr td div.moreinfo {
            width: 100%;
            text-align: left;
            margin: 10px auto;
        }
        
    /***** FOOTER ********************************************************/
    
        div#footer {
        /*
            position: absolute;
            bottom: 0 !important;
            bottom: -1px; 
            left: 0;
        */
            padding: 0 10px;
            width: 940px !important;
            width: 990px;
            height: 20px;
            line-height: 20px;
            background: #FFEFE7 url(/img/footer.gif) no-repeat top left;
            color: #999;
            overflow: hidden;
        }
        
        div#footer ul {
            list-style: none;
        }
        
        div#footer ul li {
            float: left;
            padding: 0 15px;
        }
        
        div#footer ul li a {
            text-decoration: none;
            color: #999;
            font-size: 10px;
        }
        
/*****( FORMULIEREN )********************************************************************************************/        

    div.label {
        float: left;
        width: 150px;
        height: 24px;
    }
    
    div.field {
    }

    div.loginForm div.formDescription {
        float: left;
        width: 150px;
    }
    
    div.loginForm div.form {
        float: right;
        width: 270px;
    }
    
    div.loginForm div.form div.label {
        width: 100px;
    }
    
    input.field, input.smallfield, input.mediumfield, textarea {
        background: #D9DBDC;
        border: 0;
    }
    
    input.smallfield {
        width: 25px;
    }
    
    input.mediumfield {
        width: 35px;
    }
    
    div.contact div.contactinfo {
        float: left;
        width: 150px;
    }
    
    div.contact div.form {
        float: left;
    }
    
    div.contact div.form div.label {
        width: 85px;
    }
    
    div.contact textarea {
        width: 100%;
        height: 230px;
    }
    
    table.bestellingTabel tr td {
        border-bottom: 1px solid #bbb;
/*        height: 20px;*/
    }
    
    table.bestellingTabel tr.head th {
        border-bottom: 1px solid #999;
        text-align: left;
        font-size: 9pt;
        padding-left: 5px;
    }

    table.bestellingTabel td {
    	padding-left: 5px; 
    	padding-bottom: 5px;
    	padding-top: 5px;
    }

    form .errFld {
        border: 1px solid #F00;
    }
    
    form .errMsg {	
        color: #CC3333;
        display: none;
        height: 24px;    
        line-height: 24px;
    }
    	
       
    
/*****( OVERIGE OPMAAK )*****************************************************************************************/
    
    h2, h3 {
        background: url(/img/h2bg.gif) no-repeat 0 2px;
        font-size: 11px;
        padding-left: 16px;
        color: #999;
        border-bottom: 1px solid #ED1C28;
        padding-bottom: 5px;
        margin-bottom: 8px;
    }
    
    h2 {
        height: 10px;
    }
    
    ul.sitemap {
        margin-left: 50px;
    }
    
    ul.sitemap ul {
        margin-left: 25px;
    }
    
    ul.sitemap a {
        color: #000;
        text-decoration: none;
    }
    
    tr.head {
        background: #ddd url(/img/tr_bg.gif) repeat-x top left;
        height: 20px;
        font-weight: bold;
    }
    
/*****( MODIFIERS )*************************************************************************************/

    .left { float: left; }
    .right { float: right; }
    .spacer { clear: both; }

