body, html, td {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

h1 {
    font-weight: bold;
	font-size: 16px;
}

a:link {
    color: white;
	text-decoration: none;
}

a:hover {
    color: white;
	text-decoration: underline;
}

a:visited {
    color: white;
}

a:active {
    color: white;
}


#header {
	position: absolute;
	top: 0px;
	width: 200px;
	height: 100%;
	background: #242424;
	left: 0px;
}

#bild {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 680px;
	height: 470px;
	background:url(mk3net.jpg);
}

#inhalt {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 175px;
	height: 90%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}