
body {	padding: 0px;
	margin: 0px;
	background-color: #BCBDBF;
	font-family: Arial;
	font-size: 12px;
	color: #332E2A;
	overflow-x: hidden;
	overflow-y: hidden;
        height: 100%;
	width: 100%;
}

h1 {
	color: #CE003D;
}

h2 {
	color: #CE003D;
}

a {
	font-size: 12px;
	color: #CE003D;
}
table {
	font-size: 12px;
}


.topbalk {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000;
	width: 100%;
	height: 34px;
	opacity:0.3;
	filter:alpha(opacity=30)
}

.content-top {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #888888;
	width: 100%;
	height: 34px;
}

.topleft {
	position: absolute;
	text-align: left;
	top: 0px;
        left: 0px;
       
}

.topright {
	position: absolute;
	text-align: right;
	top: 7px;
        right: 30px;
        width: 160px;
}
.balk {
        position: absolute;
        bottom: 60px;
        width: 100%;
        height: 180px;
        background-color: #CE003D;
        opacity:0.9;
        filter:alpha(opacity=90);
}

.balk-links {
	position: absolute;
	bottom: 60px;
	width: 270px;
	height: 180px;
        background-color: #CE003D;
        opacity:0.9;
        filter:alpha(opacity=90);
}

.middentekst {
	position: relative;
        top: 60px;
        right : 110px;
        text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.middenlogo {
	position: relative;
	top: 0px;
	margin-right: 120px;
	float: right;

}
.nederland {
	position: absolute;
	top: 0px;
        right: 0px;
}
.adres {
	position: absolute;
        bottom: 10px;
        left : 10px;
        text-align: bottom;
        color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.content {
        height: 100%;
        padding: 10px;
	overflow-x: hidden;
        background-color: #FFFFFF;
        overflow: scroll;
}

.balk-rechts {
	position: absolute;
	bottom: 60px;
	width: 270px;
	height: 180px;
        background-color: #CE003D;
        opacity:0.9;
        filter:alpha(opacity=90);
}

.menu {
        position: absolute;
        top: 210px;
	line-height: 19px;
	width: 264px;
        z-index: 9;
	text-align: right;
}

.menu a {
	background-color: transparent;
	color: #000;
	text-decoration: none;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;

}


.menu a:hover {
	color: #888;
}

.balk-tekst {
	position: absolute;
	bottom: 10px;
        left: 20px;
	background-color: transparent;
	color: White;
	line-height: 19px;
	text-decoration: none;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;        
}

.balk-tekst a {
	color: White;
	font-size: 12px;
	font-weight: bold;
      	text-decoration: none;
}

.logo {
	position: relative;
	top: 90px;
	margin-right: 20px;
	float: right;
        width: 290px;
}
.marquee {
	position: absolute;
	bottom: 10px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	filter: alpha(opacity= 45);
	-moz-opacity: .45;
	opacity: .45;
}



