		/*  für alle Bereiche werden die Innen- und Außernabstände auf 0 gesetzt  */
		
html { height: 100% } 
body { min-height: 101%; }		/* damit wird srollbar erzwungen  */		

* {   margin: 0;  padding: 0; border: 0;}

body {
  font: 100.01% 'trebuchet ms', tahoma, verdana,sans-serif;    
  background-color: #e1f2f9;   
  	/*   background-image:url("bild.gif"); background-attachment: fixed; background-repeat: no-repeat;  */
  text-align: center;          /*Zentrierung für den IE 5.x */
}

p {  font-size:  0.8em; 
  padding: 0px 5px 0 15px;
}

h1 { font-size: 1.1em; font-variant: small-caps;
  padding: 12px 05px 5px 15px;
}

h2 { font-size: 1em;   
	margin: 8px 05px 0 15px;
}

#content ul li {font-size: 0.8em; padding: 0 0 0 15px;
	list-style-position: inside;}



#container { position: relative;
  width: 55em; height: 100%;
  text-align: left;
  margin: 0 auto;              /*Zentrierung für die standardkonformen Browser */
  color: #737373;
  background-color: #fff;
}

#header {
  height: 120px;
  border-bottom: 6px solid #ce0021;
}

#content { 
  width: 55em; height:100%;
  background-color: #fff;
  color: #555;
  background-image:url("images/linien.jpg"); background-repeat: repeat-x;   
  background-position: bottom;
}

#bildli  {width:140px; float:left; xmin-height:430px; margin: 0px 10px 5px 10px;}

#bildre  {width:140px; float: right; margin: 0px 10px 5px 10px;}


#bildblock { position: absolute; top: 15em; left: 37em; 
	text-align: center; 
	}

#clearer  { clear: both; width: 100%; height: 1px;}

#footer { color: white;
  width: 55em; height: 1.2em;
  text-align: left;
  margin: 0 auto;       
  background-color: #ce0021;
}

#footer a  {color: white; text-decoration: none;}

/*Navigationsleiste */
#navigation ul {
  list-style-type: none;	 /*Aufzählungspunkte entfernen */
  margin: 25px 0 0 0;
  padding: 0;
}
#navigation a:link, #navigation a:visited {
  text-decoration: none;
  color: #806640;
  display: block;
  font-weight: bold;
  padding: 2px;
  border-left: 23px solid #E6B873;
  background-color: #E6B873;
  color: #3054BF;
}
/*hover-Effekte */
#navigation a:hover {
  color: #3054BF;
  background-color:#E6DCCF;
  border-left: 23px solid white;
  color: #806640;
}
