body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-weight: bold;
	font-size: 20px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF0000;
}
#box {
	background-image: url(../medien/design.gif);
	height: 800px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	position: relative;
}
#box #header {
	height: 160px;
	width: 980px;
}
#box #contbox {
	width: 980px;
	height: auto;
}
#box #contbox #navi {
	width: 180px;
	margin-left: 20px;
	float: left;
	height: auto;
	margin-top: 50px;
}
#navi a:link,
#navi a:visited {
	color: #333;
	text-decoration: none;
}
#navi a:hover {
	color: #F00;
	text-decoration: none;
}
#box #contbox #content {
	height: auto;
	width: 680px;
	margin-left: 50px;
	float: left;
}
#box #contbox #bottem1 {
	clear: both;
	width: 980px;
	height: 60px;
}
#box #contbox #bottem2 {
	clear: both;
	width: 980px;
	height: 60px;
}
#box #contbox #cont_home {
	float: left;
	height: auto;
	width: 700px;
}

#box #contbox #cont_news {
	float: left;
	height: auto;
	width: 550px;
	padding: 3px;
	margin-top: 20px;
	margin-left: 200px;
}

