@charset "utf-8";
body  {
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 750px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 10px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: -40px -25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	float: none;
	padding-bottom: 10px;
	background-image: url(../images/template%20images/logo-klein.png);
} 
.twoColFixLtHdr #header {

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #930;
}
.twoColFixLtHdr #sidebar1 {
	width: 412px;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 9px;
	height: 895px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #666;
}
.twoColFixLtHdr #mainContent {
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	margin-top: 0px;
	margin-right: 100;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 9px;
	padding-left: 25px;
	width: 270px;
	height: 915px;
	overflow: scroll;
	color: #000;
	background-repeat: repeat;
	background-color: #FFF;
	float: left;
} 
#mainContent h1 {
	color: #000;
	font-size: 13px;
	text-indent: 3;
	display: inline;
	text-align: left;
	line-height: 20px;
}
#mainContent h2 {
	font-size: 10px;
	color: #000;
}

.twoColFixLtHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-bottom: 0;
	width: 750px;
	float: left;
	padding-right: 0px;
	margin-top: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixLtHdr #container #sidebar {
	margin-left: 10px;
	padding-top: 15px;
	height: 200px;
	width: 450px;
	text-align: right;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
	margin-right: 10px;
}
.twoColFixLtHdr #logo p {
	color: #FFF;
	letter-spacing: 4px;
}
.twoColFixLtHdr #container #footer p {
	color: #333;
}
.twoColFixLtHdr #container #header .info #logo2 {
	width: 400px;
	float: right;
	height: 40px;
	text-align: left;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.twoColFixLtHdr #home {
	width: 260px;
	height: 70px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	float: left;
}
.twoColFixLtHdr #container #sidebar1 {
}
.twoColFixLtHdr #foto2 {
	height: 300px;
}
.twoColFixLtHdr #container #sidebar1#afbeelding {
	border: thin solid #999;
	float: right;
	height: 220px;
	width: 220px;
	margin-left: 100px;
}
.twoColFixLtHdr #container #sidebar1 {
	font-size: 10px;
}
#image {
	height: 150px;
	width: 188px;
	float: right;
	margin-top: 9px;
	margin-right: 9px;
	margin-left: 9px;
	margin-bottom: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #CCC;
	font-size: 9px;
}
#shade {
	margin: auto;
	width: 820px;
	background-repeat: repeat-y;
}
#image img {
	height: 150px;
	width: 180px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px solid #666;
}
#cbw {
	width: 80px;
	float: right;
	height: 50px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 1px;
}
#sidebar1 #image p {
	color: #CCC;
	text-align: center;
}

