@import url('reset.css');

/* =============================================================================
   									EXPLORER FIX
   ========================================================================== */

.rounded{
	-moz-border-radius: 8px;
	border-radius: 8px;
    box-shadow: 0 0 15px #A6A6A6;
	position:relative;
	overflow: hidden;
	behavior: url(inc/css/PIE.htc);
}


/* =============================================================================
   									MAIN DIV'S
   ========================================================================== */
a.bestelnubutton {
	background: #479b4e;
    color: white;
    font-size: 48px;
    left: 57px;
    padding: 10px 10px 4px 10px;
    position: absolute;
    top: 122px;
    width: 140px;
	box-shadow: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.bestelnubutton:hover { 
	background:#F60!important;
}

html, body  {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font: 12px/20px Arial, Verdana, Helvetica, sans-serif;
	color: #5e5e5e;
} 


/* =============================================================================
   									LINK STYLING
   ========================================================================== */

a { text-decoration:none; color:#f76300; }
a:hover { text-decoration:none; color:#f76300; }
a:active { text-decoration:none; color:#f76300; }
a:visited { text-decoration:none; color:#f76300; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }


/* =============================================================================
   									FONT STYLING
   ========================================================================== */

h1 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 44px;
	margin-bottom: 15px;
	background: #354577;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: white;
	padding: 10px 20px 5px 20px;
}
h1 span {
	color: #f76300;
}

h2 { 
	font-weight: bold;
	font-size: 14px;
	padding: 0 15px;
	color: #354577;
}

.title {
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 100%;
	float:left;
}

strong { 
	font-weight: bold
}

::-moz-selection { background: #F76301; color: #fff; text-shadow: none; }
::selection { background: #F76301; color: #fff; text-shadow: none; }

/* =============================================================================
   									MAIN DIV'S
   ========================================================================== */

#wrapper {
	width: 960px;
	margin: auto;
	}


/* =============================================================================
   									HEADER
   ========================================================================== */

header {
	background: #fff;
	width: 930px;
	margin: 0 auto 30px auto;
	padding: 9px 15px 10px 15px;
	float:left;
	border-radius: 0 0 8px 8px!important;
	position: relative;
	}
	
header a {
	color: #354577!important;
	background: url(../../img/arrow.gif) center left no-repeat;
	display: block;
	padding: 1px 0 0 15px;
}

#telBlock {
	position: absolute;
	right: 15px;
	top: 7px;
	z-index: 100!important;
	font-size: 28px;
	height: 30px; 
	color: #f76300;
	font-weight: normal;
	padding-left: 30px;
	background: url('../../img/phone.png') no-repeat;
}


/* =============================================================================
   									NAVIGATIE
   ========================================================================== */

nav {
	margin: 0;
	width: 960px;
	background: #999999;
	float:left;
}
	
ol.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;
	top: 0;
	left: 0;
}

ol.menu li {
	padding: 0;
	margin: 0;
	display: inline;
	text-align: center;
	position:relative;
}

ol.menu li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 37px;
	padding: 0px 20px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
}

ol.menu li a:hover, ol.menu li.active a {
	color: #000000;
	background-color: #00CC66;
}

/* =============================================================================
   									SUBMENU??
   ========================================================================== */

    .menu li {
    float: left;
    min-width: 1px;
    }
    .menu li ul {
    position: absolute;
    background: orange;
    width: 150px;
    top: 40px;
    z-index: 300;
    left: -999em;
    }
    .menu li ul ul {
    margin: -40px 0 0 150px;
    }
    .menu li:hover ul ul, .menu li:hover ul ul ul, .menu li.sfhover ul ul, .menu li.sfhover ul ul ul {
    left: -999em;
    }
    .menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul,
    .menu li.sfhover ul, .menu li li.sfhover ul, .menu li li li.sfhover ul {
    left: -auto;
    }
    ol.menu ul li a, ol.menu ul li ul li a {
    width: 130px!important;
    padding: 0px 0px 0px 20px;
    text-align: left;
    background: #999999!important;
    color: white!important;
    }
    ol.menu ul li a:hover, ol.menu ul li ul li a:hover {
    background: #00CC66!important;
    color: black!important;
    }

/* =============================================================================
   									CONTENT
   ========================================================================== */

#content {	
	float: left;
	width: 960px;
}

.columnSmall {	
	float: left;
	width: 450px;
	padding: 15px;
	margin: 0px 0 15px 0;
}

.columnWide {	
	background: #00CCFF;
	float: left;
	width: 610px;
	padding: 15px;
	clear:both
}

.columnExtraWide {
	padding: 15px;
	float:left;
	width: 930px;
	margin-bottom: 30px;
	background: #fff;
}

#slider {
	background: #f5f5f5;
	border: solid 1px #dadce5;
	height: 244px;
	border-radius: 5px;

}

.meerinformatie {
	background: url(../../img/meerinformatie.gif) top right no-repeat;
	padding-right: 40px;
	padding-top: 1px;
	font-size: 30px;
	clear: both;
	width: 410px;
	margin-top: 15px;
	float: left;
	text-align: right;
}

/* =============================================================================
   									FOOTER
   ========================================================================== */

footer {
	clear: both;
	padding: 0px 15px;
	border-top: solid 1px #d6d3d3;
	float: left;
	width: 930px;
}


/* =============================================================================
   								CONTACT FORM STYLING
   ========================================================================== */

#formTable {
	width: 500px;
	margin-top: 30px;
}

#formTable td, #formTable th {
	padding: 0 0 3px;
}

#formTable h4 {
	color: #ff7800;
}

#formTable th {
	width: 245px;
	text-align: left;
	font-weight: bold;
}

#formTable input {
	width: 360px;
	border: solid 1px black;
	padding: 5px 0px 5px 5px;
}

#formTable textarea {
	width: 605px;
	height: 150px;
	border: solid 1px black;
	padding: 5px 0px 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#formTable #button {
	padding: 3px 0px;
	border: none;
	width: 90px;
	background: #00FFFF;
	float: right;
	font-weight: bold;
	cursor: pointer;
}

label { position: relative; float: right; }
.errorSmall { 
	display: none; 
	position: absolute;
	right: -235px;
	top: 0;
	padding: 0px 5px 2px 27px; 
	width: 200px; 
	color: #D8000C; 
	font-size:11px;
	background: #FFBABA url('../../img/contactform/error.png') 3px 2px no-repeat; 	
	z-index: 99;
}


.success { padding:10px; color: #044406; font-size:12px;background-color: #B7FBB9;}

/* =============================================================================
   								GOOGLE MAPS STYLES
   ========================================================================== */

#map_canvas {
	width:100%; 
	height: 252px;
	margin: 20px 0 0 0;
	position: relative;
	border:1px solid #CCCCCC;
}

/* END FORM CSS */