body {
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: arial,helvetica,verdana,sans-serif;
	background-color: #ffffff;
	text-align: center;
	background-image:url(hintergrund.gif); 
	background-repeat:repeat;
	background-attachment:fixed; padding:0px; 
}

/* Hintergrundbild für Tabelle*/
td#start {
 background-image:url(images/button.jpg);
 background-repeat:no-repeat;
 width: 300px;
 height: 200px;
 background-position: center;
}

td#start a{
 font-size: 1.0em;
 font-weight: bold;
 text-decoration: none;
 color: #0990fb;
}

/* Hintergundfarbe für Menüspalte*/
td#tdmenu {
background-color: #99b3ff;
}

/* Breite für komplette Fläche */
div#seite {
  width:1000px;
  margin:0px auto;
  text-align:left;
  background-color:#ffffff; 
}

div#seitestart {
  width:850px;
  margin:0px auto;
  text-align:left;
  background-color:#ffffff; 

}

/* Logo und Bild oben */
#logo {
	width: 1000px;
	height: 185px;
	background-color: #ffffff;
}

/* Logo und Bild oben */
#logostart {
	width: 850px;
	height: 185px;
	background-color: #ffffff;
}

/* linkes Feld mit "LebensraumPM e.V." */
div#zeile-links {
	margin-left: 0px; 
	margin-top: 0px; 
	width: 150px; 
	height: 40px; 
	background-color: #99b3ff; 
	float: left;
}
div#zeile-links h1 {
 font-size: 0.8em;
 margin-top: 0.8em;
 margin-left: 0.6em;
 margin-right: 0em;
 margin-bottom: 0em;
 color: #ffffff;
}


/* rechtes Feld mit Hauptmenü */
div#zeile-rechts {
	margin-left: 0px; 
	margin-top: 0px; 
	width: 850px; 
	height: 40px; 
	background-color: #99b3ff; 
	float: right;
}
div#zeile-rechts a {
 margin-top: 0.4em;
 margin-left: 0.6em;
 margin-right: 0em;
 margin-bottom: 0em;
 font-size: 1.0em;
 font-weight: bold;
 text-decoration: none;
 color: #0000c0;
}

div#menu a {
 font-size: 1.0em;
 font-weight: bold;
 text-decoration: none;
 color: #0000c0;
}

div#fuss a {
 font-size: 0.8em;
 font-weight: bold;
 text-decoration: none;
 color: #0000c0;
}

/* Inhaltsfeld */
div#inhalt {
	margin: 0 0 0 150px; 
	padding: 0px;
	width: 850px; 
	background-color: #ffffff; 
	text-align: justify;
}
 * html div#inhalt {
	width: 847px; /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  
div#inhaltstart {
	margin: 0 0 0 0px; 
	padding: 0px;
	width: 850px; 
	background-color: #ffffff; 
	text-align: justify;
}
 * html div#inhaltstart {
	width: 847px; /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }

div#inhalt p {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

div#inhalt h3 {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

div#inhalt h4 {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* Anzeigen andersfarbig*/
#anzeige {
  padding:1em;
  text-align:center;
  color: #3366ff;
  font-weight: bold;
}

#anzeige2 {
  padding:1em;
  text-align:center;
  align: right;
  color: #3366ff;
  font-weight: bold;
  float:right;
}

hr {
 width: 100%;
 size: 3px;
 color: #99b3ff;
 align: center;
}

ul {
 list-style-type: square;
}