body {
	font-size: 15px;
	font-family: "Courier New", Courier, monospace;
	color: black;
	padding: 0px;
	margin: 20px;
}

#header_left {
	width: 495px;
	min-height: 242px;
	float: left;
	clear: none;
	background-image: url(medizin2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header_right {
	width: 495px;
	min-height: 242px;
	float: left;
	clear: none;
}

#header_titel {
	font-size: 60px;
	border-bottom: 1px solid black;
}

#menu {
	border-bottom: 1px solid black;
}

#menu a {
	color: black;
	text-decoration: none;
}

#menu a:hover {
	color: #999999;
}

#med_content {
	border-bottom: 1px solid black;
}

