/* Hooijer - CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	height: 100%;
	background-color:#404040;
}

hr{
	height: 1px;
	border: dotted;
	color: #cccccc;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#container{
	width: 926px;
	left: 50%;
	position: absolute;
	margin-left:-464px;
	text-align: left;
	background-repeat:repeat-y;
}

* html #container {
	margin-left:-463px;
}

#header{	
	width:926px;
	height:170px;
}

#top{	
	width:926px;
	height:140px;
	background-image:url(/img/top.png);
	background-repeat: no-repeat;
}

#menu{	
	width:900px;
	height:30px;
	padding-left: 13px;
	padding-right: 13px;
	background-image:url(../img/menu_bg.png);
	background-repeat: no-repeat;
}

#menu #home a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/home_but.png);
	background-position: left top;
	width: 102px;
	height: 30px;
	text-indent: -4000px;
}

#menu #home a:hover {
	display: block;
	cursor: hand;
	background-image: url(../img/menu/home_but_ro.png);
	width: 102px;
	height: 30px;
	text-indent: -4000px;
}

#content{	
	width:900px;
	padding-left: 13px;
	padding-right: 13px;
	height:700px;
	background-image:url(../img/content_bg.gif);
	background-repeat: repeat-y;
}

#footer{
	width:926px;
	height:53px;
	padding-top: 14px;
	background-image:url(../img/bottom_bg.png);
	background-repeat: no-repeat;
	clear: both;
	color: #a6a6a6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color:#a6a6a6;
	text-decoration: none;
}

#footer a:hover {
	color:#a6a6a6;
	text-decoration: underline;
}
