/******************************************************
	Website&Coding by Sebastiaan Verschuren			 */

/******************************************************
	BASE											 */

*{
	margin: 0;
	padding: 0;
	list-style: none;
}

body{
	background: #E8DBB6;
	margin-top: 30px;
	font-family: Arial;
}

.clear{
	clear: both;
	height: 40px;
}

.clear2{
	clear: both;
}

/******************************************************
	DIVS											 */


.leftmain{
	width:380px;
	float:left;
	}

.rightmain{
	width:380px;
	float:right;
	}

#container{
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
}

#header{
	height: 166px;
	background: url(images/header.jpg);
}

#menu{
	height: 34px;
	background: url(images/menu.jpg);
}

#intro{
	height: 190px;
	background: url(images/intro.jpg);
}

#main{
	background: #FAFAFA;
}

.maincolumnA{
	width: 380px;
	float: left;
}

#sitemap{
	background: #111;
}

.sitemap_block{
	width: 140px;
	float: left;
	margin: 40px 0px 0px 40px;
}

#footer{
	height: 100px;
	background: url(images/footer.jpg);
}

#copy{
	margin-top: 20px;
	margin-bottom: 40px;
}

#orderform{
	height:150px;
	background:url(images/orderform.jpg);
}

#christmasletter{
	height:50px;
	background:#222;
}

#christmasletter p{
	line-height:50px;
	text-align: center;
}

#christmasletter a{
color:#FFF;
text-decoration: none;
}

#christmasletter a:hover{
border-bottom: 1px dashed #FFF;
}

.orderform{
	width:760px;
	height:150px;
	background:url(images/orderform.jpg);
	text-indent:-9999px;
	display:block;
}

/******************************************************
	TYPOGRAPHY										 */

#header h1, h2, #intro h3, #sitemap h3, #main h3{
	display: none;
}

#menu ul{
	margin-left: 70px;
	list-style: none;
}

#menu li{
	float: left;
	height: 34px;
	line-height: 34px;
}

#menu a:hover, #active{
	background-position: bottom;
}

.home{
	background: url(images/menu_home.jpg);
	height: 34px;
	width: 51px;
	display: block;
	text-indent: -9999px;
}

.overons{
	background: url(images/menu_overons.jpg);
	height: 34px;
	width: 71px;
	display: block;
	text-indent: -9999px;
	margin-left: 20px;
}

.geschiedenis{
	background: url(images/menu_geschiedenis.jpg);
	height: 34px;
	width: 99px;
	display: block;
	text-indent: -9999px;
	margin-left: 20px;
}

.producten{
	background: url(images/menu_producten.jpg);
	height: 34px;
	width: 79px;
	display: block;
	text-indent: -9999px;
	margin-left: 110px;
}

.vacatures{
	background: url(images/menu_vacatures.jpg);
	height: 34px;
	width: 76px;
	display: block;
	text-indent: -9999px;
	margin-left: 20px;
}

.contact{
	background: url(images/menu_contact.jpg);
	height: 34px;
	width: 62px;
	display: block;
	text-indent: -9999px;
	margin-left: 20px;
}

#intro p.left{
	float: left;
	width: 320px;
	padding-left: 40px;
	padding-top: 60px;
	line-height: 18px;
	font-size: 12px;
	color: #FFF;
}

#intro p.introlink{
	float: left;
	width: 120px;
	margin-left: 40px;
	margin-top: 60px;
	line-height: 18px;
	font-size: 12px;
	line-height: 16px;

	padding: 20px 40px 20px 20px;
	
	background: url(images/introlink.jpg);
	height: 50px;
	width: 120px;
	
	color: #FFF;
}

p.introlink a{
	color: #E8D1B2;
	text-decoration: none;
}

p.introlink a:hover{
	color: #E8D1B2;
	text-decoration: none;
	border-bottom: 1px dashed #E8D1B2;
}

.introphoto{
	float: right;
}

{
	width: 760px;
	display: block;
	height: 80px;
	background: url(images/home_h3.jpg);
	text-indent: -9999px;
}

#main p{
	width: 320px;
	padding-left: 40px;
	float: left;
	color: #444;
	line-height: 18px;
	font-size: 12px;
}

#main li{
	list-style: none;
	font-size: 12px;
	float: left;
	width: 320px;
	padding-left: 40px;
	margin-bottom: 20px;
	line-height: 17px;
	color: #444;
}

.linkmain{
	padding-left: 10px;
	background: url(images/linkmain.jpg) no-repeat left center;
}

#main a{
	color: #A06B3C;
	text-decoration: none;
}

#main a:hover{
	border-bottom: 1px dashed #A06B3C;
}

#sitemap p{
	font-size: 11px;
	color: #999;
	line-height: 20px;
}

#sitemap ul{
	color: #999;
}

#sitemap li{
	padding-left: 15px;
	font-size: 11px;
	line-height: 20px;
	background: url(images/linksitemap.jpg) no-repeat left center;
}

#sitemap a{
	color: #999;
	text-decoration: none;
}

#sitemap a:hover{
	color: #FFF;
}

#footer a{
	height: 100px;
	width: 300px;
	display: block;
	text-indent: -9999px;
	background: url(images/footerlogo.jpg);
}

#footer a:hover{
	background-position: bottom;
}

#copy p, #copy a{
	text-align: center;
	font-size: 11px;
	color: #444;
	line-height: 15px;
	text-decoration: none;
}

#copy a{
	color: #666;
}

#copy a:hover{
	border-bottom: 1px solid #666;
}


.no{
	display: none;
}

.form{
	width:280px;
	padding-left:10px;
	border:0px;
	height:40px;
	line-height:18px;
	font-size:14px;
	border:1px solid #CCC;
	color:#666;
	margin-bottom:20px;
}

.formarea{
	width:270px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	border:0px;
	height:100px;
	line-height:18px;
	font-size:14px;
	border:1px solid #CCC;
	color:#666;
	margin-bottom:20px;
}

.padding{
	padding-left:40px;
}



table{
padding:0px 40px 0px 40px;
color:#333;
font-size:12px;
line-height:20px;
}

#kerst{
	padding:40px;
	background:#111;
}
#kerst a{color:#FFF;text-decoration: none;}
#kerst h4{font-weight: normal;text-align: center;}



