* {
	margin: 0;
	Padding: 0;
}

body {
	
	font: 95% Georgia, "Times New Roman", Times, serif;
	color: #660000;
	background: #FFD700;
}

h1 {
	font: normal 1.8em Georgia, 'Times New Roman', Times, serif;
	color: #B22222;
	padding-top:25px ;
	text-align: center;
}

h2 {
	color: #B22222;
	font-size: 1.2em;
	width:460px;
	font-weight: normal;
	text-align: center;
	margin-left:60px;
	padding-top:30px;
}

h3 {
	color: #660000;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding:12px;
}


h4 {
	color: #000;
	width:880px;
	font-size: 0.75em;
	font-weight: bold;
	text-align:center;
	}

p  {
	color: #660000;
	font-size: 0.85em;
	width:460px;
	margin-left:50px;
	text-align: justify;
	
}




ul {
	list-style-type: square;
	
}

i {
	width:460px;
	font-size: 120%;
	font-weight: bold;
	margin-left:120px;
	padding-top:40px;
	

}

/* IDs */
#container {
	position: ;
	color: #000;
	background: transparent;
	width: 940px;
	margin-top: 1.5em;
	margin-left:auto;
	margin-right:auto;
}

#header {
	
	width: 940px;
	height: 120px;
	background: #228B22 url(../img/head.gif);
	margin-left:0px;
	
	}



#content {
	margin-right: 0px;
	width:940px;
	height: 480px;
	background-color: #a87915;
	background-image: url(../img/bg.gif);    /*  !!!!!!! */
	
	
}

#main{
	float:left;
	margin-top:20px;
	width:880px;
}

#navi {
	background-image: url(../img/tex_navi.jpg);
	width: 940px;
	height:40px;
	padding: 0px;
	margin-top: 0px;
	
}

#column_left {
	float:left;
	background-color: #228B22;
	width:32px;
	height:480px;
}

#column_right {
	float:right;
	background-color: #228B22;
	width:28px;
	height:480px;
}

#footer {
	background: #228B22 url(../img/footer.gif) repeat-x ;
	width:940px;
	height:50px;
	text-align: center;
	padding-top:px;
	
}

#foto1 {
	
	margin-left:560px;
	margin-top:-370px;
}


/*  Klassen  */

.containerbot {
	height: 22px;
	background: Olive;
	text-align: center;
	padding-top: 5px;
}

/*- Menu Tabs --------------------------- */

    #tabs2 {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
	  border-bottom: 4px solid #8f680c;
      }
    #tabs2 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs2 a {
      float:left;
      background:url("../img/tableft2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs2 a span {
      float:left;
      display:block;
      background:url("../img/tabright2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#fff; 				/* alternative farbe #84776B   */
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs2 a:hover span {
      color:#660000;
      }
    #tabs2 a:hover {
      background-position:0% -42px;
      }
    #tabs2 a:hover span {
      background-position:100% -42px;
      }


