* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	color: #000;
	font: 0.8em Verdana,Arial,"Lucida Grande",Geneva,Helvetica, sans-serif;
}
h1 {
	font-size: 1.2em;
}
p, h1 {
	margin-bottom: 16px;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #737574;
}
a:hover {
	color: #31648a;
}
img {
	border: 0;
}
/* site */
#site {
	width: 1000px;
	margin: 30px auto 0 auto;
	padding-bottom: 10px;
}
#top {
	background: #31648a url(../img/bg_top.gif) repeat-x;
	height: 140px;
	margin-bottom: 24px;
}
#logo, #header, #key, #left, #right {
	float: left;
}
#logo, #header, #key {
	height: 140px;
}
#logo {
	width: 190px;
	text-align: center;
	border-right: 2px solid #fff;
}
#logo img {
	margin-top: 1px;
}
#header {
	border-right: 2px solid #fff;
	width: 520px;
}
#header img, #key img {
	margin-top: 38px;
}
#txt {
	background: transparent url(../img/trenn.gif) no-repeat;
	padding: 76px 0 66px 0;
	text-align: center;
}
#left {
	margin: 30px 0 0 44px;
}
#right {
	width: 600px;
	margin: 30px 0 0 84px;
}
/* sonstiges */
.clearfloat {
	height: 1px;
	overflow: hidden;
	clear: both;
}
