/*
 *  Altes Babyblau  #E4E6FD
 *  Neues Blau:     #EFEFFF
 *  Kräftiges Blau: #3F4595
 *  Rot:            #8a130e 8a130e
 *  Beige:          #BAA46A
 *  Helles beige:   #FFF1CC
 *
 *  Grau Kontur: #3f4a50 (63/74/80)
 *  Grau Haus: #d9dbdd (217/219/221)
 *  Grau Dachdetail: #8f9294 (143/146/148)
 *  Grau Lupe: #e9ebee (233/235/238)
 *  Rot Lupe: #8a130e (138/19/14)
 *  Braun: #b9a46b (185/164/107)
 
 */


body {
  font-family: arial,helvetica,sans-serif;
  /*
  margin-left: auto;
  margin-right: auto;
  */
 -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.sitewrap {
  position: relative;
  width: 780px;
  margin: 20px auto 0 auto;
  padding: 20px;
  border: none; 
  background-color: white;
}
h1{
    font-size: x-large;
}
h2{
    font-size: large;
}
h3{
    font-size: small;
    color: black;
}
.eMailLink{
  text-decoration: none;
  color: black; 
}

#content p, #content span, #content ul{
   color: black; 
}

#topmenu {
  position: relative;
  margin: 0px;
  padding-left: 0px; 
  height: 42px; 
  background-color: #6d7171;
}
li.mainmenu {
  border-style: none;
  position: relative;
  list-style-image: none;
  list-style-type: none;
  float: left;
  z-index: 1;
  text-align: left;
  color: white;
}
li.mainmenu a {
  display: block;
  padding: 10px;
  width: 173px;
  height: 22px;
  font-weight: bold;
  font-size-adjust: none;
  line-height: normal;
  color: white;
  font-stretch: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  font-size: large;
  border-left: 1px dotted white;
}
li.farright a{
  border-right: none;
}
li.farleft a{
  border-left: none;
}
li.mainmenu :hover{
  background: #8a130e;
}
ul.submenu {
  margin: 0;
  padding: 0px;
  position: absolute;
  top: 42px;
  display: none;
  width: 193px;
  list-style-type: none;
  background-color: #6d7171;
  left: 1px;
}
li ul.submenu {
  z-index: 1;
}
li:hover ul.submenu {
  border:  none;
  display: block;
}
ul.submenu li {
  border-top: 1px dotted white;
  padding: 0px;
  background: #6d7171 none repeat scroll 0% 50%;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
ul.submenu li a {
  color: white;
  border-left: none;
  font-size: small;
  height: 14px;
  /* width: 186px; */
}
ul.submenu li:hover {
  border-top: 1px dotted white;
  background: #8a130e;
  color: white;
}
ul.submenu li:hover a {
  color: white;
}
#logobereich {
  position: relative;
  top: 10px;
  height: 140px;
  border-bottom: 2px solid #6d7171;
}
.toplogo {
  left: 0px;
  top: 10px;
  position: relative;
  width: 120px;
}

.hml {
  position: relative;
  font-size: medium;
  left: 0px;
  top: 20px;
  width: 3000px;
  color: black;
}

.hml span {
  color: #8a130e;
  font-weight: bold;
}

.absender {
  right: 0px;
  position: absolute;
  top: 52px;
  text-decoration: none;
}
.absender .name {
  font-size: x-large;
  font-weight: bold;
  color: #8a130e;
}
.absender .title {
  font-size: large;
  color: black;
}
#content {
  position: relative;
  top: 10px;
  padding: 10px;
  color:#8a130e;
  /* background-color: #e9ebee; */
  background-color: white;
  margin-bottom:0px;
}

#content  li{
  margin-top: 6px;
}

#bottommenu{
  margin:0px;
  padding:0px;
  list-style-type: none;
  position: relative;
  top: 20px;
  /* height: 220px; Zum Ausblenden der Bilder */
  height: 40px;
  left: 0px; 
  width:800px;
}

