
/* Grundgerüst                            */

.box{
        background-color: #ffffff;
}

.main{
        margin: 2.4em 0px auto 0px;
        /*height: 19em;*/
}


.breadcrumb{
        width:100%;
        margin: 0.3em;
           background-color: #ffffff;
}

/* Startseite */

.teaser1,.teaser2,.teaser3,.teaser4,.teaser5{
        margin: 0.3em;
}

.teaser2,.teaser5{
        width: 48.2%;
}

/*Content-Seiten*/

.content1,.content2,.content3{
        margin: 0.3em;
}

.content2{
        width: 100%;/*48.2%;*/
}

.footerimg{

margin-top:0.1em;
padding:0px;
width:48.3em;
}

.footerdiv{
        position: relative;
        top: -7em;
        margin: 1em 0em 0em;
        font-size: 70%;
    float: left;
}

.letterdiv{
   position: absolute;  left:30 em;top:48em;
    /*font-size: 70%;
        margin: 1em 53em 1em;*/
        float: right;
}



/* Header */

++++++++++++++++++++
   CSS Teil I
++++++++++++++++++++

/*
        Menue-styles fuer non-IEs
        Achtung:
        Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
        Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/

#menuebox {
position: relative;
height: 32px;
background-color: #ffffff;
}
.stupidie {
display: none;
}
#menue {
position:absolute;
top: 183px;
left: 200;
z-index: 200;

}

.image{
width: 7.97em;
}

#menue .aussen {
float: left;
display: block;
overflow: hidden;
width: 7.97em;
height: 1.9em;
background-color: #ffffff;
/*font-weight: bold;
text-align: center;
background-color: #dec79a;
color: #513913;
border: 0px solid;
border-color: #d0843e #78561d #78561d #d0843e;*/
}
#menue .aussen:hover {
height: auto;
background-color: transparent;/* #624617*/
color: #fff;
}

a.innen-1 {
margin-top: 2px;
}

a.innen,
a.innen-1{
        display: block;
        width: 11em;
        padding: 2px  2px;
        text-decoration: none;
        font-weight: normal;
        border-bottom: 1px solid #78561d;
        background-color: #523935;
        font-size: 68%;
        color: #E6B006;
}
a.innen-2{
        display: block;
        width: 11em;
        padding: 2px  2px;
        text-decoration: none;
        font-weight: normal;
        border-bottom: 1px solid #78561d;
        background-color: #523935;
        font-size: 68%;
        color: #E6B006;
        border-top: 2px solid #ffffff;
}
a:visited.innen,
a:visited.innen-1,a:visited.innen-2 {
background-color: #523935;
color:#E6B006;
}
a:hover.innen,
a:hover.innen-1, a:hover.innen-2 {
background-color: #B7B0A6;
color: #523935;
}

span.menutag {
display: block;
cursor: default;
}
