/* GRUNDSTRUKTUR */

html, body, form, #inhalt, #beitrag {
    overflow: hidden;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    background-color: #0095d9;
	background-image: url(/cms/bilder/StadtMH/cafefox/background_kids.jpg);
    background-repeat: repeat;
	background-position: top left;	
    color: #000000;
    text-align: center; /* IE-Hack */
    overflow: hidden;
}

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

p {
    margin-top: 8px;
}

img {
    border: 0px;
}

form {
  display: inline;
}

.radio {
    width: 20px;
}

input, textarea, textarea.einstellung {
    font-size: 1.1em;
    width: 350px;
    background-color: #ffffff;
}

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

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 {
    margin: 0 auto; /* Standardkonform */
    text-align: left; /* IE-Hack */
	width: 960px;
	height: 637px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -318px;
    margin-left: -480px;
	background-color: #ffffff;
    background-image: url(/cms/bilder/StadtMH/cafefox/center_kids.png);
    background-repeat: no-repeat;
	background-position: top left;}

#navigation {
    position: absolute;
    top: 25px;
    left: 140px;
    width: 460px;
    height: 130px;
    font-size: 1.4em;
    font-weight: 800;
}

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

#inhalt {
    position: absolute;
    top: 122px;
    left: 140px;
    width: 565px;
    height: 486px;
    overflow: auto;
    margin: 15px 10px;
    font-size: 1.2em;
    line-height: 1.6em;
    float: left;
}

#inhalt input {
    width: 150px;
}

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

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

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

h2, h2.mceContentBody {
    font-size: 1.1em;
    font-weight: 800;
    line-height: 1.6em;
    margin-top: 10px;
}

h3, h3.mceContentBody, 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;
    display: none;
    visibility: hidden;
}

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

#systemmenu {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    background-color: #c0c0c0;
    line-height: 1.0em;
}

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

#BreadCrump {
    display: none;
    font-size: 0.8em;
}

.HeadlinePic{
	margin-bottom: 10px;
	border-bottom: 0px solid #000000;
	margin-left: -7px;
}

.beitrag_left{
	float: left;
	width: 260px;
}

.beitrag_right{
	float: left;
	width: 260px;

}

.PicMain{
	margin-bottom: 20px;
}

.PicLeft{
	float: left;
	width: 260px;

}

.PicRight{
	float: left;
	width: 260px;
}

.clearfix {
    display: block;
    clear: both;
}
