/*======================================================
		www.releaz.nl - ontwerpbureau releaz
======================================================*/

/*======================================================
//		Algemeen
======================================================*/

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
	background: #DBDCDC url(../img/background.png) repeat-x; 
	margin: 0;
	color: #FFFFFF;
}

img { border: 0; }
h1 { color: #FFF; }
#text_left h1 { color: #000; }
h3 { font-size: 11px; margin-bottom: -10px; }
h4 { font-size: 12px; margin: 10px 0 5px 0; }
p { font-size: 11px; line-height:  14px; }
a { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #ed0f1b; }

ul { list-style: none; padding-top: 161px; }

/*======================================================
//		Header
======================================================*/

#header {
	margin: auto auto;
	width: 938px;
	overflow: hidden;
	height: 214px;
	background: url(../img/bestek.png) no-repeat 100% 0;
}

#logo {
	width: 328px;
	height: 214px;
	float: left;
	background: url(../img/logo.png) no-repeat;
}

/*======================================================
//		Navigatie
======================================================*/

#nav { margin-top: 13px; }

#nav a {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	padding: 7px 5px 7px 7px;
	text-transform: uppercase;
	display: block;
}

#nav a:hover { background: #ed0f1b; }
#nav li { float: left; padding: 10px 10px; }

#nav li ul {
	display: none;
	position: absolute;
	padding: 10px 0;
	width: 300px;
	background: #313131;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#nav li>ul { top: auto; left: auto; }

#nav li li {
	padding: 5px;
	float: none;
	border: 0;
	height: 20px;
}

#nav li:hover ul, #nav li.over ul { display: block; }


/*======================================================
//		Main
======================================================*/

#main { margin: auto auto; width: 874px; overflow: hidden; }
#left { width: 560px; float: left; }
#right { width: 310px; float: left; }

.table_left { float: left; width: 402px; }
.table_right { float: left; width: 100px; font-weight: bold; }

.table_right ul {
	float: left;
	padding-top: 0;
	width: 100px;
	font-weight: bold;
}

.table_right_bowling { float: left; width: 60px; }

.table_left ul, .table_right_bowling ul {
	float: left;
	width: 420px;
	margin: 0;
	padding: 0;
	list-style: none;	
}

#text_left {
	width: 520px;
	background: #fff;
	color: #000;
	margin-top: 28px;
	padding: 10px;
	overflow: hidden;
}

#img_left {
	width: 560px;
	background: url(../img/bg_img_left.png) no-repeat;
	margin-top: 50px;
	height: 342px;
}

#img_left_small { width: 560px; float: left; }
#img_left .big { padding: 20px 0 0 21px; }
.sub_img { margin: 27px 0 0 0; }

.img_left_small {
	background: url(../img/bg_img_small.png) no-repeat;
	width: 112px;
	height: 99px;
	margin: 0 2px 0 2px;
	float: left;
}

.img_left_small .small { padding: 19px 0 0 18px; }

#text { width: 310px;	height: 310px; float: left; }
#text a { color: #fff; font-weight: bold; }

#block_contact, #block_opening {
	background: url(../img/bg_contact_block.png) repeat-x;
	width: 145px;
	height: 150px;
	float: left;
	margin: 20px 0 0 5px;
}

#block_contact p, #block_opening p { color: #000; padding: 0 5px; }
#block_opening { background: url(../img/bg_opening_block.png) repeat-x; margin: 20px 0 0 10px; }

/*======================================================
//		Footer
======================================================*/

#footer {
	margin: auto auto;
	width: 750px;
	height: 45px;
	clear: both:
	padding-top: 5px;
}

#footer p { color: #fff; }

