  body {
    color: black; background-color: #cccccc;
    background-image: url(bilder/bg5.jpg);
    background-repeat: repeat;
    /* font-size: 100.01%; */
    font-size: 85%;
    font-family: arial,helvetica,sans-serif;
    margin: 0; 
    padding: 0 0 0 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	padding: 10px 0 0 0px;
    width: 900px;
    /* padding: 0.5em; */
	/* border: 2px red; */
    /* background-color: #cccccc; */
    background-image: url(stage_bg3.jpg);
    background-repeat: repeat-y;
  }
  div#kopf {
  	width:900px;
  	height: 55px;
  	background-color: #660000;
  	/* border: 1px dashed orange; */
   }
   
   div#nav {
   float: left;
  	/*width:700px;
  	height: 55px;*/
  	/* background-color: #330000; */
   }
   
   div#myfatelier {
   	float: right;
   	padding-top:25px;
	margin-right: 10px;
   	/* width:200px;
  	height: 55px;
  	background-color: #333333; */
  	/* border: 1px dashed red;   */
   }
  
  #bild
{ height:280px;
  width: 900px;
  z-index:2;
  background-color: #eeeeee;
}
	h1 {
	font-weight:normal;
	}
	
	h1.bar {
	font-weight:bold;
	color: white;
	font-size: 150%;
	padding: 3px 0 0 20px;
	}
	
	h2 {
	font-weight: bold;
	font-size: 100%;
	color:#3399ff;
	}
	
	h2.info {
	font-size: 140%;
	color: #E76B00;
	padding: 0;
	font-weight:normal;
	}
	
	h3 {
	font-weight:normal;
	}
	
	a {
	display: inline-block;
	text-decoration:none;
	color:white;
	padding: 6px 0px;
	margin-left: 25px;
	}
	
	a:link {
    		color: #ffffff; 
  	}
  
  	a:visited {
    		color: #cccccc; 
    		font-weight:bold;
  	}
  
  	a:hover {
    		color: #ff0000; 
  	}
 
 	a:active {
    		color: #ffffff; 
    		font-weight:bold;
  	}
  	
  	a.black {
  	margin-left: 0px;
	color: black;
	display: inline;
	border: 0;
	}
	
	a.black:hover {
	color: #ff0000;
	display: inline;
	}
	
	a.pic {
  	color: #ff0000;
	display: inline;
	margin-left: auto;
	margin-right:0 !important;
	padding:0;
	text-align: right !important;
	}
 
 ul#Navigation {
    /* font-size: 0.91em; */
    float: left; width: 150px;
    margin: 0; 
    padding: 0;
 	/*    border: 1px dashed orange; */
 	margin-top: 20px;

  }
  ul#Navigation li {
    list-style: none;
    margin: 3px; 
    padding: 0;
  }
  ul#Navigation a {
	display: block;
	text-decoration: none;
	padding: 1px 0px 0px 10px;
	margin-left: 10px;
	/* margin-top:5px; */
	font-weight: normal;
	background: url(link.png);
	background-repeat: no-repeat;
 	background-position: left;
  }
  ul#Navigation a:link {
    color: #333; 
  }
  ul#Navigation a:visited {
    color: #666; 
  }
  ul#Navigation a:hover {
    color: #3399ff; 
  }
  ul#Navigation a:active {
    color: #E76B00; 
    font-weight:bold;
  }

 div#bg {	
  	height : 280px;
    	padding: 0;
    	background-color: #eeeeee;
    	/* background: url(bilder/_DSF5962_lang.jpg); */
	background-repeat: no-repeat;
 }
 
 div#Inhalt {
   	  float: none;

   	padding-top: 5px;
    /* margin-right: 160px; */
    /* margin-top: 20px; */
    height : 280px;
    overflow:auto;
    /* padding: 0; */
    /* 	background-color: #ffffff; */
    /* border: 1px dashed red; */
   
  }
  div#Inhalt h1 {
    font-size: 1.5em;
    margin: 0 0 1em;
    font-weight:bold;
    color: #990000;
}
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0 0 1em;
  }
  div#Inhalt p {
    font-size:1em;
    margin: 1em 0;
  }
  
  div#echse{
  width:110px;
  height: 160px;
  float: none;
  position:relative; 
  top:0px; 
  left:0px; 
  z-index:10;
  background-image: url(echse_orange.png);
  background-repeat: no-repeat;
  /* background-position: 0px 0px; */
  }
  
  div#info {
  	float: right;
  	width:140px;
  	height: 100%;
  	/* border: 1px dashed #E76B00; */
    margin-top: 40px;
    padding: 5px;
  }
  
  div#footer {
  	width:900px;
  	height: 110px;
  	background-color: #660000;
  	background-image: url(bilder/fbg_logo_v1_white.png);
	background-repeat: no-repeat;
	background-position: 620px 50px;
  	/* border: 1px dashed white; */
  }
