/*
* MAIN STYLESHEET WACHTFF.NL
* BY SANDER BECK
* sander@multimove.nl
*/

html, body {
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#b09968;
    padding:0px;
    margin:0px; 
}

#container{
	position:relative;	
	background:#000;
	width:891px;	
	margin:auto;
	background:url(../images/bg_content.gif) repeat-y #ffffff;	
} 

#header{
	position:relative;
	height:148px;
	background:url(../images/header.jpg) no-repeat;
}

#contentholder{
	position:relative;
	width:891px;
	_height:450px; /*TMP*/	
	min-height:450px;
	clear:both;
}

#content_left{
	position:relative;
	_height:300px;
	min-height:300px;
	background:url(../images/bg_left.gif) no-repeat;
	padding:0px 15px 15px 15px;
	float:left;
	width:253px;
	color:#FFFFFF;
}

#content_right{
	position:relative;
	float:left;
	width:595px;
	
}

#content_right_main{
	position:relative;
	float:left;
	width:530px;
	padding-left:30px;
	padding-top:15px;
	padding-right:45px;
	padding-bottom:30px;
}

#shoutbuts{
	position:relative;
	padding:20px;

}

#menu_top{
	position:relative;
	text-align:right;
	padding: 16px 13px 0px 0px;
}

#menu{
	position:relative;
	top:90px;
	left:283px;
	width:630px;
}

#copyright{
width:881px;
padding-left:10px;
padding-top:2px;
background-color:#b09968;
font-size:10px;
}


/* HEADLINE ITEMS FOR HOMEPAGE */
#h_item1{
	position:relative;
	height:150px;
	width:297px; /*WIDTH OUTLINE 1PX LESS, SEE ITEM2*/
	float:left;
	background:#e5e0e0;
}

#h_item2{
	position:relative;
	height:150px;
	width:298px;
	float:left;
	background:#f1ebeb;	
}

#h_item3{
	position:relative;
	width:297px; /*WIDTH OUTLINE 1PX LESS, SEE ITEM4*/
	float:left;
	background:#e5e0e0;
}

#h_item4{
	position:relative;
	width:298px;
	height:167px;
	float:left;
	background:url(../images/bg_newsletter.jpg) no-repeat;	
}

#h_image{
	position:relative;
	width:100%;
	height:248px;
}

#h_title1{
	position:relative;
	padding-top:10px;
	padding-left:10px;
	height:25px;
	background:#df272f;
}

#h_title2{
	position:relative;
	padding-top:10px;
	padding-left:10px;
	height:25px;
	background:#e5a100;
}

#h_title3{
	position:relative;
	padding-top:10px;
	padding-left:10px;
	height:25px;
	background:#464646;
}

#h_title4{
	position:relative;
	padding-top:10px;
	padding-left:10px;
	height:25px;
	background:#000;
}

#h_content{
	padding:10px;
}

#tumb{
	position:relative;
	float:left;
	width:99px;
	height:66px;
	cursor:pointer;
}

#bottom{
	position:relative;
	width:878px;
	height:15px;
	background:#000;
	clear:both;
}


/* HOTSPOTS */
#l_hotspot{
	position:absolute;
	width:220px;
	height:90px;
	margin-left:30px;
	margin-top:30px;
    cursor:pointer;
}


/* SUBSCRIBE  */
.subscribeInput{
	background:#f1ebeb;
	width:150px;
	height:16px;
	border:1px solid #000000;
	padding:2px 3px 0px 5px;
}

.subscribeButton{
	background:url(../images/but_aanmelden.gif) no-repeat;
	width:89px;
	height:20px;
	border:0px;
}


/* CLASSES */
.menu_top{
	padding-left:10px;
	border:0px;
}

.menu{
	padding-right:7px;
	border:0px;
}


.white{
	color:#FFFFFF;
}


h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
}


form{
	margin:0px;
}

a{
	color:#000;
	text-decoration:underline;
	margin:0px;
}


a:hover{
	color:#000;
	text-decoration:underline;
}
