* {
	padding: 0px;
	margin: 0px;
	font-family:  'Trebuchet MS', verdana, helvetica, arial, sans-serif;
	font-style: normal;
}

html {
	background: url(main_FILES/background.png);
}

body { 
	width: 960px;	
	margin: 20px auto;
	background: white;
	-moz-box-shadow: 8px 8px 18px 0px black;
        -moz-border-radius: 18px;
        -ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=black, offx=6, offy=6)";
        filter:progid:DXImageTransform.Microsoft.DropShadow(color=black, offx=6, offy=6);
}

#header {	
	height: 160px;
	position: relative;									/* notwendig für Glider Levin */
}

#header span {											/* Glider Levin */
	position: absolute;
	width: 956px;
	height: 158px;
	border: 2px solid white;
	background: url(main_FILES/header.png) top left no-repeat;
	-moz-border-radius: 18px 18px 0px 0px;
}

* html h1 {												/* Sternchenhack f�r IE6 (Glider Levin) */
	line-height: 1.2; 
}

* + html h1 {												/* Sternchenhack f�r IE7 (Glider Levin) */
	line-height: 1.2;
}

#content {
	float: right;
	width: 700px;
	padding: 20px;
	position: relative;
}

#navigation {
	float: left;
	width: 180px;
	height: 350px;
	padding: 20px 40px 20px 0px;
}

#listeNavigation {
	padding: 0px 0px 35px 0px;
}

#navigation li {										
    	display: inline; 						/* whitespace bug */
}

#navigation a {	
   	display: block;
   	padding: 4px 0px 4px 10px;
   	margin: 3px 0px 3px 0px;
  	text-decoration: none;
  	background: url("main_FILES/navigation.png") 0 0 no-repeat;
  	font: bold;
}

#navigation a:hover {	
	background-position: -180px 0;
	color: white;
}


#footer {
        background: url(main_FILES/footer.png) top left no-repeat;
	clear: both;
	width: 960px;
	height: 75px;
	line-height: 40px;
	color: black;
	text-align: center;
	-moz-border-radius: 0px 0px 18px 18px;
}

#footer span {
	color: #c18b89;
}

p { 
	margin: 0px 0px 18px 0px; 
}

address { 
	margin: 0px 0px 18px 0px; 
}

h2 {
	padding: 0px 0px 20px 0px;
	color: #c94337;
}

h3 {
	padding: 0px 0px 5px 0px;
}

h4 {
	padding: 0px 0px 5px 0px;
	color: #db2420;
}

ul {
	padding: 0px 0px 10px 15px;
}

ul ul {
	padding: 0px 0px 0px 40px;
}

a:visited, a:link { 
	color: black;
}

.paragraphList {
	list-style-type: none;
	margin: 0px 0px 0px -15px;
}	

form label { 
	float: left; 
	width: 200px; 	
}

form input { 
	width: 300px; 	
}

.tx-feuserloginsystem-pi1 {
	background: #dadada;
	width: 160px;
}


.tx-feuserloginsystem-pi1 form input{
	width: 150px;
}

form textarea {
        width: 467px;
        height: 200px;
}

strong {
	color: #c94337;
}

.tx-macinasearchbox-pi1 {
	 position: absolute;
         left: 580px; top:20px; width:50px; height:18px;
}

#searchlinks {
	width: 120px;
	background: #c8c8c8;
}

#sendegrafik {
         width: 20px;
         height: 16px;	
}

#map {
	padding: 0px 0px 20px 0px;
}

#team {
	border-color: red;
	border-spacing: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	font-size: small;
}

.teamh3 {
	text-align: center;
}

#team td {
	text-align: center;
	border-color: red;
	padding: 6px;
	weight: 120px;
}

#team tr {
	border-color: red;
}	