#bottommenu li  {
  position: relative;
  background-color: #8a130e;
  top: 0px;
  left:0px;
  margin-left: 9px;
  margin-right: 9px;
  float: left;
  z-index: 1;
  width: 180px;
  /* height: 220px; Zum Ausblenden der Bilder */
  height: 40px;
  border: 1px solid white;
  }

#bottommenu li a {
  text-decoration: none;
}

#bottommenu  li:first-child {
  margin-left: -1px;
}

#bottommenu li:last-child {
  margin-right: 0px;
}

#bottommenu li div {
  position: relative;
  top: 0px;
  height: 40px;
  width: 180px;
  text-align: center;
  display: table-cell; 
  vertical-align: middle;
  color: white;
  font-weight: bold;
}

#bottommenu li:hover{
  /* background-color: #6d7171; */
  border: 1px solid #8a130e;
}

#bottommenu img {
  border: none;
  /* Bilder ausblenden */
  display: none; 
}

#sidemenu{
    /*
    background-color: yellow;
    border: 2px solid black;
    */
    left: 598px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px; 
}

#sidemenu li {
  position: relative;
  background-color: #6d7171;
  top: 0px;
  left:0px;
  margin-bottom: 10px;
  float: left;
  z-index: 1;
  width: 180px;
  height: 170px;
  list-style-image: none;
  list-style-type: none;
  border: 1px solid white;
}

#sidemenu li:hover{
  border: 1px solid #8a130e;
}

#sidemenu li.actual:hover{
  border: 1px solid white;
}

#sidemenu li a {
  text-decoration: none;
}

#sidemenu li div {
  position: relative;
  top: 0px;
  height: 30px;
  width: 180px;
  text-align: center;
  display: table-cell; 
  vertical-align: middle;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#sidemenu img {
  border: none;
}

#sidemenu .actual{
    background-color: #8a130e; 
}

#footer {
  padding: 0;
  position: relative;
  left: 0px;
  top: 40px;
  height: 80px;
  text-align: center;
  color: #8a130e;
  font-size: x-small;
  border-top: 2px solid #6d7171;
}
/*
#footertext {
  position: relativ;
  left: 0px;
  top: 100px;
  width: 800px;
  font-size: x-small;
  text-align: center;
  color: #8a130e;
  list-style-type: none;
}
#footertext a{
  text-decoration: none;
  color: #8a130e;
}
*/




.gallerydesctext{ 
  text-align: left;
  padding: 5px 5px;
  font-size: small;
  font-weight: bold;
}

.centerimage img{
  display: block;
  width: 400px;
  margin: 60px auto 0px auto;
  border: none; 
}

.cv{
  position: relative;
  float:left;
  z-index: 1;
  text-align: left;
  left:0;
  width: 760px;
}
.cv ul{
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
}
.cv .cv-since{
  top:0px;
  position: relative;
  left:0px;
  width:180px;
}
.cv .cv-text{
  position: absolute;
  top: 0;
  left:190px;
  width:340px;
}
.cv-img{
  border: 1px solid #6d7171; 
  margin-bottom: 10px;
}
.floatstopper{
  clear: both;
}
table, p{
  color: black;
}
#textareaprofil {
  width: 590px;
}
#picturearea {
  position: absolute;
/*  top:80px; */
  top: 30px;
  left:608px;
  width: 160px;
}
#gallery {
  margin: 40px auto -10px auto;
  width:420px;
  height:422px;
  display:block;
  /* background-color: #6d7171; */ 
}
#gallery .centerimage{
  position: relative;
  left: -10px;
  
}
#gallery .galleryicons{
  position: relative;
  left: 10px;
}
#gallery .iconimage img{
  border: none;
  margin-right: 6.5px;
  width: 92px;
  height: 92px;
}
#gallery .hiddenimage img{
  display: none;
}

.haftungsausschluss {
  font-size: small; 
 }