body {
	margin: 0; 
	padding: 0;
	background-image: url(http://www.hartmannsmc.nl/img/background.jpg); 
	background-repeat: repeat; 
	background-attachment: fixed;
	background-position: center;
	font-family: Verdana, Georgia, "Times New Roman", serif;
	color: #40525C;
	font-size: 11px;
}

a {
	text-decoration: underline;
	color: #D66B18;  
}
a:hover {
	text-decoration: underline;
}


h1 {
	font-size: 20px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 12px;
}
p {
	line-height: 140%;
}
p a {
	color: #40525C;
}
a img { 
	border: none; 
}
#top_space {
  	height: 70px;
  	margin: 0 auto;
}
#total {
  	width: 1000px;
  	margin: 0 auto;
}
#left_column {
	float: left;
	width: 165px;
}
#right_column {
	float: right;
	width: 165px;
}
#center_column {
	float: left;
	width: 67%;
}
ul#med_list {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: right;
}
#med_list a {
	text-decoration: none;
	color: #FFFFFF;
}
#med_list a:hover {
	text-decoration: underline;
}
#med_list li#menunaam {
	color: #D66B18;
}
ul#coach_list { 
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
} 
#coach_list a {
	text-decoration: none;
	color: #F3AE77; 
}
#coach_list a:hover {
	text-decoration: underline;
}
#coach_list li#menunaam {
	color: #D66B18;
}
#med_list a#current { 
	color: #40525C;
}

#coach_list a#current { 
	color: #40525C;
}
.med_spacer { 
	float:left;
	width:163px;
	height:130px;
	margin: 0;
	padding: 0;
}
.coach_spacer { 
	float:left;
	width:163px;
	height:180px;
	margin: 0;
	padding: 0;
}



