/*
-----------------------------------------------
Feyen en zoon 2005
Stylesheet:  screen css
Author:   Jan "<span>" Meeus
Last Modified:  14 maart 2005
----------------------------------------------- */

/* Body
----------------------------------------------- */
body {
	font: 12px/19px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	color:#3A4956;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFF url("../i/body-bg.gif") top left repeat-x;
} 

.hide{display:none;}

#content ol{padding:0px;margin:0px;}
#content ul li, #content ol li{
	list-style:none;
	padding-left: 16px;
	background: transparent url(../i/bullet.gif) no-repeat 0 0.3em;
	margin:0 0 4px 0;
}
#slideshow{margin-left:50px;}
#content h1#done{margin:30px 0 10px 0;}

img, fieldset{
	border:none;
	padding-bottom:10px;
}
/* Container
----------------------------------------------- */
#container {
	width: 750px;
	margin: 0px auto;
	padding-top:27px;
	text-align: left;
	background: #FFF url("../i/container-bg.gif") top center repeat-y;
}

#container a, #container a:link {
	text-decoration: none;
	color: #1C6AE7;
}
#container a:hover{color: #C11515;}
#container a:visited {
	color: #1E6889;
}

/* Header
----------------------------------------------- */
#header{
	width: 750px;
	background: #FFF url("../i/header-bg.gif") top center repeat-y;
	margin:0px auto;
	padding:0px;
	height:152px;
}
#header h1{
	position:relative;
	float:left;
	width:194px;
	height:152px;
	color:#DDD;
	margin:0px;
	margin-left:8px;
	font-size:14px;
	background:transparent url("../i/feyen.gif") top left no-repeat;
}
* html #header h1{margin-left:4px;}
#header h1 span {
	position:absolute;
	top:0px;
	left:0px;
	width:194px;
	height:152px;
	background:transparent url("../i/feyen.gif") top left no-repeat;
}
#header h2{
	position:relative;
	float:left;
	width:537px;
	height:152px;
	color:#DDD;
	margin:0px;
	padding:0px;
	background:transparent url("../i/plan.jpg") top left no-repeat;
}
#header h2 span {
	position:absolute;
	top:0px;
	left:0px;
	width:537px;
	height:153px;
	background:transparent url("../i/plan.jpg") top left no-repeat;
}

/* Sidebar
----------------------------------------------- */
#sidebar{
	float:left;
	width:202px;
	margin:0px;
	padding:0px;
}

/* Navigation
----------------------------------------------- */
#nav{
	 margin:0px;
	 margin-left:8px;	 
	 padding:0px;
	 background:#E1E1E1;
	 font-size:10px;
	 list-style:none;
}
* html #nav{margin-left:8px;}

#nav li{
	display:block;
	margin:0;
	padding:0;
	line-height:26px;
	height:26px;
	width:194px;
	background:transparent url("../i/nav-bg.gif") 0px 0px no-repeat;
}
#nav li a, #nav a:link, #nav a:visited{
	color:#737373;
	margin:0;
	padding:0 0 0 30px;
	width:194px;
	text-transform:uppercase;
	text-decoration:none;
	background:transparent url("../i/nav-bg.gif") 0px 0px no-repeat;
	display:block;
	height:26px;
	margin:0px;
}
#nav li a:hover{
	background:transparent url("../i/nav-bg.gif") 0px -26px no-repeat;
	color:#FFF;
}
#nav li a.active{
	background:transparent url("../i/nav-bg.gif") 0px -52px no-repeat;
	color:#FFF;
	padding:0 0 0 44px;
}

/* Contact
----------------------------------------------- */
.contact {
	padding: 6px 9px 10px 26px;
	margin:0px;
}
.contact dt {
	padding-left: 8px;
	height: 16px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.contact dt {
	background-image: url(../i/sidebar_dt.gif);
	font-size:14px;
}
.contact dd {
	margin: 2px 0 0 8px;
	font-size:11px;
}
.contact dd.last{ 
	margin: 0 0 8px 8px;
	padding-bottom:8px;
	background: url(../i/sidebar_dd.gif) no-repeat left bottom;
}
.contact a {
	border-style: none;
}
/* Content
----------------------------------------------- */
#content{
	float:left;
	width:487px;
	margin:0px;
	padding:10px 30px;
}
#content h1{
	color:#075477;
	font-size:24px;
	font-weight:normal;
	padding:0;
	margin:10px 0;
}
#content h2{
	color:#666;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	padding:0;
	margin:0;
}
#content h3{
	color:#666;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	padding:0;
	margin:0;
}
#content p{
margin:6px 0;
}


/* Boxes
----------------------------------------------- */
.leftbox{
	float:left;
	width:210px;
	margin:10px 20px 0 0;
}
.rightbox{
	float:left;
	width:210px;
	margin:10px 0 0 0;

}
/* Footer
----------------------------------------------- */
#footer{
	clear:both;
	width: 750px;
	background: #FFF url("../i/footer-bg.gif") top left repeat-y;
	margin:0px;
	padding:0px;
	height:36px;
	line-height:36px;
	color:#FFF;
	
}
#footer p{text-align:left;text-indent:220px;}
#footer p a, #footer p a:link, #footer p a:visited{
	color:#F9F5CA;
}
#footer p a:hover{color:#333;}

/*-----------------------------------------------------------------------------------
F O R M S  &  S T U F F 
----------------------------------------------------------------------------------- */
.error{color:red;}
form div {margin-bottom:6px;}
form div.cr{
	margin-left: 80px;
	clear:both;
}
form div.cr label{
	width: auto;
	display: inline;
}
form label {
	float: left;
	display: block;
	width: 80px;
	text-align:right;
}
#message{
	width:260px;
}
