/* Grunddefinitionen */

html{
  min-height: 100%;
}

html{
  background: url('../images/Hintergrund.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
background-size: cover;
}

html, body{
width: 100%;
min-height:100%;}

body{
  font-size: 12px;
  font-family: Calibri, Tahoma, Arial, sans-serif, Helvetica;
  background-size: 100%;
  -ms-background-size: 100%;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-attachment: fixed;
}

#container{
  width: 952px;
  height: 792px;
  margin-top: 20pt;
  border-top-right-radius: 10px;
  font-family: Calibri, Tahoma, Arial, sans-serif, Helvetica;
    border-bottom-right-radius:10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;;
  border: 6pt solid #ffffff;
    border-radius: 10px;
    margin: 0 auto;
}

#oben{
  width: 936px;
  height: 198px;
  background: url('../images/Logo_neu_Balken.jpg') no-repeat;
  height: 198px;
  border: 6pt solid transparent;
  outline: 6pt solid #ffffff;
  border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-radius: 10px;
}

#mitte{
  width: 100%;
  float: left;
  font-family: Tahoma, Arial, sans-serif, Helvetica;
}

#footer{
  width: 936px;
  height: 100px;
  margin-left: 6pt;
  margin-top: 6pt;
  text-indent: 5pt;
  line-height: 20pt;
  float: left;
  background: #ff0000;
  border-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

#linkesmenu{
  width: 200px;
  height: 445px;
  background: transparent;
  margin-top: 13pt;
  margin-left: 6pt;
  float: left;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-radius: 10px;
	  font-family: Tahoma, Arial, sans-serif, Helvetica;
}

#content{
  position: relative;
  width: 707px;
  height: 425px;
  margin-left: 6pt;
  margin-top: 13pt;
  float: left;
  background: #ffffff;
  padding: 10px;
  color: #ffffff;
  font-size: 14pt;
  overflow: scroll; 
  z-index:1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

a:link{
  color: #0000cc;
  text-decoration: underline;
}

#linkesmenu li#current a{
  color: #0000cc;
  text-decoration: underline;
	  font-family: Tahoma, Arial, sans-serif, Helvetica;
}

.menu{
  margin-left: -20pt;
  width: 173px;
}

.menu ul{
  margin-top: 10pt;
  margin-bottom: 10pt;
  list-style-type: none;
  font-family: Arial, Helvetica, sans-serif;
}

.menu a{
  display: block;
  padding: 1mm;
  height: 30px;
  background-color: #ffffff;
  border-bottom: 2px solid #eee;
}

.menu a:link, .menu a:visited {
  color: #ff0000;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

.menu a:hover {
  background-color: #bc384f;
  color: #fff;
}

#linkesmenu ul{
  list-style-type: none;
}

#linkesmenu li{
  line-height: 10pt;
  text-indent: 0pt;
  word-spacing: 0pt;
  text-transform: none;
}

#power_by{
  float: right;
  margin-top: 0pt;
  padding-right: 12px;
}

.banneritem{
  float: right;
  margin-top: 0pt;
}

img{
  border-width: 0;
}

.contentheading{
  color: #68071e;
  font-size: 20pt;
  font-weight: bold;
}

.small{
  color: #68071e;
  font-size: 10pt;
  font-weight: bold;
}

.createdate{
  color: #68071e;
  font-size: 10pt;
  font-weight: bold;
}

.modifydate{
  font-size: 0pt;
}


.contentpaneopen{
  color: #68071e;
  font-size: 14pt;
  font-family: Arial, Helvetica, sans-serif;
}

body.mceContentBody {
  background-color: #ffffff;
  background-image: none;
}