body
{
    margin: 0;
    background-color: #292626;
    font-family: arial;
    font-size: 14px;
}

.mceIframeContainer
{
    background-color: #fff;
}

.RoterStreifenOben
{
    height: 85px;
    width: 100%;
    background-color: #8D2508;
}
.Seite
{
    width: 1000px;
    height: 800px;
    margin: auto;
    position: relative;
    top: -60px;
    display: table;
}
.Kontakt
{
    width: 1000px;
    text-align: right;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 3px;
    height: 15px;
}
.Kontakt ul
{
    margin: 0;
    padding: 0;
    float: right;
}
.Kontakt li
{
    list-style-type: none;
    float: left;
    border-right: 1px dotted #ccc;
    padding: 0 5px;
}
.Kontakt li:last-child
{
    border: 0;
    padding-right: 0;
}
.Kontakt a
{
    color: #fff;
    text-decoration: none;
}
.Kontakt a:hover
{
    text-decoration: underline;
}

.Seitentitel
{
    background-image: url(../images/top_bg.jpg);
    width: 1000px;
    height: 43px;
}
.Slideshow
{
    width: 1000px;
    height: 320px;
    background-image: url(../images/slide.jpg) !important;
}
.Menu
{
    background-image: url(../images/top_bg.jpg);
    border-bottom: 5px solid #8D2508;
    color: #FFFFFF;
    height: 33px;
    /*padding: 10px 5px 0 330px;*/
    padding-left: 330px;
    width: 670px;
}
.Menu ul
{
    margin: 0;
    padding: 0;
}
.Menu li:first-child
{
    padding-left: 0px;
}
.Menu li
{
    list-style-type: none;
    float: left;

    border-right: 1px dotted #ccc;
    padding: 7px 10px 7px 10px;
}
.Menu li:last-child
{
    border-right: 0;
}
.Menu a
{
    color: #fff;
    text-decoration: none;
}
.Menu a:hover
{
    text-decoration: underline;
}
.Inhalt
{
    width: 1000px;
    height: 500px;
    background-color: #FFF;
    display: table;
}
.Inhalt a
{
    color: #8D2508;
    text-decoration: none;
}
.Inhalt a:hover
{
    text-decoration: underline;
}
.Links
{
    width: 300px;
    float: left;
    padding: 10px;
}
.Rechts
{
    width: 660px;
    float: left;
    padding: 10px;
}
#Rechts
{
    width: 98% !important;

}
.RoterStreifenUnten
{
    height: 45px;
    width: 100%;
    background-color: #8D2508;
    position: relative;
    top: -59px;
}
.camera_loader
{
    background: none !important;
    border: none !important;
}
.camera_bar
{
  display: none;
}

body.mceContentBody {
background-color: #FFFFFF !important;
background-image: none;
}
