/*
	Basticom - www.basticom.nl - info@basticom.nl - 06 389 19 473 - Oenkerk
*/

/* bouwbedrijfvandermeer.nl */

body {
	background: url("../images/bg_body.gif") repeat-x #fff;
	color: #221e1e;
	margin: 0;
}

body.nophoto { background-image: url(../images/bg_body_nophoto.gif); }

body,td,th,input,select,textarea {
	font: 12px/18px arial, tahoma, verdana, sans-serif;
}

input,textarea { line-height: normal; }

p { margin: 0 0 10px 0; }

ul { margin: 0 0 10px 25px; padding: 0;	}
ul li { list-style-type: disc; }
ol { margin: 0 0 10px 25px; }
ol li { list-style-type: decimal; }

a { text-decoration: underline; color: #221e1e; }
a:hover { text-decoration: none; color: #dd3526; }
a:active { text-decoration: none; }

strong { font-weight: bold; }
img { border: none; }
fieldset { border: none; }
table { border-collapse: collapse; }


/*** HEADINGS ***/

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 10px 0;
	color: #666261;
	font-family: tahoma, arial, verdana, sans-serif;
	font-weight: normal;
}

h1 { font-size: 22px; line-height: 30px; }
h2 { font-size: 25px; margin-bottom: 20px; line-height: 30px;}
h3 { font-size: 13px; font-weight: bold; }
h4 { font-size: 13px; font-weight: bold; }
h5 { font-size: 13px; }


/*** GENERAL CLASSES ***/

.clear { clear: both; }

.half {
	width: 49.9%;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

a.more {
	font-size: 12px;
	line-height: 20px;
	float: right;
}


/*** CONTAINER ***/

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


/*** HEADER ***/

#header {
	position: absolute;
	top: 0;
	height: 377px;
	width: 100%;
	border-bottom: 5px solid #fff;
}

#header h1 {
	margin: 24px 0 0 3px;
	padding: 0;
	width: 286px;
	height: 48px;
	background: url("../images/logo.gif") no-repeat;
}

#header h1 a {
	position: relative;
	z-index: 10;
	display: block;
	width: 286px;
	height: 48px;
	text-indent: -12345em;
	text-decoration: none;
}

#photo {
	border: 3px solid #fff;
	width: 894px;
	height: 220px;
	position: absolute;
	top: 110px;
}

#header.nophoto {
	position: absolute;
	top: 0;
	height: 151px;
	width: 100%;
	border-bottom: 5px solid #fff;
}


/*** CONTENT ***/

#contenthome {
	padding-top: 430px;
}

#content {
	padding-top: 420px;
}

#content.nophoto {
	padding-top: 194px;
}

/*** LEFT CONTENT ***/

#leftcontent {
	width: 180px;
	float: left;
	margin-left: 24px;
}


/*** MAIN CONTENT ***/

#maincontent {
	width: 596px;
	float: left;
	margin-left: 24px;
}

#maincontent.contact {
	width: 446px;
}


/*** RIGHT CONTENT ***/

#rightcontent {
	width: 232px;
	float: right;
	margin-right: 24px;
}

#rightcontent.contact {
	width: 178px;
}

#rightcontent img {
	float: right;
	margin-top: 10px;
	padding: 3px;
	border: 1px solid #bcbcbc;
}


/* MAIN CONTENT HOME*/

#maincontenthome {
	width: 900px;
}

#maincontenthome #payoff {
	padding: 0 74px 0 24px;
}

#maincontenthome #payoff {
	color: #666261;
	line-height: 20px;
	font-size: 14px;
}

#maincontenthome #payoff h2 {
	font-style: normal;
	font-size: 24px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #666261;
}

#maincontenthome #payoff strong { font-weight: bold; }

#maincontenthome #payoff a { color: #666261; text-decoration: underline; }
#maincontenthome #payoff a:hover { color: #dd3526; text-decoration: underline; }


/*** MAIN CONTENT IMAGES ***/

#maincontentimages {
	width: 876px;
	padding-left: 24px;
}

#maincontentimages .image {
	overflow: hidden;
	float: left;
	width: 260px;
	height: 150px;
	padding: 2px 3px;
	border: 1px solid #e2e2e2;
	margin-right: 24px;
	margin-bottom: 10px;
}

#maincontentimages .image img {
	margin: 0px auto;
}


/*** MAIN CONTENT IMAGE ***/

#maincontentimage {
	width: 684px;
	margin: 0 auto;
}

#gallery #controls #image {
	overflow: hidden;
	float: left;
	width: 600px;
	padding: 2px 3px;
	margin-bottom: 10px;
	height: 320px;
	border: 1px solid #e2e2e2;
	text-align: center;
}
#gallery #controls #image img { margin: 0px auto; }

