* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	color: #8f9699;
	font: 0.6em Verdana,Arial,Geneva,Helvetica, sans-serif;
	/*letter-spacing: 0.02em;*/
	border-top: 10px solid #fff;
}
h1, h2 {
	font: 1.5em Georgia,"Times New Roman", Times, serif;
	/*font-weight: bold;*/
}
h1 {
	color: #fff;
	margin-bottom: 16px;
}
h2 {
	color: #fff;
	background: transparent url(../img/star.gif) right no-repeat;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
}
p {
	margin: 8px 0;
}
img {
	border: 0;
}
.linie{
	padding-bottom: 24px;
	background: transparent url(../upload/image/linie.jpg) repeat-y;
}
a:link, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #8f9699;
}
#site {
	background: transparent url(../img/bg_site.jpg) no-repeat;
	width: 786px;
	margin: 0 auto;
	padding-top: 260px;
}
#top div {
	float: left;
	/*text-align: justify;*/
	padding-bottom: 32px;
}
#top div.left {
	padding-right: 42px;
	width: 186px
}
#top div.middle {
	padding-right: 42px;
	width: 310px
}
#top div.right {
	width: 200px
}
.content {
	padding-top: 16px;
}
#footer {
	border-top: 1px solid #555;
	margin: 24px 0;
}
#footerl {
	float: left;
	height: 1%;
	width: 450px;
}
#footerr {
	text-align: right;
}
/* sonstiges */
.list {
	border-top: 1px solid #555;
	margin-top: 24px;
	padding-top: 24px;
}
.list h3 {
	margin-bottom: 14px;
}
.clearfloat {
	clear: both;
	height: 1px;
	overflow: hidden;
}
