body {
	background-attachment: scroll;
	background-color: #c2c1ac;
	background-image: url(img/design/background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
html,body {
	padding:0;
	margin:0;
	height: 100%;
}
p,h1,h2,h3,a,span,div,input,textarea {
	color :#000;
	font :normal 10px verdana;
}
h2 {
	margin:0 ;
	font-size:20px;
	font-weight:normal;
}
div, a, span, img {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
fieldset{
	border:none;
	margin:0;
	padding:0;
}
/*
#main {
	position:relative;
	background-color:#0F0;
	display:block;
	width:1280px;
	border: 10px solid red;
}
*/
.supercol {
	float: left;
	margin-top: 20px;
}
.subcol {
	float: left;
	clear: left;
}

#titel_ver {
	background-image: url(img/design/titel_ver.jpg);
	background-repeat: no-repeat;
/*	
	left: 30px;
	top: 20px;
	*/
	margin-left: 20px;
	width: 120px;
	height: 590px;
}

#titel_hor {
	background-image: url(img/design/titel_hor.jpg);
	background-repeat: no-repeat;
	float: left;
	/*
	position: absolute;
	left: 150px;
	top: 60px;
	*/
	width: 630px;
	height: 110px;
	margin-left: 2px;
}
#menu{
	float: left;
	clear: left;
	/*
	position:absolute;
	left:150px;
	top:200px;
	*/
	width:92px;
	padding:0;
}

#menu div{
	background-color:#F00;
	margin:0;
	padding:0;
	border:10px solid #000;
}
#menu a {
	display:block;
	border:0;
	padding:0;
	margin:0;
	height:110px;
	overflow:hidden;
	line-height:400px;
}

#menu #bt_profiel	{background-image:url(img/design/bt_profiel.jpg);}
#menu #bt_produkten	{background-image:url(img/design/bt_produkten.jpg);}
#menu #bt_informatie{background-image:url(img/design/bt_informatie.jpg);}
#menu #bt_contact	{background-image:url(img/design/bt_contact.jpg);}

#menu #bt_profiel_selected		{background-image:url(img/design/bt_profiel_sel.jpg);}
#menu #bt_produkten_selected	{background-image:url(img/design/bt_produkten_sel.jpg);}
#menu #bt_informatie_selected	{background-image:url(img/design/bt_informatie_sel.jpg);}
#menu #bt_contact_selected		{background-image:url(img/design/bt_contact_sel.jpg);}

#content{
	float: left;
	width:348px;
	margin-left: 1px;
}
.module{
	background-image:url(img/design/bg_module.jpg);
	background-repeat:repeat-y;
	padding:22px 0;
	margin:0 0 1px;
	position:relative;
}
span.header_back{
	display:inline;
	font:italic bold 24px Tahoma;
	color:#c6d7ed;
	position:relative;
	left:23px;
	top:1px;
}
span.header_front, .module h2{
	display:inline;
	font:italic bold 24px Tahoma;
	color:#202326;
	position:absolute;
	left:22px;
	top:22px;
}

.module h3 {
	font:normal 18px Tahoma;
	color:#202326;
	margin:10px 22px;
}

.module p, .module img{
	margin:10px 22px 4px 22px;
}
.module p b {
	font-size:11px;
	color:#202326;
}
.submenuitem 		{padding:11px 0;}
.submenuitem span,
.submenuitem a	{font: bold 17px Tahoma;}
.submenuitem a	{color:#202326;text-decoration:none;}
.submenuitem h2		{top:11px;line-height:15px;}
.submenuitem a:hover  {color:#464D53;}

form{
	margin:10px 22px 4px 22px;
}
form ul{
	list-style:none;
	margin:0;
	padding:0;
}
form ul li{
	margin:4px 0;
	padding:0;
}
form ul li label{
	line-height:12px;
	display:block;
	float:left;
	width:90px;
	height:18px;
	margin:0;
	font-size:11px;
	font-weight:bold;
}
form input,
form textarea{
	border:1px solid #334;
	background-color:#E9E9E1;
	width:200px;
	margin:0;
	padding:0;
}
form #submit{
	width:292px;
	background-color:#D0CFBD;
	font-weight:bold;
	font-size:12px;
}

#fotos{
	float:left;
	margin-left: 1px;
	width:180px;
	background-color:#607796;
}

#fotos .image{
	margin:10px 15px;
}

#bottombar {
	clear: both;
	padding: 50px 0;
	color: #898874;
	width:348px;
	margin-left: 240px;
	text-align: center;
}
#bottombar a, #bottombar span {
	color: #898874;
	text-decoration: none;
}

#bottombar a:hover {
	text-decoration: underline;
}