/*
	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

a:link, a:active, a:visited{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a:link.menu, a:active.menu, a:visited.menu {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a:hover.menu {
	text-decoration: none;
	color: #FF0000;
	font-weight:normal;
}



p strong {
	color: #FFFFFF;
}

.tcontent {
	display: none;
}

.body_main {

}



body {
	margin-top: 10px;
	padding: 0;
	background-color: #333333;
	background-image: url(img/bg_tile.jpg);
	background-repeat: repeat;
	font-family: 'Georgia', Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}

img {
	border: 0;
}

#contentholder {
	width: 900px;
	margin: auto;
}

#header {
	height: 103px;
	position: relative;
}

#logo {
	width: 82px;
	height: 28px;
	position: absolute;
	left: 0px;
	top: 30px;
}


#divider {
	height: 2px;
	width: 900px;
	position: absolute;
	top: 68px;
	background-image: url(img/2px_lijn.gif);
}

#menu {
	width: 685px;
	position: absolute;
	left: 400px;
	top: 40px;
}


.case_holder {
	float: left;
	margin-bottom: 10px;
}

.case_image {
	width: 500px;
	float: left;
}

.case_description {
	float: right;
	margin-left: 10px;
	width: 385px;
	font-family: 'Georgia', Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.case_header {
	color: #FFFFFF;
	width: 380px;
	font-size: 30px;
	line-height: 20px;
}

#main {
	position: relative;
}

#footer {
	
}


#divider2 {
	height: 2px;
	width: 900px;
	background-image: url(img/2px_lijn.gif);
}


.clearer {
	clear: both;
	height: 1px;
}

.case_link {
	width: 120px;
	margin-right: 0px;
	float: right;
	font-size: 11px;
	display: inline;
}

input, textarea {
	background-color: #626161;
	border: 1px solid #bdbcbc;
	height: 17px;
	width: 315px;
	padding-left: 3px;
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
}

textarea {
	height: 80px;
}

