body {
/*	background: #fffff0 url(grafik/hintergrund_verlauf.gif) repeat-y left;  */
	background: #f4f4f4 url(grafik/hintergrund_verlauf.gif) repeat-y left; 
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:80%;
	color: black;

}

#kopf {
	background: #b50707 url(grafik/hintergrund_seitenkopf.jpg) repeat-x top;
	border-bottom: 1px solid black;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	color: #ececec;
	height: 60px;
}

#menu {
}

#inhalt {
   position: absolute;
	left: 200px;
	top: 70px;
	height: 500px;
	right: 75px;
}

/* *********************** */
/* Links im Hauptmenu      */
/* *********************** */

#menu a {
   display: block;
	width: 150px;
	color: black;
	text-decoration: none;
	padding: 4px 0px 4px 0px;

}

#menu a:visited {
	color: black;
	text-decoration: none;
}

#menu a:hover {
	color: #97060d;
	background-color: #f4f4f4;
   text-decoration: none;
/*	background: #b50707 url(grafik/hintergrund_menupunkt.jpg) repeat-x top; */

}

#menu a:active {
	color: #97060d;
	text-decoration: none;
}

#current {
	color: #97060d !important;
   background-color: #f4f4f4;
	font-weight: bold;
/*	background: #b50707 url(grafik/hintergrund_menupunkt.jpg) repeat-x top; */
}

/* ****************** */
/* Kleinkram          */
/* ****************** */

a {
	color: #b50707;
	text-decoration: none;
}

a:visited {
	color: #b50707;
	text-decoration: none;
}

a:hover {
	color: black;
   text-decoration: underline;
}

a:active {
	color: #b50707;
	text-decoration: none;
}


h1, h2 {
   width: 100%;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#inhalt h3, h4, h5 {
   margin: 15px 0px 0px 0px;
	text-align: left;
	color: #97060d;
}

input {
	width: 250px;
	border: 1px none black;
}

textarea {
	width: 385px;
	border: 1px none black;
}

.news table {
   border-collapse: collapse;
   border-spacing: 0px 0px;
}

.news h4 {
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
}

.news_voransicht {
	font-size: 75%;
	padding: 0px 0px 6px 0px;
}
