/*
=====================================
* CSS document voor EHBKoken.nl     *         
* Ontworpen door Robin Huurman      *
* Copyright (c) 2008, Studio67.com  *
=====================================
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	font-size: 100%;
}

body {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: url("../images/bg_main.png") repeat-x 0 62px;
}

#smsactie {
	position: absolute;
	left: 850px;
	top: 40px;
	background: url("../images/sms_actie.png") no-repeat 0 0;
	height: 103px;
	width: 197px;
}

#content {
	background: url("../images/bg_content.png") no-repeat 0 0;
	min-height: 430px;
	width: 1095px;
}

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

#content #right {
	width: 810px;
	float: right;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #444444;
	border-bottom: 1px solid #444444;
}

a:hover {
	border-bottom-color: #FF0000;
}

a#logo {
	display: block;
	margin: 40px 0 0 15px;
	width: 236px;
	height: 136px;
	background: url("../images/logo.png") no-repeat 0 0;
	border-bottom: none;
}

a#logo span {
	display: none;
}

hr {
	background: url("../images/spacer.gif") no-repeat 0 0;
	width: 725px;
	height: 5px;
	border-width: 0;
}

/*
* Menu
*/

.menu {
	width: 186px;
	background: url("../images/bg_menu.png") repeat-y 0 0;
	padding: 10px;
	margin: 15px 0 5px 19px;
	color: #FFF;
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: url("../images/menu.png") no-repeat 0 0;
}

.menu ul li {
	display: block;
	font-family: Myriad Pro, Arial, Helvetica;
	font-size: 1.2em;
}

.menu ul li a {
	text-align: right;
	display: block;
	padding: 4px 10px;
	color: #FFFFFF;
	border-bottom: none;
}

.menu ul li a:hover {
	background: url("../images/menu_hover.png") repeat-y;
	color: #000;
}

.menu .left {
	float: left;
	width: 9%;
}

.menu .right {
	float: right;
	width: 89%;
}

/*
* Content stijlen
*/

.content-top {
	background: url("../images/content_top.png") no-repeat 0 0;
	height: 10px;
	margin: 35px 1px 0;
}

.content-middle {
	background: url("../images/content_middle.png") repeat-y 0 0;
	margin: 0 1px;
}

.content-bottom {
	background: url("../images/content_bottom.png") no-repeat 0 0;
	height: 10px;
	margin: 0 1px;
}

.content-content {
	padding: 6px 42px;
	font-size: 1.2em;
	color: #444444;
}

.content-content p {
	line-height: 1.5em;
	padding-bottom: 1.2em;
}

.content-content p.first {
	margin-top: 20px;
}

.content-content h1 {
	background: no-repeat 0 0;
	height: 39px;
	margin-top: 35px;
}

.content-content h1 span {
	display: none;
}

p.left {
	text-align: left;
	float: left;
	padding-bottom: 0;
	font-size: .8em;
}

p.right {
	text-align: right;
	float: right;
	padding-bottom: 0;
	font-size: .8em;
}

span.clear {
	display: block;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

/* 
* Contact Formulier 
*/

#fcf2 {
	width: 70%;
}

#fcf2 p {
	text-align: left;
	padding: 8px 0;
}

#fcf2 em {
	color: #F00;
}

#fcf2 div.r {
	clear: both;
	padding-top: 5px;
}

#fcf2 label {
	float: left;
	width: 150px;
	text-align: left;
}

#fcf2 span.f {
	float: right;
	width: 335px;
	text-align: left;
}

#fcf2 div.sp {
	clear: both;
}

#fcf2 .req {
	font-weight: bold;
}

#fcf2 input, #fcf2 textarea {
	background: #FFF;
	border: 1px solid #000;
	padding: 2px;
}

#fcf2 input:focus, #fcf2 textarea:focus {
	background: #f2f2f2;
	border: 1px solid #3D5686;
}