html {

}

body {
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 52px 0px; //* wegen festem Kopf und Fuss *//
}

td {
	font-size: 85%;
}

/* ******************************** */
/* Positionierung von Kopf und Fuss */
/* inklusive Fixierung oben und     */
/* unten.                           */
/* ******************************** */

div#kopf {
	position:absolute;
	top:0px;
	width: 100%;
	text-align:center;
   background-color: #ffffff;
	height: 40px;
	padding-left: 10px;
}

div#fuss {
   background: white url(images/style_rasen.gif) repeat-x fixed bottom center;
	position:absolute;
	left: 0px;
	bottom:0px;
	height: 52px;
	width: 100%;
	text-align:center;
	color: white;
	font-size: 80%;
}

div#content_container {
	padding-top: 10px;
}

#menu1 {
	position:absolute;
   top: 40px;
	height: 100%;
	width: 150px;
	margin-left: 10px;
	margin-top: 0px; */
	border-right: 1px solid silver;
	text-align: left;
}

@media screen{
	body>div#kopf{
		position:fixed;
		background-color: #ffffff;
	  height: 40px;
	}
	body>div#fuss{
		position: fixed;
	   background: white url(images/style_rasen.gif) repeat-x fixed bottom center;
	}
	body>#menu1 {
		position:fixed;
		border-right: 1px solid silver;
	}
}

* html body {
	background: #ffffff;
	overflow: hidden;
}

* html div#content_container {
   height: 100%;
	overflow: auto;
}


/* Abstand des Inhalts erst neben dem Menu beginnen */
#tccontent {
   padding-left: 180px;
	padding-right: 180px;
	background: url(images/hintergrundfigur.jpg) no-repeat fixed top right;
 }

/* Menubereich */

#menu1 ul {
	margin-top: 4px;
	margin-bottom: 4px;
	}

#menu1 li {
	list-style: disc;
	margin-left: -22px;
}

a {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
	}

a:hover {
	color: red;
}

a:active {

}

/* *********************** */
/* Links im Hauptmenu      */
/* *********************** */

#menu1 a {
   display: block;
	width: 120px;
	padding: 2px 3px 2px 5px;
	color: #404040;
	text-decoration: none;
}

#menu1 a:visited {
	padding: 2px 3px 2px 5px;
	color: #404040;
	text-decoration: none;
}

#menu1 a:hover {
	padding: 2px 3px 2px 5px;
	color: #ff0000;
	background-color: #ffffff;
}

#menu1 a:active {
	padding: 2px 3px 2px 5px;
	color: #FFFFFF;
	text-decoration: none;
}

.menu_text {
   clear: both;
}

#current {
	padding: 2px 3px 2px 25px;
	color: #ff0000 !important;
	background-color: #ffffff;
}

/* *********************** */
/* Footer-Menu             */
/* *********************** */

#fuss a {
	color: #ffffff;
	text-decoration: none;
}

#fuss a:visited {
	color: #ffffff;
	text-decoration: none;
}

#fuss a:hover {
	color: #ff0000;
	background-color: #ffffff;
}

#fuss a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* *********************** */
/* Kleinkram               */
/* *********************** */

#kopf h1, h2 {
	margin: 0px 0px 0px 0px;
	color: #000000;
}

input {
	width: 250px;
}

 h4, h5 {
 	margin: 0px 0px 1px 0px;
 }

 p {
 	margin: 0px 0px 6px 0px;
 }

 .bild {
	background-color: #FFFFFF;
	border-bottom: 2px solid #434343;
	border-left: 1px solid #C8CDD0;
	border-right: 2px solid #434343;
	border-top: 1px solid #C8CDD0;
	margin: 4px 10px 4px 10px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.links {
	float: left;
}

.rechts {
	float: right;
}
