* {
border: 0;
}

html {
    height: 100%;
    margin: 0;
}
body {
    height: 100%;
    margin: 0;
    overflow: -moz-scrollbars-vertical;
}

#homepage {
  background: url(/img/system/img/wall-01.gif) center repeat-y;
  border:0;
  margin:0 auto;
  padding:0 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #585858;
  font-size: 12px;
  width: 980px;
  min-height: 100%;
}

.header {
  width: 979px;
  background-repeat: no-repeat;
  height: 162px;
}

.logo {
  display: block;
  width: 256px;
  height: 42px;
  background-repeat: no-repeat;
  float: left;
  margin-left: 65px;
  margin-right:  8px;
  margin-top: 88px;
  display: inline;
}
#logo-print {
  display:none;
}

a.navilinkProfil {
  display: block;
  width: 117px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: 0px -39px;
  float: left;
outline:none;
}
a.navilinkProfil:hover {
  background-position: 0px 0px;
}
a.navilinkAngebot {
  display: block;
  width: 148px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: 0px -39px;
  float: left;
outline:none;
}


body#fr a.navilinkAngebot {
  width: 108px;
}

a.navilinkAngebot:hover {
  background-position: 0px 0px;
}
a.navilinkService {
  display: block;
  width: 139px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: 0px -39px;
  float: left;
outline:none;
}
a.navilinkService:hover {
  background-position: 0px 0px;
}
a.navilinkKontakt {
  display: block;
  width: 149px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: 0px -39px;
  float: left;
outline:none;
}
a.navilinkKontakt:hover {
  background-position: 0px 0px;
}

a.selected { 
 background-position: 0px 0px;
}

.inputimage {
  background-repeat:no-repeat;
}
.inputimageLupe {
  height: 18px;
  width: 18px;
}
.imgText {
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
}

/* Navigation DDown */
.navi {
  width: 600px;
  float: left;
}
.navi ul {
  list-style: none;
  margin-top: 106px;
}
.navi ul li {
  float: left;
  position: relative;
}
.navi ul li ul {
  display: none;
  position: absolute;
  left:0;
  top:0;
  margin:0;
  margin-top:23px;
  z-index: 1000;
  border: 1px solid #C5C5C5;
  border-top:0;
  background-color: #FFFFFF;
  padding: 16px 0 16px 0;
  width: 205px;
  text-align: left;
}
.navi ul li:hover ul {
  display: block;
}
.navi ul li ul li {
  float: none;
}
.navi ul li ul li a,
.navi ul li.selected ul li a {
  text-decoration: none;
  color: #585858;
  line-height: 160%;
  padding: 0px 16px 0px 16px;
  display:block;
}

.naviTop {
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: right;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 8px;
}
.naviTop a {
  text-decoration: none;
  color: #FFFFFF;
}
.contentFull {
  float: left;
  width: 785px;
  padding: 65px;
  text-align: left;
}
.contentLeft {
  float: left;
  width: 555px;
  padding: 65px;
  text-align: left;
  line-height: 160%;
}
.contentLeftForm {
  float: left;
  width: 555px;
  padding: 65px;
  text-align: left;
}
.contentLeft a,
.contentRight a {
  text-decoration: none;
}
.contentLeft a:hover,
.contentRight a:hover {
  color: #585858;
}
.contentRight {
  float: left;
  padding: 65px 65px 0 0;
  width: 230px;
  text-align: left;
  line-height: 130%;
}
.ueberschrift {
  font-weight: bold;
}
.contentTextRight {
  padding-top: 5px;
  padding-bottom: 10px;
}
.textFelder {
  padding-bottom: 3px;
}
.textFelder input.inputtext {
  font-size: 10px;
  color: #666;
  border:1px solid #C5C5C5;
  border-right:0;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  width: 201px;
  height: 12px;
  float:left;
}
.textFelder input.inputtextUser {
  font-size: 10px;
  color: #666;
  border:1px solid #C5C5C5;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  width: 218px;
  height: 12px;
  float:left;
}
.textFelder input.inputimage {
  vertical-align: bottom;
  float:left;
}
.textFelder input.inputimageLupe {
  vertical-align: bottom;
  float:left;
}
.footer {
  color: #666;
  text-align: left;
  padding-left: 65px;
  padding-bottom: 10px;
  font-size: 10px;
}
.footer a {
  text-decoration: none;
  color: #666;
}

