body {
	margin:0;
	background-image: url(../images/site/topbg.jpg);
	background-repeat:repeat-x;
	background-color:#240102;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#efefef;
}

#maincontainer {
	background-image: url(../images/site/topbg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	width:100%;
	z-index:1;
	clear:both;
}

#container {
	width:790px;
	position:relative;
	z-index:1;
	margin:0 auto;
}

#site {
	width:790px;
	top:100px;
	z-index:1;
}

#top {
	width:790px;
	height:348px;
	z-index:1;
}

#content {
	width:770px;
	padding:10px;
	z-index:1;
	line-height: 150%;
	margin-top: 10px;
	text-align: justify;
}

#bottomimg {
	width:790px;
	position:relative;
	z-index:1;
	margin:0 auto;
}

#bottom {
	background-image:url(../images/site/bottombg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:100px;
	z-index:1;
}

/* Tabelle */

td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #181818;
}

td.ohne {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
}

a img {
	padding: 3px;
	padding-bottom: 1px;
	margin-right: 3px;
	border: 1px dashed #333333;
	border-bottom: none;
}
