/* FIBREMAX SITE CSS */

/*************************************************/
/* HTML tag styles                               */
/*************************************************/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background: #969696 url(../img/img_body/body_tile.jpg);
	height: 100%;
	letter-spacing: normal;
}

#outer {
	height: 100%;
	width: 100%;
}

/*************************************************/
/* Site layout styles                            */
/*************************************************/


/* Main blocks
**************************************************/

#wrap {
	margin: 0 auto;   /* align for good browsers */
	padding: 0;
	width: 1001px;
	height: 100%;
}

#left {
	background: url(../img/img_body/body_left_tile.jpg) repeat-y right top;
	height: 100%;
	width: 8px;
}

#left_table {
	background: url(../img/img_body/body_left_top.jpg) no-repeat right top;
	height: 100%;
	width: 8px;
}

#right {
	background: url(../img/img_body/body_right_tile.jpg) repeat-y right top;
	height: 100%;
	width: 8px;
}

#right_table {
	background: url(../img/img_body/body_right_top.jpg) no-repeat right top;
	height: 100%;
	width: 8px;
}

#header {
	height: 136px;
	background: url(../img/img_site/header_bg.jpg) no-repeat left top;
	width: 985px;
}

div.refbox { /* referentiebox voor dichtstbijzijnde gepositioneerde descendent elementen */
	position: relative;
}

#zoeken {
	position: absolute;
	width: 188px;
	height: 25px;
	top: 50px;
	left: 775px;
	font-weight: normal;
	line-height: 25px;
	font-size: 11px;
	color: #FFFFFF;
}

#zoeken img {
	vertical-align: middle;
	float: none;
}

#zoeken img.go {
	cursor: pointer;
}

#zoeken input {
	width: 100px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000000;
	background: #FFFFFF;
	font-size: 10px;
	color: #000;
	padding: 1px;
}

#utility {
	font-size: 9px;
	color: #fff;
	position: absolute;
	top: 85px;
	width: 250px;
	text-align: right;
	left: 705px;
}

#utility a {
	color: #fff;
	text-decoration: underline;
}

#utility a:hover {
	color: #999;
}

#content_bg {
	background: url(../img/img_site/bg_tile.jpg) repeat-y;
}

#content_bg_table {
	background: url(../img/img_site/bg_foot.jpg) no-repeat left bottom;
	height: 100%;
	width: 100%;
}

#center_table {
	background: url(../img/img_site/bg_top.jpg) no-repeat;
	height: 100%;
	width: 100%;
}

#menu_container {
	width: 238px;
	padding-top: 35px;
	padding-left: 12px;
}

#content_container {
	padding: 38px 20px 5px 11px;
	vertical-align: top;
}

#footer_container {
	color: #fff;
	height: 46px;
	background: url(../img/img_site/footer_bg.jpg) no-repeat;
}

#footer_table {
	height: 46px;
	width: 100%;
	font: 10px Arial, Helvetica, sans-serif;
}

#footer {
	width: 235px;
	padding-bottom: 17px;
	padding-left: 31px;
	color: #fff;
	font-size: 10px;
}

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

#footer a:hover {
	color: #999;
}

#footer2 {
	padding-bottom: 9px;
	color: #fff;
	padding-left: 5px;
	font-size: 10px;
}

#realisatie {
	width: 220px;
	text-align: right;
	padding-right: 26px;
	color: #000;
	padding-bottom: 9px;
	font-size: 10px;
}

#realisatie a {
	text-decoration: none;
	color: #000;
}

#realisatie a:hover {
	text-decoration: underline;
	color: #fff;
}

#home_img_table {
	width: 689px;
	margin-bottom: 20px;
}

#home_table {
	width: 100%;
}

#home_table td {
	font-size: 10px;
	color: #999;
	line-height: 15px;
	width: 25%;
}

#home_table a {
	color: #999;
}

#home_table a:hover {
	color: #FFFFFF;
}

#home_table li {
	margin-bottom: 4px;
	list-style: url(none) none;
	background: url(../img/img_algemeen/bullet.gif) no-repeat left 1px;
	padding-left: 15px;
}

.ingang {
}

.ingang h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 23px;
}

#home_table .more {
	color: #ED1F25;
}

#home_table .more a {
	color: #ED1F25;
}

#home_table .more a:hover {
	color: #fff;
}

.head {
	margin-bottom: 10px;
}

/* Content CMS
**************************************************/

#content {
	font-size: 11px;
	line-height: 18px;
	color: #999;
}

