
body {
  background-image: url(../images/back.png);
  background-size: 100%;
  background-color: #fee7aa;
  width: 1200px;
  margin: 0px;
  font-family: ;
  font-size: ;
  color: ;
  background-repeat: no-repeat;
}
/*Container Content Color1 Y=#fee7aa  br=#7d2d1e gol=#d8a928 mittbr=#ca9247 backshop=#fffaec*/
#main {
 margin-left: 50px;
 margin-right: auto;
 width: 550px;
 margin-top: 0px;
}
/* Position Navigationsmenue */
#centernavmenu {
  min-width: 400px;
  width: 400px;
  margin-left: 0px;
  margin-top: 300px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  list-style: none;
  text-align: center;
  background-color: #7d2d1e;
  border-radius: 5px;
 
}
#centernavmenu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
}
/*steuert text in centernavmenu*/
#centernavmenu a {
    font-style: italic;
	float: left;
    height: 15px;
    padding: 05px 10px;
    color: #fee7aa;
    text-transform: capital;
    font: 22px/22px italic;
    text-decoration: none;
    text-shadow: 0 0px 0 #000;
}

#centernavmenu li:hover > a {
    color: #000000;
}


*html #centernavmenu li a:hover  { /* IE6 */
    color: #e3535;
}




#centernavmenu li:hover > ul {
    display: block;
}

/* Sub-centernavmenu */
#centernavmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99999;    
    background-color:;   
    border-radius: 3px;
}

#centernavmenu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  


}

#centernavmenu ul li:last-child { 
    box-shadow: 1px;    
}




/* Hintergrundfarbe centernav-Menü */
#centernavmenu ul a:hover {
    background-color: #bccdeb;
   
}

/* Ereichbarkeit erstes Untermenü und Pfeil */
#centernavmenu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 60px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 8px solid #444;
	
}

/* Clear floated elements */
#centernavmenu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


#content {
 min-height: 350px;
 margin-top: 0px;
 float: center;
 width: 1020px;
 margin-left: auto;
 margin-right: auto;
}

#contentPanel {
 background-color:;
 border-radius: 3px;

}

#contactPanel {
  margin-top: 0px;
  height: 100px;
  background-color: #FFFFFF;
  padding: 10px;
}

.clearPanel {
  height: 1px;
  clear: both;
}

#footer {
  text-align: right;
  margin-top: 8px;
  margin-bottom: 20px;

}
/* Überschriften */
h1 {
    color: #7d2d1e;
    font-size: 18pt;
    font-style: italic;
}
/* Inhalt-Texr */
h2 {
    color: #7d2d1e;
    font-size: 14pt;
    font-style: italic;
    font-weight: normal;
}
/* Hinweis-Text*/
h3 {
  color: #7d2d1e;	
  font-size: 10pt;
  font-style: italic;
  font-weight: normal;
  
}

t1 {
	font-size: 12pt;
	
}

t2 {
  font-size: 11pt;
  font-weight: bold;
  color: #8A8A8A;
}

t3 {
  font-size: 14pt;
  font-weight: bold;
  color: #000000;
}



hr {
  height: 1px;
  border: none;
  background-color: #CCCCCC;
  margin: 20px 0px 20px 00px;
}

img {
  border: none;
}

.links {
float: left;
margin-right: 10px;
} 

ul li {
  margin-bottom: 5px;
}

p {
  text-align: justify;
}


a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.ie_msg{
	background-color: orange;
	color: red;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
*****************************
/*keine Punkte vor der Liste*/
ul.list {
	list-style-type: none;
}





#footermenu {
    width: 990px;
    margin-bottom: 0;
    padding: 10px 0 0 0;
    list-style: none;  
    border-radius: 0px;
	
    
}

#footermenu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
}

#footermenu a {
	float: left;
    height: 20px;
    padding: 0 10px;
    color: #7d2d1e;
    text-transform: uppercase;
    font: 11px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 0px 0 #000;
}

#footermenu li:hover > a {
    color: #000000;
}

*html #footermenu li a:hover { /* IE6 */
    color: #fafafa;
}

#footermenu li:hover > ul {
    display: block;
}


#footermenu ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #footermenu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}


/* Clear floated elements */
#footermenu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