#gallery .title { color: #000; font-size: 18px; display: none; }
#gallery .description { padding: 5px 0; }

#gallery #controls .button {
	float: left;
	height: 324px;
	display: block;
	width: 28px;
	margin: 0 4px;
	border: 1px solid #e2e2e2;
}
#gallery #controls .button a {
	display: block;
	width: 100%;
	height: 100%;
}
#gallery #controls .button#previmage {
	background: /*#f4f4f4*/ url("/images/gallery_prev.png") no-repeat scroll center;
}
#gallery #controls .button.hover:hover#previmage {
	background: /*#f4f4f4*/ url("/images/gallery_prev_hover.png") no-repeat scroll center;
}
#gallery #controls .button#nextimage {
	background: /*#f4f4f4*/ url("/images/gallery_next.png") no-repeat scroll center;
}
#gallery #controls .button.hover:hover#nextimage {
	background: /*#f4f4f4*/ url("/images/gallery_next_hover.png") no-repeat scroll center;
}
#gallery #controls .button.hover:hover {
	border: 1px solid #c2c2c2;
}



/*** ADDRESS ***/

div#address {
	position: absolute;
	top: 24px;
	right: 3px;
	width: 345px;
}

div#address address {
	font: 11px/17px Arial, sans-serif;
}

div#address address .right {
	text-align: right;
}

div#address address a { color: #000; }


/*** FORM ***/

div.formcontainer {}

p.legend {
	font-style: italic;
	padding: 10px 0 5px 0;
}
p.legend strong { font-style: italic; }
p.legend em { color: #dd3526; }

div.formcontainer form p { margin: 0; }
div.formcontainer form fieldset { margin: 10px 0; padding: 10px; border: 1px solid #eee; }
div.formcontainer form legend { font-weight: bold; color: #dd3526; }
div.formcontainer form fieldset div { padding: 0.25em 0; }
div.formcontainer label {
	margin-right: 10px;
	padding-right: 10px;
	width: 120px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	cursor: pointer;
}

div.formcontainer label:hover { color: #dd3526; }
div.formcontainer label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #dd3526; }

div.formcontainer input,
div.formcontainer textarea { padding: 1px 0 1px 4px; border: 1px solid #bbb; width: 220px; }

div.formcontainer input:focus,
div.formcontainer textarea:focus {	border-color: #dd3526; }

div.formcontainer div.buttonrow { margin-left: 152px; }

div.formcontainer .buttonrow input { width: auto; }


/* LEFT SUBMENU */

#submenu {}

#submenu ul {
	margin: 0;
	border-top: 1px solid #aaa;
	/*border-top: 1px solid #dd3526;*/
}

#submenu ul ul { padding: 0; }

#submenu ul li {
	list-style-type: none;
	/*border-bottom: 1px solid #dd3526;*/
	border-bottom: 1px solid #aaa;
	font-family: tahoma, arial, verdana, sans-serif;
	padding: 0;
	background: #fff;
}

#submenu ul li a {
	display: block;
	text-decoration: none;
	padding: 8px 0 8px 10px;
	font-weight: bold;
}

#submenu ul li a.active {
	color: #dd3526;
}

#submenu ul li a:hover {
	color: #dd3526;
	background-color: #fff;
}

#submenu p {
	padding: 4px 0 4px 10px;
	font-size: 11px;
	border-bottom: 1px solid #dd3526;
}

#submenu p a { color: #dd3526; }


/*** MENU ***/

#menu {
	position: absolute;
	top: 352px;
	left: 120px;
}

#menu.nophoto {
	position: absolute;
	top: 126px;
	left: 120px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	list-style-type: none;
}

#menu ul li a {
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px;
	text-decoration: none;
}

#menu ul li a:hover,
#menu ul li a.active {
	border-bottom: 1px solid #fff;
}

#menu ul li.first a {
	margin-left: 0;
}


/*** FOOTER ***/

#footer {
	clear: both;
	height: 35px;
	border-top: 6px solid #dd3526;
	border-bottom: 6px solid #dd3526;
	padding: 10px 0 0 3px;
}

#footer h3 { text-align:center; }

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

#footer p strong { font-weight: normal; }

#footer p a { color: #999; text-decoration: none; cursor: default; }

#footer p a:hover { text-decoration: none; }


/*** ACCOUNTMENU ***/

#accountmenu {
	position: absolute;
	right: 0px;
	top: 20px;
}

#accountmenu ul {
	margin: 0;
	padding: 0;
}

#accountmenu ul li {
	float: left;
	list-style-type: none;
}

#accountmenu ul li a {
	color: #000;
	display: block;
	font-weight: bold;
	margin: 0 10px;
	text-decoration: none;
}

#accountmenu ul li a:hover {
	text-decoration: underline;
}
