body{
	margin: 0px;
	/* background-image: url(./../images/background.gif);  
	background-repeat: repeat-x; */
	background-color: black;
	position: relative;
	right:50%; 
	left:50%; 
	width:995px; 
	margin-left:-497px;
	margin-right:-498px;
	font-family: georgia;
	font-size: 10pt;

}

h1{
	font-size: 10pt;
}

#wrapper { 
	margin: 0px auto 0px auto; 
}
	
#center{
	width : 995px;
	text-align: left; 
	height: 618px;
}

#top {
	float: left;
	height: 138px;
	width: 995px;
    background-image: url(./../images/top.jpg); 
	background-repeat: no-repeat;
	background-position: top right;
	 
}

#top_left{
	background-image: url(./../images/top_logo.jpg);
	height: 138px;
	width: 227px;
	float: left;

}

#top_right{
	float: right;
	height: 129px;

}

#button_introductie a{
	float: left;
	height: 29px;
	width: 104px;
	background-image: url(./../images/button_specialisme1.jpg);
	margin-top: 65px;
	margin-right: 0px;
}

#button_introductie a:hover{
	background-position: -104px 0px;
}

#button_specialisme a{
	float: left;
	height: 29px;
	width: 104px;
	background-image: url(./../images/button_specialisme.jpg);
	margin-top: 65px;
	margin-right: 0px;
	
}

#button_specialisme a:hover{
	background-position: -104px 0px;
}

#button_partners a{
	float: left;
	height: 29px;
	width: 104px;
	background-image: url(./../images/button_partners.jpg);
	margin-top: 65px;
	margin-right: 125px;
	
}
#button_partners a:hover{
	background-position: -104px 0px;
}

#left {
	float: left;
	height:439px;
	width: 227px;
    background-image: url(./../images/left_back_top.jpg); 
	padding-top: 0px;
	margin-bottom: 0px;
	background-color: black;
}

#left_middle{
	float: bottom;
	height: 300px;
	background-color: #e70d1b;
	width: 164px;
	position:absolute; 
	bottom:0px; 
	z-index: -1;
}

#left_bottom{
	float: bottom;
	height: 107px;
	width: 227px;
	background-image: url(./../images/mercedes_left.jpg); 
	margin-bottom: 0px;
	position:absolute; 
	bottom:0px; 
	z-index:1;
	background-color: #black;
}

#right { 
	float: left;
}

#right_watermark {
	float: left;
	width: 724px;
	height: 480px;
	background-image: url(./../images/hvs_watermark.jpg); 
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	overflow: auto; 
}
#right_watermark_start {
	float: left;
	width: 724px;
	height: 480px;
	background-image: url(./../images/hvs_watermark2.jpg); 
	background-repeat: no-repeat;
	background-position: top;
	background-color: white;
	overflow: auto; 
}

#right_spacer {
	float: left;
	width: 44px;
	height: 480px;
	background-image: url(./../images/right_spacer.jpg); 
}

#menu {
	float: bottom;
}

#menu_item a { 
	height: 25px;
	width: 164px; 
	background: url(./../images/menu_button.jpg) 0 0 no-repeat;
	display:block;
	text-decoration: none;
	font-size: 11pt;	
	color: black;
	font-family: georgia;
}


#menu_item a:hover {
	 background-position: -164px 0px;
	 text-decoration: none;	
	 color: white;
}

h1{
	font-size: 14pt;
}

.menuitems{
	color: white;
	margin-left: 20px;
	text-decoration: none;
	line-height: 1.6em;
	
}

.menuitems:hover{
	color: white;
}

p{
margin-right: 50px;}



#button_introductie{
	display:inline-block;
}
#button_specialisme{
	display:inline-block;
}
#button_partners{
	display:inline-block;

