/*
* MAIN STYLESHEET WEERBAAR.INFO
* BY SANDER BECK
* SANDER@MULTIMOVE.NL
*/
html{
	height:100%;

	font-family:Trebuchet MS,Arial,Helvetica,Sans-serif;
	font-size: 9pt;
	color:#000;
	scrollbar-face-color: #A2B8E6;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #A2B8E6;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}

body{
	height:100%;
	min-height: 100%;
    padding: 0;
	margin: 0;
	/*margin-left: expression((documentElement.clientWidth % 2) ? "0" : "-1px" );*/
	background: #4f6da9 url(../images/layout/bg_body.gif) repeat-y 50% 0;
}

#container{
	position:absolute;
	width:100%;
	min-height:100%;
	_height:100%;
}

#container_top{
	position:relative;
	width:100%;
	height:140px;
	background:url(../images/layout/bg_top.gif) repeat-x;
	margin-left:auto;
	margin-right:auto;
}

#container_content{
	width:100%;
	
}

#container_bottom{
	position:absolute;
	width:100%;
	height:36px;
	background:#c35c32 url(../images/layout/bg_bottom.gif) bottom repeat-x;
	bottom:0;
	margin-left:auto;
	margin-right:auto;
}

#content_holder{
	position:relative;
	width:780px;
	overflow-x:hidden;
	min-height:50px;
	_margin-top:-5px;
	background:url(../images/layout/bg_content_top.gif) no-repeat top;
	margin-left:auto;
	margin-right:auto;
}

#top_menu{
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

#flashholder{
	position:relative;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

#left{
  position: relative;
  float: left;
  width:147px;
}

#content_left{
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom:170px;
  min-height: 350px;
  height: auto !important;
}

#content_menu{
	position:relative;
	/*float:left;*/
	width:139px;
	padding:58px 0px 60px 8px;
	color:#ffffff;
	background:url(../images/layout/bg_submenu.gif) no-repeat bottom;
}
#content_menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#content_menu ul li {
	margin:0px;
	padding:0px;
	padding:0px 0px 2px 0px;
	margin-right:14px;
}

#content_menu a{
	color:#ffffff;
}

#content_menu a.menu_on{
	text-decoration:none;
}

#content_content{
	float:left;
	width:593px; /*633*/
	overflow-x:hidden;
	margin-top:35px;
	background:url(../images/layout/bg_content_content.gif) repeat-x;
	padding:20px;
	padding-bottom:50px;
}

#copyright{
	padding:9px 0px 0px 20px;
	color:#ffffff;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#copyright a{
	color:#ffffff;
	text-decoration:underline;
}

#container_contact{
	position:absolute;
	height:190px;
	bottom:0;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#contact{
	position:absolute;
	margin-left:-10px;
	.margin-left:-316px;
}

#container_bottom{
	position:absolute;
	width:100%;
	height:36px;
	background:#c35c32 url(../images/layout/bg_bottom.gif) bottom repeat-x;
	bottom:0;
	margin-left:auto;
	margin-right:auto;
}


#contact a{
	color:#ffffff;
	text-decoration:underline;
}

#clear{
	clear:both;
}


/* FONTS AND HEADERS */
h1{
	font-family:Trebuchet MS,Arial,Helvetica,Sans-serif;
	font-size:10pt;
}

h2{
	font-family:Trebuchet MS,Arial,Helvetica,Sans-serif;
	font-size:9ptpx;
	font-weight:normal;
}

a {
  color:#0000ff;
}

.roze {
	background-color: peachpuff;
}

.blauw {
	background-color:#66CCFF;
}
	
.geel {
	background-color:#ffff00;
	color:#FF0000;
}
	