/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: black;
	font-family: Arial;
color: white;
font-size: 11pt;


}
#header {
position: relative;
background-image: url(http://nausverhuur.wizk.it/frontend/rotzak/header.jpg);
height: 134px;
width: 1000px;
}

#wrapper {
	position: relative;
	top: 0;
	left: 0;
width: 1000px;
text-align: left;

}

/* ----------- */
/* BUTTONS     */
/* ----------- */
#btn_rotzak {
position: absolute;
top: 1px;
left: 300px;
width: 125px;
}
a.btn_rz {
background-image: url(http://nausverhuur.wizk.it/frontend/rotzak/rotzakknop.jpg);
background-repeat: no-repeat;
display: block;
width: 414px;
height: 131px;
}

#btn_verkooppunten {
position: absolute;
top: 66px;
left: 115px;
width: 125px;
}
#btn_ophalen {
position: absolute;
top: 66px;
left: 755px;
width: 125px;

}
a.btn_vp {
background-image: url(http://nausverhuur.wizk.it/frontend/rotzak/verkooppuntenUp.jpg);
background-repeat: no-repeat;
width: 129px;
height: 66px;
display: block;
cursor: pointer;
}

a.btn_vp:hover {
background-image: url(http://nausverhuur.wizk.it/frontend/rotzak/verkooppuntenDown.jpg);
background-repeat: no-repeat;
}
a.btn_oh {
background-image: url(http://nausverhuur.wizk.it/frontend/rotzak/ophalenUp.jpg);
background-repeat: no-repeat;
width: 129px;
height: 66px;
display: block;
cursor: pointer;
}
a.btn_oh:hover {
background-image: url(http://nausverhuur.wizk.it/frontend/rotzak/ophalenDown.jpg);
background-repeat: no-repeat;
}
a.actief {
font-size: 10pt;
color: silver;
text-decoration: none;
font-weight: bold;
}
a.indexBtn {
padding-left: 125px;
height: 59px;
display: block;
background-repeat: no-repeat;
background-position: 0px 0px;
}
span.indexSpan {
display: block;
height: 59px;
width: 125px;
}
a.indexBtn:hover {
background-position: -125px 0;
}


#main {
	position: relative;
	top: 0;
	left: 0;
background-image: url(http://nausverhuur.wizk.it/frontend/rotzak/fill.jpg);
background-repeat: repeat-y;

}
#main_content {
/*
position: relative;
display: block;
*/
background-image: url(http://nausverhuur.wizk.it/frontend/rotzak/fill.jpg);
background-repeat: repeat-y;

width: 760px;
padding-bottom: 20px;
padding-left: 130px;
padding-top: 20px;
color: #F7C600;
}

#footer {
background-image: url(http://nausverhuur.wizk.it/frontend/rotzak/main.jpg);
background-repeat: no-repeat;
	background-position: bottom;
	height: 408px;
width: 1000px;
color: white;
}
#footer_content {
padding-left: 130px;
font-size: 11pt;
padding-top: 3px;
color: #F7C600;
}
a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
color: #F7C600;
font-weight: bolder;
}
img {
	text-decoration: none;
	
}

div.title {
	font-weight: bold;
	font-size: large;
	background-color: #000;
	color: #FFF;
	width: 770px;
}
div.title a {
	color: #FFF;
	text-decoration: none;
}
div.title a:hover {
	color: #ffff00;
	text-decoration: none;
}

div.index {
position: relative;
font-weight: bold;
padding-top: 15px;
}
div.contentitem {
font-weight: normal;
}

/*------------------------------------ */
/* Begin CSS Drop Down Menu */
/* ------------------------------------ */
#menu {
position: relative;
}
#main_menu {
	position: absolute;
top: 190px;
left: 103px;
	height: 30px;	
width: 790px;
text-align: left;
color: white;
}
#menuh {
	font-size: 1em;
	font-family: arial;
	font-weight: bold;
	height: 31px;
	float:left;
	padding-top: 0px;
	/*
	width:100%;
	margin:2em;
	margin-top: 1em;
	*/
}		
a.mainMenu {
	color: white;
padding-left: 5px;
padding-right: 5px;

	border-right: 1px dotted #FFF;
padding-right: 5px;
font-weight: bolder;
	height: 30px;
}
a.actief {
	color: #F7C600;
font-weight: bolder;
font-size: 15pt;
padding-left: 5px;
padding-right: 5px;
	border-right: 1px dotted #FFF;
padding-right: 5px;
font-weight: bolder;
	height: 30px;
}

/* menu at mouse-over  */
#menuh a:hover {
	color: black;
	background-color: #fff;
	height: 30px;
}	
		
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
	background-repeat: no-repeat;
}	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-color: #69665d;
}
#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 125px;	 
}
#menuh li	{
	position:relative;
    /*min-height: 1px; */	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}
#menuh ul ul {
	position:relative; 
	z-index:500;
	top: auto;
	left: auto;
	display:none;
	/*padding: 1em;
	top:auto;
	margin:-1em 0 0 -1em;*/
}
#menuh ul ul ul  {
	top:0;
	left:100%;
}
div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}
div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
#pagination {
background-color: #F7C600;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
width: 743px;

}
a.btn_pagination {
font-size: 14pt;
border: 2px solid black;
color: black;
text-decoration: none;
}
a.btn_pagination:hover {
color: #F7C600;
background-color: black;
}
