/* CSS Document */
/* farben:
blau: #3a73a0
gelb #feba10
gruen #899d32

/* Grundelemente */

body {
	    margin:0;
	    padding:0;
	  
	    font: 14px Georgia, "Times New Roman", Times, serif;
		color: #000000;
	    text-align: center;
		line-height: 1.3em;
		font-style:italic;
		
		}

a:link, a:active, a:visited {
                            color: #899d32;
                            text-decoration: none;
                            }
a:hover {
         text-decoration: underline;
         }

h1 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 14px 0;
	color: #3a73a0;
	font-weight:bold;
	text-align:left;
	font-style:italic;
    }

h2 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 14px 0;
	color: #899d32;
	font-weight:bold;
	text-align:left;
	font-style:italic;
    }
	

			 
/*++++++++++++++++++++++++++++++++++ */
			 
hr {
	border: solid 1px #3a73a0;
	margin: 5px 0 5px 0;
	}

/*#################### Strukturelemente #################*/

		
/* grund divs */

#seite { 
		position: relative;
	
		margin-top: 0;
		margin-left: auto;
		margin-bottom: 40px;
		margin-right: auto;
	
		width: auto; 
		text-align:center;
		}
		
/*+++++++++++++++++++++++ header +++++++++++++++++++++++++++++++*/

#box {
display:none;
		}
		
#box-fleesensee {
display:none;
		}
		
#box-waren {
display:none;
		}
		
		
#box-preise {
display:none;
		}
		
#box-umgebung {
display:none;
		}
		
#box-kontakt {
display:none;
		}
		
		
/*+++++++++++++++++++++++ menu  +++++++++++++++++++++++++++++++*/

#menu {
display:none;
        }
				
				
/* ########## Inhalt ############*/

#inhalt {
		margin: 0;
		padding: 0;
		text-align: justify;
		}
		

#inhalt p {
	    font: 14px Georgia, "Times New Roman", Times, serif;
		margin: 0 0 14px 0;
		line-height: 1.5em;
	    color: #000000;
		text-align: justify;
		font-style:italic;
			}
		

#inhalt p.slogan {
	    font: 13px Georgia, "Times New Roman", Times, serif;
		margin: 0 0 11px 0;
		line-height: 1.5em;
	    color: #899d32;
		text-align: justify;
		font-style:italic;
		font-weight:bold;
			}
			
#inhalt  li, ul {
	    font: 14px Georgia, "Times New Roman", Times, serif;
		line-height: 1.5em;
	    color: #000000;
		text-align: left;
		margin-bottom:10px;
		font-style:italic;
			}
			
#inhalt table {
	    font: 14px Georgia, "Times New Roman", Times, serif;
		line-height: 1.3em;
	    color: #000000;
		text-align: left;
		font-style:italic;
			}
			
#inhalt table.preis {
	    font: 14px Georgia, "Times New Roman", Times, serif;
		line-height: 1.1em;
	    color: #000000;
		text-align: center;
		font-style:italic;
		margin-bottom: 30px;
			}
			
#inhalt table.preis tr.klein 
{
font-size: 12px;
color:#000000;
}
			
#inhalt table img { margin: 10px 0 10px 20px; border:none; }

#inhalt table td.legende { text-align: center; font-size:11px; }

			 
/* ########## Fuss ############## */


#fuss {
display:none;
		}


/*spezielles klassen */
.bild {
	border:none;
	margin: 20px 0 10px 0;
	}

		  
.bild_r {
		float: right;
		margin: 3px 0 10px 20px;
		border:none;
     }
		
	 
.bild_l {
		float: left;
		margin: 3px 20px 10px 0;
     }
	 
.karte {
		float:left;
		margin: 0 20px 0 0 ;
		}
