/* GRUNDSTRUKTUR */
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 62.5%;
    background-color: #060843;
    color: #ffffff;
    text-align: center; /* IE-Hack */
    scrollbar-face-color: #122070;
    scrollbar-highlight-color: #ffd552;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-shadow-color: #001446;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #ffd552;
}

* {
    margin: 0;
    padding: 0;
    font-size: 1.0em; /* quasi 10 Pixel */
}

p {
    margin-top: 8px;
}

ul, ol {
    padding-left: 10px;
}

li {
    list-style-position: inside;
    margin-left: 20px;
}

th, td {
    color: #ffffff;
}

#skipNav {position: absolute; left: -9999px;}

.invisible {
    position: absolute;
    left: -1000px;
    top: -1000px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: inline;
}

a, a:link, a:hover, a:active, a:visited {
    color: #ffd552;
    text-decoration: none;
}

body.mceContentBody {
    font-size: 0.9em;
    line-height: 1.2em;
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
}

#alles {
    width: 900px;
    height: 698px;
    margin: 0 auto; /* Standardkonform */
    text-align: left; /* IE-Hack */
    /* background: url(/cms/images/StadtMH/museumsnacht/hintergrund.png); */
}

#systemmenu {
    display: none;
}

#navigation {
    text-align: center;
    padding-top: 30px;
    margin-top: 0px;
    font-size: 1.4em;
    font-weight: 800;
    clear: both;
}

#navigation a:link, #navigation a:active, #navigation a:visited{
    color: #ffd552;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
}

#navigation a:hover{
    background-color: #ffd552;
    color: #122070;
    margin-left: 15px;
    margin-right: 15px;
}

#beitrag {
    margin-left: 120px; /* direkt unter dem zweiten Men�punkt */
    width: 800px;
    height: 600px;
    font-size: 1.2em;
    line-height: 1.5em;
    overflow: auto;
}

.aufraeumen {
    clear: both;
    width: 1px;
    height: 1px;
    font-size: 1px;
}

#fusszeile {
    font-weight: 800;
    text-align: center;
}

.red {
    color: #ff2f3c;
    font-size: 24px;
    margin-right: 10px;
}

.blue {
    color: #bed8ef;
    font-size: 24px;
    margin-right: 10px;
}

.yellow {
    color: #fbd654;
    font-size: 36px;
    margin-right: 10px;
}

.green {
    color: #5sbd7d;
    font-size: 24px;
    margin-right: 10px;
}

.orange {
    color: #ffab49;
    font-size: 24px;
    margin-right: 10px;
}

#beitrag legend {
    color: #ffd552;
    background-color: #122070;
    font-size: 1.2em;
    font-weight: 800;
}

#beitrag fieldset {
    margin-top: 20px;
    color: #ffd552;
    background-color: #122070;
    width: 90%;
}


/* ENDE GRUNDSTRUKTUR */

#seite_anpassen {
    margin-top: 25px;
    width: 180px;
    padding: 5px;
    border: 1px solid black;
    background-color: #EFEFEF;
}

h1 {
    margin-top: 40px;
    font-size: 1.6em;
    font-weight: 800;
    color: #ffd552;
}

h2 {
    display: none;
}

h3 {
    font-size: 1.2em;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #ffd552;
}

h4, h5, h6 {
    font-size: 1.1em;
    font-weight: 800;
    color: #ffd552;
}

hr {
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.datenschutz {
    color: #E43D00;
    border: 1px solid #038333;
    background-color:#FFFFFF;
    padding: 2px;
}

#BreadCrump, #BreadCrump a:link, #BreadCrump a:active, #BreadCrump a:hover, #BreadCrump a:visited {
    font-size: 100%;
    color: #ffd552;
    font-style: italic;
    display: none;
}

/* 2. Seite, Beitrag speichern. Einstellungen lesbar machen */

.datenschutz2{
    color: #FFFFFF;
}

.einstellung {
    color: #000000;
}

table.kontextbox {
  font-size:80%;
  margin-bottom:6px;
  margin-top:6px;
  font-weight:400;
  background-color:#EEEEEE;
}

.message {
    display: block;
    color: #00CC00;
    font-weight: 800;
    border: 1px solid black;
    padding: 5px;
    background-color: #EFEFEF;
}

.error_message {
    display: block;
    color: #000000;
    font-weight: 800;
    border: 1px solid black;
    padding: 5px;
    background-color: #EFEFEF;
}

#icons_unten p {
    float: left;
    margin-right: 10px;
}

span.minis {
    font-size: 100%;
    color: #ffd552;
}

span.minis a:link, span.minis a:active, span.minis a:hover, span.minis a:visited {
    color: #ffd552;
}

.eingabefeld {
    font-size: 0.9em;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    padding: 0px;
    width: 85px;
    height: 13px;
}

.submit {
    cursor: pointer;
    font-size: 0.9em;
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #FFFFFF;
    width: 45px;
    height: 15px;
}

fieldset, legend {
    background-color: #ffffff;
}

