body
{
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #141414;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	padding:0px;
	background-attachment:fixed;


}
table,td {
	font-size: 15px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	color:#7F7F7F;
	line-height: 19px;
	border-top-color: #7f7f7f;
	border-right-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
	border-left-color: #7f7f7f;
}

h2{
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	color:#575558;
	margin-bottom:20px;
	letter-spacing:1px;
	font-size: 20px;
	border-bottom:solid 1px #3F3F3F;
	padding-bottom:4px;
}
/* hauptgerüst */

#main {
	height: 600px;
	background-color: #000;
	width: 750px;
}

#top {
	background-image:url(../images/banner.jpg);
	background-repeat:repeat-y;
	height:197px;
	letter-spacing:2px;
	color: #000;
	vertical-align:bottom;
	text-align:left;
	padding-left:10px;
	padding-bottom:0px;
	font-size: 16px;
	font-family: "Trebuchet MS", georgia, arial, helvetica, verdana, tahoma, sans-serif;
	border: 1px solid #000;
}


#sp1 {
	text-align:justify;
	padding-left: 10px;
	padding-top: 40px;
	background-color:#0f0f0f;
	width: 22%;
	border-left-width: 1px;
	border-left-color: #000;
	border-left-style: solid;
	vertical-align: top;
	height: 400px;
}

#sp2 {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right:20px;
	text-align:justify;
	width:78%;
	background-color:#141414;
	border-right-width: 1px;
	border-right-color: #000;
	border-right-style: solid;
	vertical-align: top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;

}
#fuss {
	color: #cfcfcf;
	height:26px;
	background-color:#570200;
	border: 1px solid #000;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
}


/* menue  */

#menu1 a , #menu1 a:visited , #menu1 a:active {
	display:block;




background-color:#;
	text-decoration:none;
	text-align:left;
	font-size: 13px;
	font-family: georgia, "Trebuchet MS", arial, helvetica, verdana, tahoma, sans-serif;
	color:#8f8f8f;
	width:80px;
	background-image:url(../images/arr.gif);
	background-repeat:no-repeat;
	background-position: 2% 50%;
	padding-left:20px;
	border:solid 1px #0f0f0f;
	vertical-align: middle;
	line-height: 19px;
}

#menu1 a:hover{
	border:solid 1px #000;
	background-color:#5A0005;
	color:#000;
	text-decoration:none;
	background-image:url(../images/arr2.gif);

}

#menu1 #aktuell a {
	color:#e2cd8e;
	background-image:url(../images/arr2.gif);
	background-repeat:no-repeat;
	background-position: 2% 50%;
	border:solid 1px #000;
}


/* allgemeine links im text */

a:link, a:visited, a:active{
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	color:#cfcfcf;
	text-decoration: none;
}

a:hover{ text-decoration:none;color:#CFCFCF;
background-color:#570200;}
#rot {
	color: #F00;
}