#content ul {
	margin-bottom: 11px;
}

#content li {
	list-style: url(none) none;
	background: url(../img/img_algemeen/bullet.gif) no-repeat left 1px;
	padding-left: 20px;
}

#content ul li ul {
	margin-bottom: 0px;
}

#content ul li ul li {
	background: url(none);
	list-style: circle inside;
	padding-left: 0px;
	margin-left: 10px;
}

#content a {
	text-decoration: underline;
	color: #999;
}

#content a:hover {
	text-decoration: underline;
	color: #FFF;
}

#content .imglinks {
	float: left;
	margin: 6px;
}

#content .imgrechts {
	float: right;
	margin: 6px;
}

#content p {
	font-size: 11px;
	line-height: 18px;
	color: #999;
	margin-bottom: 11px;
}

#content.story, #content .story, .story {
	font-size: 11px;
	line-height: 18px;
	color: #999;
}

#content h1 {
	font-size: 18px;
	margin-bottom: 11px;
	color: #999;
	line-height: 21px;
	font-weight: normal;
}

#content h2 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #999;
}

#content h3 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #999;
}

#content h4 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #999;
}

#content h5 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #999;
}

#content h6 {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	color: #999;
}

table#ggmapsinfotable {
	font-size: 11px;
	line-height: 18px;
	color: #666;
	text-align:left;
}

table#ggmapsinfotable a {
	font-size: 11px;
	line-height: 18px;
	text-align:left;
}

div.googledir div div table {
	color:#999999;
	font-size: 11px;
}

div.googledir div {
	color:#999999;
	font-size: 11px;
}

#map {
	width: 700px;
	height:450px;
}

#route {
	background-color:#000;
}

/* Go to top
**************************************************/

#gototop {
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
}

/* Vacature module
**************************************************/

#vacatures {
}

#vacatures h2 {
	border-bottom: 1px solid #CCCCCC;
}

#vacatures #reageer {
	float:right;
}

#vacatures ul {
	margin-bottom: 11px;
}

#vacatures li {
	list-style: url(none) none;
	background: url(../img/img_algemeen/bullet_blue.png) no-repeat left 1px;
	padding-left: 20px;
}

/* Formulieren CMS
**************************************************/

#letsForm1 {
	margin-top: 14px;
}

input, select, textarea, file {
	background: #CCCCCC;
	padding: 2px;
	border: 1px solid #C2BA96;
	margin-left: 2px;
}

textarea {
	height: 80px;
	width: 220px;
	font: 12px Arial, Helvetica, sans-serif;
}


.letsFormTable {
	font: 11px/18px Verdana, Geneva, sans-serif;
	color: #999;
	padding: 2px;
	display:block;
}

.letsFormInput {
	color: #000;
	border: 1px solid #d6d6d6;
	padding: 2px;
	margin: 2px 0 2px 0;
	font-size: 11px;
	line-height: 18px;
}

.letsFormInput_error {
	color: #294355;
	border: 1px solid red;
	padding: 2px;
	margin: 2px 0 2px 0;
	font-size: 11px;
	line-height: 15px;
}

.letsFormTextArea {
	color: #000;
	border: 1px solid #d6d6d6;
	padding: 2px;
	margin: 2px 0;
	font: 11px/18px Verdana, Geneva, sans-serif;
	width: 250px;
	background: #CCCCCC;
}

/*.letsFormButton {
	color: #000;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	height: 18px;
	background: #E0E0E0;
	vertical-align: middle;
	cursor: pointer;
}*/

.letsFormButton {
	color: #fff;
	background: #ec1d27;
	padding: 1px;
	cursor: pointer;
	margin-top: 5px;
	font: bold 9px Verdana, Geneva, sans-serif;
	border-style: none;
}


.letsFormTD {
	width: 150px;
	padding-bottom:10px;
}

.letsErrorList {
	color:red;
}

.letsFormTextArea {
	width:250px;
	height:175px;
}

.w20 {
	width: 20px
}

.w50 {
	width: 50px
}

.w100 {
	width: 100px
}

.w120 {
	width: 120px
}

.w150 {
	width: 150px
}

.w180 {
	width: 180px
}

.w200 {
	width: 200px
}

.w100percent {
	width: 100%
}

#deloitte {
  margin: 15px 0 0 0px;

}

#bannerfibremax {
  margin: 5px 0 0 0px;
}

/*************************************************/
/* Browser compatibility                         */
/*************************************************/

/* fixes float problems
**************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
