@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #F7F7F7;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

img {
} 
#container  {
	width: 960px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	margin: 0 auto;
} 
#pagecap {
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 780px;
	margin-bottom: 10px;
}
#intro {
	height: 235px;
	width: 960px;
	padding-left: 0px;
	padding-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#contentwrap {
	background: #fff;
}

#header  {
	height: 70px;
	margin: 0px;
	padding: 0px 10px 0px 35px;
} 


#logo {
	width: 600px;
	height: 60px;
	text-align: right;
	font-weight: bold;
	color: #999999;
	font-size: 10px;
	padding-top: 12px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 25px;
}
#logo a {
	color: #CCCCCC;
	text-decoration: none;
}
#logo a:hover {
	color: #FFFFFF;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	clip: rect(10px,auto,auto,auto);
	margin-left: 0px;
	padding-top: 8px;
}
#sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
	}
#sidebar1 p {
	margin-right: 10px;
	margin-left: 15px;
	font-size: 11px;
}

#sidebar1 .sidebarlt {
	background-color: #FFFFFF;
	padding: 7px;
	border: 1px solid #EAEAEA;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 11px;
}
#sidebar1 .sidebarlt p {
	margin: 0px;
	padding: 0px;
}

#sidebar1 .sidebardk {
	background-color: #F2F2F2;
	padding: 7px;
	border: 1px solid #E5E5E5;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 11px;
}
#sidebar1 .sidebardk p {
	margin: 0px;
	padding: 0px;
}

#menu {
	width: 240px;
	margin-bottom: 2px;
	}
	
#menu li a {
	height: 35px;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #666;
	display: block;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding: 2px 0 0 10px;
	height: 35px;
	margin-left: 9px;
	}
	
#menu li a:hover {
	color: #030;
	padding: 2px 0 0 10px;
	background: url(../images/menu2.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	height: 35px;
	}
#mainContent  {
	margin: -6px 0px 0px 270px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #B1330B;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#mainContent a {
	font-weight: normal;
	color: #b1330b;
}
#mainContent a:hover {
	color: #555;
}

#mainContent  h1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #333333;
	margin: 0px;
	font-weight: normal;
	text-align: left;
}
#mainContent  h2  {
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	color: #B1330B;
	font-weight: normal;
	padding-left: 10px;
	margin-top: 15px;
	border-bottom: 1px solid #b1330b;
	border-left: 10px solid #b1330b;
	text-align: left;
}
#mainContent  h3  {
	font-size: 13px;
	font-weight: bold;
}
#mainContent  p  {
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #555;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
#mainContent  li  {
	margin-bottom: 5px;
	line-height: 18px;
}
#mainContent  blockquote  {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}
.cssform {
	margin-top: 30px;
	margin-bottom: 30px;
}

.cssform p{
	width: 360px;
	line-height: normal;
	clear: left;
	padding-left: 155px;
	height: 1%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#footer  {
	height: 70px;
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	clear: both;
	float: left;
	width: 960px;
	clip: rect(0px,auto,auto,auto);
	text-decoration: none;
	background: url(../images/footer3.jpg) no-repeat center top;
	font-family: Verdana, Geneva, sans-serif;
} 
#footer  p  {
	margin: 0;
	padding: 50;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	font-weight: lighter;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #333333;
}
#about {
	font-size: 9px;
	text-align: center;
	color: #CCCCCC;
	float: left;
	width: 800px;
}
#about a {
	color: #CCCCCC;
	text-decoration: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background: #FFF repeat-y;
}
.twoColFixLtHdr #container #contentwrap #mainContent h1 td #form table tr td {
	font-size: 12px;
}
.content-image {
	margin-top: 15px;
	margin-left: 10px;
}
.foto {
	padding-top: 5px;
	padding-bottom: 10px;
}
.Contact {
	background: #eee;
	border: 1px solid #B1330B;
}
.ontvangst {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #B1330B;
	padding-top: 60px;
	text-align: center;
}
.kruis {
	border: 1px solid #B1330B;
}
.oranje_water {
	float: right;
	margin-left: 10px;
	margin-top: 15px;
}
.link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #D42C00;
}
