/* Format Style von: Der grüne Lutz - Fotografie von Lutz Werner  */

body, p, h1, h2, h3, li, span, div {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #000000;  }   /*schwarze Schrift*/

body {
	background: url(grafik/hintergrund.jpg);
	background-repeat: repeat-y;  }  

div.global	{/* Container fuer gesamte Seite */
	width: 800px;
	margin-left: auto;
	margin-right: auto; 	}

div.kopf	{     /* Container fuer Kopf */
	width: 790px;
	background: #FD4600;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;   }
	
div.nav	{                 /* fuer Navigationsleiste, unter Kopf */
	width: 140px;
	float: left;
	background: #f1ead2;
	padding-left:10px;
	padding-top:10px;
	font-family : "BernhardMod BT", Verdana, Arial, Helvetica, sans-serif; }
	
div.inhalt_ges {/* Container fuer Inhalt neben Navigation */
	width: 798px;
	height: auto;
	min-height: 560px;
	background: #f1ead2;
	margin-bottom: 5px; 
	border: thin solid #f1ead2;    }	

div.inhalt {/* Container fuer Inhalt neben Navigation */
	width: 623px;
	float: left;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;   }
	
div.inhalt_bilder {/* Container fuer Inhalt Bilder */
	width: 643px;
	float: left;
	padding-top: 5px;
	margin-left: 5px;   }
	
div.rahmen   {    /*Rahmen für Bilder */
	width: 600;
	background: #AEEAB0;
	margin-right: 10px; }
	
div.li {/* Container fuer Bilder links in Inhalt Bilder */
	width: 205px;
	float: left;  }
	
div.mi {/* Container fuer Bilder mitte in Inhalt Bilder */
	width: 205px;
	float: left;  }
	
div.re {/* Container fuer Bilder rechts in Inhalt Bilder */
	width: 205px;
	float: left;   }

div.fuss	{     /* Container fuer Fuß */
	width: 796px;
	background: #FD4600;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 2px;
	font-size: 10px;
	text-align: center;   }
	
a    {         /* Link Farbe schwarz, unterstrichen */
	text-decoration: none;
	color: #000000;   }
	
a.link    {         /* Link Farbe schwarz, unterstrichen */
	text-decoration: underline; }
	
a.bottom    {         /* nicht markierte Schalter */
	font-size: 12px;   }
	
a.bottom2    {         /*  markierte Schalter */
	color: #FD4600;
	font-size: 10px;    }
	
a.bottom3    {         /* nicht markierte Schalter */
	font-size: 10px;
	font-weight: bold;
	margin-right: 20px;   }
	
a.bottom4    {         /*  markierte Schalter */
	color: #FD4600;
	font-size: 10px;
	font-weight: bold;
	margin-right: 20px;    }

h1	  {           /* 1. Ueberschrift */
	font-size : 14px;
	font-weight : bold;
	font-style : normal;   }
	
h1.kopf	  {           /* 1. Ueberschrift */
	margin: 0px;
	margin-top: 5px;
	font-size : 21px;
	font-family : "BernhardMod BT", Verdana, Arial, Helvetica, sans-serif;   }

h2	  {            /* 2. Ueberschrift */
	font-size : 12px;
	font-weight : bold;
	font-style : normal;   }
	
img {
	border: 0px;   }
	
img.ahorn {      /* Bild Postioniert in Schalter */
	margin-right: 2px;   	}
	
img.kopf {      /* Bild im Kopf Postioniert */
	margin-left: 10px;
	margin-right: 50px;
	vertical-align: middle; 
	float: left; 	}
	
img.foto	{   /* Buttons in Navigationsleiste */
	margin-top: -160px;
	margin-left: 290px;
	border: 2px solid #ffffff;  }
	
img.home {      /* Bild Postioniert Home */
	padding-right: 5px;
	vertical-align: left;
	float: left;     	}
	
img.postk {      /* Bild Postioniert postkarten und fotos */
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: left;
	float: left;     	}
	
img.postk2 {      /* Bild Postioniert postkarten und fotos */
	margin-left: 70px; 	}
	
p.clear	{/* hebt "floaten" der vorherigen  Elemente auf */
	clear: both;
	margin: 2px;    }
	
p.home   {                   /* Position Text auf Home Seite */
	margin-left: 0px;
	margin-top: 0px;
	font-size : 12px; 	}
	
p.fuss   {                   /* Position Text im Fuß */
	margin: 0px;
	font-size : 10px;
	text-align: center; 	}
	
p.postk {
	font-size : 12px;
	margin-left: 10px;
	margin-right: 15px;
	float: left;    }	
	
p.postk_q {
	width: 80px;
	font-size : 12px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;    }
	
p.postk_h {
	width: 80px;
	font-size : 12px;
	margin-left: 40px;
	margin-top: 5px;
	float: left;    }

span.fett	 {              /* Text fett */
	font-weight : bold;  }

span.or	 { 
	color: #FD4600;   }
 