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

}

p, ul {
    margin-top: 8px;
    text-align: left;
}

ul {
    font-weight: 800;
}

strong {
    color: #d40067;
}

#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: #d40067;
    text-decoration: underline;
}

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

#kopf {
    position: relative;
    float: left;
    left: 8px;
    height: 0;
}

#uebertitel {
    position: absolute;
    width: 800px;
    height: 20px;
    color: #d40067;
    font-size: 0.9em;
    top: 5px;
    left: 0;
}

#header {
    position: absolute;
    width: 800px;
    height: 160px;
    top: 35px;
    left: 0;
}

#header_title {
    position: absolute;
    width: 800px;
    height: 88px;
    top: 195px;
    left: 0;
}

#systemmenu {
    top: 40px;
    left: 780px;
    width: 200px;
    position: absolute;
    font-size: 0.8em;
    line-height: 1.2em;
    background-color: #c0c0c0;
}

#inhalt {
    top: 310px;
    left: 8px;
    position: relative;
    width: 800px;
    clear: both;
}

#navigation {
    width: 800px;
    height: 25px;
    background-color: #ffffff;
    padding: 0px;
    font-size: 1em;
    text-transform: uppercase;
}

#navigation_links {
    width: 420x;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    text-align: left;
    float: left;
}

#navigation_rechts {
    width: 200px;
    height: 13px;
    margin-top: 5px;
    text-align: right;
    float: right;
}

#navigation a:link, #navigation a:hover, #navigation a:visited{
    color: #000000;
    text-decoration: none;
}

#navigation a.active {
    color: #d40067;
}

.eingabefeld {
    font-size: 0.7em;
    border: 1px solid #000000;
    background-color: #ffffff;
    padding: 0px;
    width: 100px;
    height: 14px;
}

.submit {
    cursor: pointer;
    font-size: 0.8em;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
    width: 70px;
    height: 20px;
    text-transform: uppercase;
}

#beitrag {
    margin-left: 125px;
    width: 550px;
    font-size: 0.8em;
}

#BreadCrump{
    visibility: none;
    display: none;
}

#beitragsbild, #beitragsbild img {
    width: 550px;
}

#bildunterschrift { /* fuer beitragsbild */
    width: 550px;
    font-style: italic;
}

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

#beitrag ul {
    margin-left: 20px;
}

#beitrag ol {
    margin-left: 27px;
}

#beitrag li {
/*    list-style-position: inside; */
}

#beitragsinhalt img {
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#beitragsinhalt table img {
    margin-top: 0;
    margin-bottom: 0;
}

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

h1 {
    font-size: 1.6em;
    font-weight: 800;
    color: #d40067;
}

h2 {
    font-size: 1.6em;
    font-weight: 800;
}

h3 {
    font-size: 1.2em;
    font-weight: 800;
}

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

hr {
    color: grey;
    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;
}

.suche_markup {
    color: #000069;
}

.datenschutz2{
    color: #ffffff;
}

.einstellung {
    color: #000000;
}

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

#beitragsinhalt a img.OrigiImagePop {
    background-image: url(/cms/images/StadtMH/migration_geschichte/lupe.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    background-color: #ff9fd1;
}

* html .clearfix{height: 1%;}
.clearfix{display: block; clear: both;}

