/* CSS Document */

html{
	overflow: -moz-scrollbars-vertical;
}
body,html{
	margin:0;
	padding:0;
	
	background-color:#333333;
	background-image:url(../images/img_background.png);
	background-repeat:repeat;
	background-position:top right;
	background-attachment:fixed;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:20px;
}
#header{
	position:fixed;
	
	height:70px;
	top:0;
	left:0;
	right:0;
	
	background-color:#FFFFFF;
	
	/*background-image:url(../images/img_banner_top.png);
	background-position:bottom;
	background-repeat:repeat-x;*/
	
	z-index:4;
	
}
#footer{
	position:fixed;
	
	height:55px;
	left:0;
	right:0;
	bottom:0;
	
	background-color:#FFFFFF;
	
	background-image:url(../images/img_banner_bodem.png);
	background-position:bottom;
	background-repeat:repeat-x;
	
	z-index:3;

}
#container{
	margin-left:auto;
	margin-right:auto;
	
	width:900px;
}
#content{
	position:absolute;
	
	top:70px;
	bottom:55px;
	width:900px;
	
	z-index:2;			
}
#boot{
	position:fixed;
	top:70px;
	right:0;
	z-index:1;
	background-image:url(../images/img_boot.png);
	width:794px;
	height:461px;
}
/*#riem{
	position:fixed;
	bottom:0;
	margin-left:-60px;
	z-index:101;
}*/
#logo_twentse{
	position:fixed;
	top:13px;
	margin-left:593px;
	z-index:102;
}
#logo_bbg{
	position:fixed;
	bottom:5px;
	margin-left:183px;
	z-index:3;
}
#logo_dreher{
	position:fixed;
	bottom:7px;	
	margin-left:266px;
	z-index:3;
}
#logo_karlisch{
	position:fixed;
	bottom:10px;	
	z-index:3;
}
#logo_altena{
	position:fixed;
	bottom:7px;	
	margin-left:370px;
	z-index:3;
}

#navigatie_a{
	position:fixed;
	top:13px;
	margin-left:10px;
	z-index:100;
	
	color:#990000;
	font-size:11px;
}
#navigatie{
	position:fixed;
	background-color:#FFFFFF;
		
	top:70px;
	width:900px;
	height:25px;
	z-index:100;
	
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
#navigatiebillusa{
	position:fixed;
	top:70px;
	width:108px;
	margin-left:-108px;
	height:25px;
	z-index:50;
}
#navigatiebillusb{
	position:fixed;
	top:70px;
	width:108px;
	margin-left:900px;
	height:25px;
	z-index:50;
}
#content_area{	
	width:650px;
	
	color:#FFFFFF;
	
	border-color:#444444;
	border-style:solid;
	border-width:1px;
	
	padding:10px;
	
	margin-top:65px;
	margin-bottom:65px;
	
	z-index:2;
}
#content_area_b{	
	width:650px;
	
	color:#FFFFFF;
	
	border-style:none;
	
	padding:10px;
	
	margin-top:44px;
	margin-bottom:65px;
	z-index:2;
}
#nieuws{
	position:absolute;
	
	width:210px;
	
	color:#FFFFFF;
	
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	
	padding:10px;
	
	margin-top:65px;
	margin-bottom:65px;
	margin-left:665px;
	z-index:2;
}

h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
	
	padding-bottom:12px;
	
	color:#FFFFFF;
}
	
h1{ font-size:18px; padding-top:10px; }
h2{ font-size:18px; }
h3{ font-size:18px; }
h4{ font-size:16px; }
h5{ font-size:14px; }
h6{ font-size:12px; }

#created-by-mirdane{ position:fixed; left:0; bottom:0; width:32px; height:32px; z-index:1000; }
#created-by-mirdane a{ display:block; width:32px; height:32px; background-image:none; }
#created-by-mirdane a:hover{ display:block; background-image:url(../images/mirdane_created-by.png); }
#created-by-mirdane span{ display:none; }
#created-by-mirdane img{ border:none; }