/* Sitemap */
.sitemap ul {
  line-height: 160%;
  list-style: none;
}
.sitemap li {
  padding-left: 15px;
}
.sitemap a {
  text-decoration: none;
  color: #585858;
}

/* Allgemeines */
.clear {
  clear:both;
}
.spacer {
  background-image: url(/img/system/img/dot.gif);
  background-repeat: repeat-x;
  height: 1px;
  padding-bottom: 15px;
  padding-top: 15px;
  background-position: 15px;
}
.spacerSmall {
  padding-top: 5px;
}
.spacerLarge {
  padding-top: 10px;
}

/* Kontakt-Form */
.clear {
  clear:both;
  height:0;
  line-height:0;
  font-size:0;
  width:1px;
}
.userinput {
  border:1px solid #B9CCDB;
  width:300px;
  overflow: hidden;
}
.zeile {
  margin-bottom:7px;
  clear:both;
}
.userinput-input {
  border:1px solid #C5C5C5;
  width:333px;
}
.userinput-plz {
  border:1px solid #C5C5C5;
  width:90px;
  margin-right: 10px;
}
.userinput-ort {
  border:1px solid #C5C5C5;
  width:229px;
}
.onFormtext,
.onFormerror {
  font-size:12px;
  float:left;
  padding-top:2px;
  width:115px;
  display:block;
}
.onFormerror,
.formerror {
  font-size:12px;
  color:#00B0CA;
}
.onFormtextEmpfehlen,
.onFormerrorEmpfehlen {
  font-size:12px;
  float:left;
  padding-top:2px;
  width:160px;
  display:block;
}
.onFormerrorEmpfehlen,
.formerrorEmpfehlen {
  font-size:12px;
  color:#ff0000;
}
.userinput-textarea {
  width:333px;
  border:1px solid #C5C5C5;
}
.kontaktsubtitle {
  padding-bottom:25px;
}
.absenden {
  text-align: right;
  padding-right: 103px;
}
.absendenEmpfehlen {
  text-align: right;
  padding-right: 58px;
}
.formbutton {
  font-weight:bold;
  padding:3px 10px;
  color: #FFFFFF;
}
.formLink a {
  text-decoration: none;
}
.formLink a:hover {
  color: #585858;
}
span#ctl00_ctl00_contentFull_contentSplitSite_ErrorLabelctl00_ctl00_contentFull_contentSplitSite_mysendmail1 {
  display:block; padding-bottom:15px;
}

a.printicon { float:right; margin-right:360px; }
div.zitat span { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#585858; font-weight:bold; font-style:italic; margin-bottom:5px; }
div.quelle span { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#585858; font-weight:normal; }

div.footer img { vertical-align:middle; }
.searchHighlight { font-style:italic; font-weight:bold; }
div.pagerbar { background: url(/img/system/img/dot.gif) bottom repeat-x; padding-bottom:15px; }


@media print {

div#homepage { margin:0; background:none; }
div.naviTop,
div.navi,
div.contentRight,
.logo,
.printicon { display:none; }
div.contentLeft { width:auto; padding:0; }
div.footer { padding:10px 0 0 0; }
div.header {
  width:auto;
  height:auto;  
  background:none;
}
#logo-print {
  display:block;
  padding-bottom:20px;
}
#homepage, 
div.zitat span {
  font-size:16px;
}
div.quelle span,
.footer {
  font-size:14px;
}

}
