﻿#KopGrijs {
    /* eigenlijk h1!!! */
	position: absolute;
	top: -30px;
	left: 0px;
    width: 100%;
	margin: 0em;
	padding: 85px 30% 55px 250px; /* boven-rechts-onder-links! */
    height: 50px;
	color: #fff;
    background-image: url(../images/bovenregel-grijs.gif);
    background-repeat: repeat-x;
    }
body>#KopGrijs {
	position: fixed;
	}
#KopBlauw {
    /* eigenlijk h1!!! */
	position: absolute;
	top: -30px;
	left: 0px;
    width: 100%;
	margin: 0em;
	padding: 85px 30% 55px 250px; /* boven-rechts-onder-links! */
    /*padding-left: 250px;*/
    height: 50px;
	color: #fff;
    background-image: url(../images/bovenregel-blauw.gif);
    background-repeat: repeat-x;
    /* background-color: #000;
    background-image: url(../images/guzzilogo1.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 80px;
    height: 189px;
    width: 100%; */
    }
body>#KopBlauw {
	position: fixed;
	}
#KopGroen {
    /* eigenlijk h1!!! */
	position: absolute;
	top: -30px;
	left: 0px;
    width: 100%;
	margin: 0em;
	padding: 85px 30% 55px 250px; /* boven-rechts-onder-links! */
    /*padding-left: 250px;*/
    height: 50px;
	color: #fff;
    background-image: url(../images/bovenregel-blauw.gif);
    background-repeat: repeat-x;
    /* background-color: #000;
    background-image: url(../images/guzzilogo1.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 80px;
    height: 189px;
    width: 100%; */
    }
body>#KopGroen {
	position: fixed;
	}
#LinkerMenu {
	position: absolute;
	top: 215px;
	left: 30px;
	margin: 0em;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 10px;
	color: #eee; /* is kleur listbolletjes en gewone tekst */
    list-style-type: disc;
    list-style-position: outside;
    background-color: #444;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	width: 160px;
    }
body>#LinkerMenu { /*nasty dodge to deal with ie pc's unbelievable lack of position:fixed support*/
	position: fixed;
	}
#RechterMenu {
	position: absolute;
	/* top: 22px; */
    top: 0px;
	right: 30px;
	margin: 0em;
    padding-top: 0px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 10px;
    /* color: #eee; /* is kleur listbolletjes en gewone tekst
    list-style-type: disc;
    list-style-position: outside; */
    background-color: #444;
	/* border-top: 1px solid #eee; */
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	border-left: 2px solid #888;
	/* width: 160px; */
	width: 425px;
}
body>#RechterMenu {
	position: fixed;
	}
#LinkNaarTjis {
	position: absolute;
	top: 45px;
	left: 30px;
	margin: 0em;
	padding: 1.0em 1.0em;
    text-align: center;
	color: #eee; /* is kleur listbolletjes en gewone tekst */
	background: #444;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 160px;
    cursor: pointer;
    }
body>#LinkNaarTjis { /*nasty dodge to deal with ie pc's unbelievable lack of position:fixed support*/
	position: fixed;
	}
body>#menu { /*nasty dodge to deal with ie pc's unbelievable lack of position:fixed support*/
	position: fixed;
	}
#RollOverMenu {
    position: absolute;
    left: 420px;
    top: 30px;
    width: 90px;
    }