body {
    font-size : 95% ;
    font-family : verdana, arial;
    font: white;
    background-color : ##FFE7AD;
	background-image: url(img/i_bg_sand.gif);
}

.unsichtbar {
    position : absolute;
    left : -1000px;
    top : -1000px;
    width : 0;
    height : 0;
    overflow : hidden;
    display : inline;
}

.neue_zeile {
    clear : both;
    line-height: 0.1em;
}

#homepage {
    border : 0px dashed blue;		/*  ori=0      */
    width : 87.0em;			/*  gesamte breite      */
	text-align: center;
	margin: auto;
}

* html #homepage {
    width : 87.0em;
}
#homepage div {
    margin : 0;
    padding : 0;
}

#kopf {
    background-color : #080808;
    min-height : 6em;
}
* html #kopf {
    height : 6em;
}
#kopf img {
    width : 87.0em;
    height : 11.1em;
}

#navigation {
    width : 10.1em;
    float : left;
    display: block;
    background-color : #080808;
}
#navigation p {
   padding : 0.6em;
}


#aussen {
    /*	border : 2px dashed blue; */
}

#navigation ul {
    margin : 0;
    padding : 0.4em;
}

#navigation ul li {
    list-style-type : none;
    border : 1px solid #917F76;
    background-color : #F9DCCC;
    margin-bottom : 0.6em;
}

#navigation ul li span.auswahl {
    display : block;
    color : #ff0000;
    font-weight : 700;
    text-decoration : none;
    padding : 0.5em;
}

#navigation ul li a {
    padding : 0.5em;
    display : block;
    color : #383742;
    font-weight : 700;
    text-decoration : none;
}

#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li a:active {
    display : block;
    color : #fff;
    font-weight : 700;
    text-decoration : underline;
    background-color : #302c68;
}

#innen {
    background-color : #080808;
    width: 76.9em;				/* bestimmt auch linken rand */
    float : right;
}
* html #innen {
    width : 30.4em;				/* ?  */
}


#inhalt {
    width : 58.9em;				/* breite  */
    float : left;
    background-color : #080808;
    min-height : 32em;
	font-size : 12px;				/* ?   */
    color: white;
}
* html #inhalt {
    width : 37.3em;
}
#inhalt img {
   float : center;
   margin : 1.4em;
   padding: 0em;
   width : 52.0em;
   height : 39.0em;
   border: 2px solid #FFF;
}



#ergaenzung {
    width : 12.6em;
    float : right;
    min-height : 32em;
    background-color : #080808;

}
* html #ergaenzung {
    height : 32em;
}

#ergaenzung img {
   margin : 1em;
   padding: 0em;
   width : 10em;
   height : 7.5em;
   border: 1px solid #FFF;
}


#inhalt h1 {
    padding : 0.3em 0.3em 0.3em 1.3em ;
    font-size : 1.4em;
    color: white;
}


#ergaenzung h2 {
    padding : 0.3em ;
    font-size : 1.4em;
    color: white;

}

#inhalt p,
#inhalt2 p,
#ergaenzung p {
    padding : 0.6em;
}

#footer {
    clear : both;
    position : relative;
    top : -0.1em;
    background-color : #000000;
}

#footer p {
   color: white;
   margin : 0;
   padding : 0.4em;
   font-size : 1.0em;
   text-align : center;
}


#footer a:link	{
    color : #ddd;
    font-weight : 200;
    text-decoration : none;
}

#footer a:hover	{
    color : #0000FF;
    font-weight : 200;
    text-decoration : none;
}
#footer a:focus{
    color : #aaa;
    font-weight : 200;
    text-decoration : none;
}

#footer a:active {
    color : #123456;
    font-weight : 200;
    text-decoration : none;
}