/* GRUNDSTRUKTUR */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    background-color: #EDF3F9;
    color: #000000;
    text-align: center; /* IE-Hack */
}

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

p {
    margin-top: 8px;
}

img {
    border: 0px;
}

input, textarea, textarea.einstellung {
    font-size: 1.1em;
}

#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:visited {
    color: #000000;
    text-decoration: underline;
}

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

#alles {
    width: 775px;
    margin: 0 auto; /* Standardkonform */
    text-align: left; /* IE-Hack */
    background-color: #FFFFFF;
}

#kopf {
    position: relative;
    width: 775px;
    height: 115px;
    left: 0px;
    text-align: right;
    background-image: url(/cms/bilder/GS_GUSTAV/kopf.jpg);
    background-repeat: no-repeat;
    background-position: 0px 15px;
}

#kopf a:link, #kopf a:visited, #kopf a:hover{
    text-decoration: none;
}

#kopfnavi {
    border-bottom: 1px solid lightgrey;
}

#systemmenu {
    top: 20px;
    left: 790px;
    width: 120px;
    position: absolute;
    font-size: 1.1em;
    line-height: 1.2em;
    background-color: #C0C0C0;
}

#inhalt {
    width: 775px;
    background: #FFFFFF url(/cms/images/GS_GUSTAV/nav_background.jpg) repeat-y top left;
}

#navigation {
    background-color: #555E97;
    color: #FFFFFF;
    padding: 3px;
    font-size: 1em;
    text-align: right;
    border-bottom: 8px solid lightgray;
}

#navigation a:link, #navigation a:visited{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 800;
}

#navigation a:hover{
    text-decoration: underline;
}

.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;
}

#navigation_beitraglinks {
  background-color: #C6CDF0;
  float: left;
  margin: 0px 0px;
  border-right: 1px solid #226699;
  border-bottom: 1px solid #226699;
  width: 140px;
  line-height: 1.8em;
  font-size: 1.0em;
  overflow: hidden;
}

#navigation_beitraglinks ul {
  padding-left: 10px;
}

#navigation_beitraglinks a, #navigation_beitraglinks a:active, #navigation_beitraglinks a:visited {
  display: block;
  color: #555E97;
  font-weight: 800;
  text-decoration: none;
  border-top: 1px solid #226699;
}

#navigation_beitraglinks a:hover {
  background-color: #555E97;
  color: #FFFFFF;
  border-top: 1px solid #226699;
}

#navigation_beitraglinks ul, #navigation_beitraglinks li {
    list-style-type: none;
    margin-left: 0px;
}

#beitrag {
    margin: 10px 10px;
    width: 585px;
    font-size: 1.2em;
    line-height: 1.6em;
    float: right;
}

.aufraeumen {
    clear: both;
    width: 1px;
    height: 1px;
    font-size: 1px;
}
/* ENDE GRUNDSTRUKTUR */

ul, ol {
    margin-left: 20px;
}

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

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

#beitrag img {
    margin-right: 10px;
}

h1 {
    font-size: 1.6em;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2, h2.mceContentBody {
    font-size: 1.2em;
    font-weight: 800;
    line-height: 1.6em;
}

h3, h3.mceContentBody {
    font-size: 1.1em;
    font-weight: 800;
}

h4, h4.mceContentBody, h5, h5.mceContentBody, h6, h6.mceContentBody {
    font-size: 1.0em;
    font-weight: 800;
}

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

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

h2.suche {
    width: 100%;
    font-weight: 800;
}

h2.suche a {
    text-decoration: none;
}

.suchepfad, .gibpfad, .gibpfad a:link, .gibpfad a:active, .gibpfad a:hover, .gibpfad a:visited {
    font-size: 100%;
    color: #000000;
    font-style: italic;
}

.suche_markup {
    color: #000069;
}

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

h1.ueberschrift {
    color: #000000;
    width: 440px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 800;
}

.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;
}

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

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

#navigation_beitraglinks li a.active:link, #navigation_beitraglinks li a.active:visited {
  color: #FFFFFF;
  font-weight: 800;
  background-color: #555E97;
}

#gibpfad li {
    list-style: none;
    display: inline;
    margin-left: 0px;
}