
body, html
  {

 margin: 15px 0 0 0;
   padding: 0 0 0 0;
	margin-top: 15px;
   margin-left: 0px;
   margin-right: 0px;
	text-align: center;


  }
  
li {
	margin-top: 7px;
	
}

li.logo {
	margin-top: 110px;

}

img {
	
	line-height: 0;
	
}

table {
	font-size: 12px;
	font-family:  Arial, Verdana, Helvetica;
}

  /*==================================
Umrandung der gesamten Seite
==================================*/
 #umrandung {
	padding: 0;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
	width: 988px;
	margin: auto;
}
 
 
  /*==================================
Seitenkopf
==================================*/

  #top
  {
  	border-bottom: 4px solid #000;
	height:145px;
  }


/*==================================
Hauptnavigation
==================================*/


div#topnav {
	font-family:  Arial, Verdana, Helvetica;
	font-size: 12px;
	color: Black;
	text-align: left;
	float: left;
	height: 400px;
	width: 200px;
	background-image: url(img/baum.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 100px;
	
}


div#topnav ul {
	
	padding-top: 30px;	
	font-weight: bold;
	color: #000;
			
}

div#topnav li {
	
	padding-bottom: 8px;
	list-style: none;
	
}



#topnav a {
	color: #cc0000;
	font-weight:bold;
	text-decoration:none;
	}
#topnav a:visited {
	color: #cc0000;
	font-weight:bold;
	text-decoration:none;
	}	
#topnav a:hover {
	color: #cc0000;
	font-weight:bold;
	text-decoration:underline;
	}
#topnav a:active {
	color: #cc0000;
	font-weight:bold;
	text-decoration:underline;
	}
#topnav a:focus {
	color: #cc0000;
	font-weight:bold;
	text-decoration:underline;
	}

/*==================================
Subnavigation
==================================*/

div#subnav {
	font-family:  Arial,Verdana, Helvetica;
	color: #fff;
	text-align: center;
	margin-left: 795px;
	margin-top: 10px;
	font-size: 10px;
	background-color: Gray;
	width: 120px;
	padding-top: 4px;
	padding-bottom: 4px;
}


#subnav a {
	color: #fff;
	text-decoration:underline;
	}
#subnav a:visited {
	color: #fff;
	text-decoration:underline;
	}	
#subnav a:hover {
	color: #fff;
	text-decoration:underline;
	
	}
#subnav a:active {
	color: #fff;
	text-decoration:underline;
	}
#subnav a:focus {
	color: #fff;
	text-decoration:underline;
		}

	

/*==================================
Inhalt
==================================*/
  
#inhalt
{
	
	color: #000;
	font-size: 12px;
	font-family:  Arial, Verdana, Helvetica;
	background-color: white;
	margin-left: 290px;
   margin-right: 110px;
	margin-top: 40px;
	margin-bottom: 40px;
	
}

#inhalt li
{
	list-style: disc;
}
div#inhalt a {
        color:#cc0000;
        text-decoration: underline;
}



#belegplan
{
	color: #000;
	font-size: 12px;
	font-family:  Arial, Verdana, Helvetica;
	margin-top: 40px;
	margin-left: 290px;
	
}

/* ====================== */
/* === Fussnavigation === */
/* ====================== */

div#foot ul {
     clear: both;
	  background-color:#cc0000;
     list-style-type:none;
     height: 22px;
     margin:0;
	 
	
}

div#foot li {
        padding:2px 15px 2px 15px;
		  margin:0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	color: White;
}


div#foot a {
        color:white;
        text-decoration: underline;
}

* ====================== */
/* === Headlines === */
/* ====================== */

h3 {color: #cc0000;}
h4 {color: #000;}
h5 {color: #000;}




/*==================================
Classes
==================================*/

.right {
padding: 0px;
position: static;
float: right;
text-align: right;
margin: 0px;
}

.left {
padding: 0px;
float: left;
text-align: left;
}

.bild {
	margin-left: 20px;
	margin-top:20px;
	margin-bottom: 10px;
	float: right;
	border: 1px 1px 1px 1px solid #000;
}

.bild_galery {
	float: left;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 30px;
}

.bild_galery img {
	
	border: 1px 1px 1px 1px solid #000;
}

.bild_kontakt {
	float: right;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 30px;
}
