/*CSS Datei von FGH Landschaftsbau GmbH*/
/*Copyright by FGH Landschaftsbau 2007*/


  body {
    color: black;
	background-color: #bbd16a;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
	padding: 1em;
    min-width: 850px;/*41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  h1 {
    font-size: 1.5em;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: left;
    background-color: white;
    border: 2px ridge silver;
  }
  
  /*Damit wird das Menue angepasst*/
  #menu {
	width: 250px;
	/*border-style: solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;*/
	border: 1px dashed white;
	margin: 0px;
	padding: 0.5em;
	float:left;
	}
	
  #menu li a {
	height: 24px;
  	/*voice-family: "\"}\""; 
  	voice-family: inherit;*/
  	
	text-decoration: none;
	}	
	
  #menu li a:link, #menu li a:visited {
	color: #4e6428;/*#5E7830;*/
	display: block;
	background: url(Bilder/menue.jpg);
	padding: 8px 0 0 10px;
	}
	
  #menu li a:hover {
	color: #26370A;
	background: url(Bilder/menue.jpg) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
  #menu li a:active {
	color: #26370A;
	background: url(Bilder/menue.jpg) 0 -64px;
	padding: 8px 0 0 10px;
	}
	
  ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


  /*Wenn dies aktiviert wird, dann kann rechts vom Hauptfenster noch ein Infofenster angezeigt werden*/
  /*div#Info {
    font-size: 0.9em;
    float: right; width: 12em;
    margin: 0 0 1.1em; padding: 0;
    background-color: #eee; border: 1px dashed silver;
  }
  div#Info h2 {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }*/


  /*Damit wird das Hauptfenster angepasst*/
  div#Inhalt {
	margin-left: 300px;/*18em;*/
    padding: 0 1em;
    border: 1px dashed white;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
  
  a#Webdesign {
    text-decoration: none;
	font-size:xx-small;
    color: #ffffff;
  	padding: 1em;
  }
  
  table#impressum {
    /*border:thin solid #000000;*/
	background-color:#CCCCCC;
  }
  a:link, a:visited {
    text-decoration: none;
	color: #5E7830;
  }
  a:hover {
    text-decoration:underline;
	color: #000000;
  }

  
  /*Damit wird die Fusszeile angepasst*/
  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0;
	margin-top: 2em;
	padding: 0.1em;
    text-align: center;
    background-color: white; border: 1px solid silver;
  }
  
  .klein {
    font-size: 10px
  }