@charset "UTF-8";
/* CSS Document */
body, html{
	margin:0;
	padding:0;
	background:#003333;
	margin:0px;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	size:60%;
	color: #003;

}

a:link {
	color: #108070;
	text-decoration: none;
}
a:visited {
	color: #108070;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
a:active {
	color: #006B54;
	text-decoration: none;
}


a {
	outline:none;
}

ul, li {
	padding:0;
	margin:0px 0px 0px 8px;
	line-height:12px;
}

#container{
	background:#c7d9de;
	height:800px;
	width:860px;
	text-align: left;
	margin: 0px auto;

}


#banner{
	height:157px;
	width:844px;
	margin:7px;
	top:7px;
	^top:0px;
	position: relative;
	border:1px #fff dotted;
	background:#e0eded url(../images/logo.png) top center no-repeat;
}


#banner_left{
	height:136px;
	width:182px;
	background:#e0eded url(../images/banner_left.jpg) top left no-repeat;
	float:left;
	margin:10px;

}

#banner_right{
	height:136px;
	width:182px;
	background:#e0eded url(../images/banner_right.jpg) top right no-repeat;
	float:right;
	margin:10px;
}

#content{
	width:621px;
	height:570px;
	position:relative;
	float:right;
	margin-top:0px;
	margin-right:9px;
	overflow-y:auto;
	overflow-x:hidden;

}

#content_programma{
	width:621px;
	height:970px;
	position:relative;
	float:right;
	margin-top:0px;
	margin-right:9px;
	overflow-y:auto;
	overflow-x:hidden;

}

#content_bestel{
	width:860px;
	height:2757px;
	position:relative;
	float:left;
	margin-top:0px;
	margin-right:9px;
	overflow-y:auto;
	overflow-x:hidden;

}

#btn{
	float:left;
	width:230px;
	height:270px;
	position:absolute;
	margin-top:7px;
	
}

.btn{
	background:#003333;
	border:1px #fff dotted;
	width:220px;
	height:14px;
	position: relative;
	padding-top:3px;
	margin-top:2px;
	margin-left:7px;
	^height:22px;
	^padding-top:0px;
	^padding-bottom:3px;
}

.btn a{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	font-size:9px;
		
}

.btn label a{
	position:absolute;
	padding-left:10px;
	width:220px;
	height:22px;
	^padding-top:6px;	
}

.btn a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.btn a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.btn a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.btn a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.voorstellingen {
	font-size: 9px;
	text-align: left;
	padding-left: 3px;
}

#voorstellingen{
	/* background-color:#003333; */
	position: absolute;
	float:left;
	height:800px;
	width:221px;
	margin-left:7px;
	top:440px;
	^top:530px;
	z-index:10;
} 


.kop{
	font-family:Verdana, Geneva, sans-serif;
	size:120%;
	color:#000;
	font-weight:bold;
}

.kop a:link {
	color: #000;
	text-decoration: none;
}
.kop a:visited {
	color: #000;
	text-decoration: none;
}
.kop a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.kop a:active {
	color: #000;
	text-decoration: none;
}

