html { 	}
body {
	margin: 0px;
	background: #525252 url(../images/back_body.jpg) repeat center top;
	color: #000000;
	font-size : 11px;
	font-family : Tahoma, Verdana, sans-serif;
	text-align: center;
}
.site { 
	background: #FF0000;
	width: 760px;
	margin: 0px;
	padding: 0px;
}
.rand {
	background: #000000;
	width: 1px;
}
.header  {
	background: #fff url(../images/back_header.jpg) no-repeat right top;
	height: 140px;
	margin-right: 0px;
}
.menu {
	background: #BF0D0B url(../images/back_menu.jpg) no-repeat right top;
	width: 178px;
	padding-top: 70px;
	padding-bottom: 400px;
	vertical-align: top;
}
.main{
	background: #D2D2D2 url(../images/back_main.jpg) repeat center top;
	width: 582px;
	text-align: left;
	padding: 7px 0px 60px; 0px;
	vertical-align: top;
}
.main p {
	line-height: 15px;
	text-align: justify;
}
.main img	{
	border: 1px solid #5E5E60;
}
.content {
	padding: 0px 25px 0px 30px;
}
.content table td {
	vertical-align: top;
}
.projecten table {
	background: #AEAEAE;
	border: 1px solid #8B8B8B;
}
.projecten table td {

	padding: 3px 0px 3px 5px;
}
.zoom {
	background: #E1E1E1;
}
.zoom td {
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	color: #000000;
}
.zoom img{ 
	border: 1px solid #BF0D0B;
}



.footer {
	background: #BF0D0B url(../images/back_footer.jpg) no-repeat center top;
	border-bottom: 1px solid #000000;
	height: 40px;
	margin: 0px;
	padding: 0px;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color: #ffffff;
}
.footer  a{ 
	font-size : 11px;
	font-family : Tahoma, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.footer a:hover{ 
	font-size : 11px;
	font-family : Tahoma, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #D2D2D2;
}

h1 {
	font-size : 18px;
	font-family : Arial, Tahoma, sans-serif;
	font-style: italic;
	color: #BF0D0B;
	text-align: left;
	padding-left: 0px;
}
a { 
	text-decoration: none;
	font-size : 11px;
	font-family : Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #BF0D0B;
}
a:hover { 
	text-decoration: none;
	font-size : 11px;
	font-family : Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #494949;
}
.menutje{
	font-family: tahoma;
	text-align:left;
}

.menutje ul {
	list-style-type: none;
	margin: 0px 4px 0px 25px;
}
.menutje ul li {
	padding: 3px 0px 3px 0px;
	border-top:0px solid #FFFFFF;	
	border-bottom:1px solid #FFFFFF;


}

.menutje ul li a{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menutje ul li a:hover{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.menutje ul li ul{
	list-style-type: none;
	margin: 0px 0px 0px 15px;
}

.menutje ul li ul li{
	padding: 3px 0px 1px 0px;
	border-top:0px solid #FFFFFF;	
	border-bottom:0px solid #FFFFFF;


}
.menutje ul li ul li a{
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.menutje ul li ul li a:hover{
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}