@charset 'utf-8';
@import url(reset.css);

/* Default Element Styling */
/* =================================================================== */

* {
  font-family: Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #244464;
}

body {
  background: #13727d;
}

a {
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
}

a:hover {
  text-decoration: underline;
}

a.active {
  font-weight: bold;
}

abbr[title] {
  border-bottom: 1px dotted #333 !important;
  cursor: help;
}

a abbr {
  cursor: pointer !important;
}

input[type=submit], button {
  cursor: pointer;
}

input:focus, textarea:focus, select:focus {
  background: #d4f1f4;
}

/* Abstand Zeilenhoehe nach unten bei manchen Elementen */
p, h1, h2, h3, h4, h5, h6, 
table, ul, ol, blockquote, pre {
  margin-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

/* Default Container Layout */
/* =================================================================== */
/* Von oben nach unten, meist divs mit id */

#container, #header, #mainContainer {
  position: relative;
}

#container {
  width: 954px;
  margin: -18px auto 0 auto;
  background: #fff;
}

#header {
  height: 184px;
  border-bottom: 5px solid #25a7b6;
}

#header * {
  z-index: 5;
}

#header h1 a {
  display: block;
  position: absolute;
  width: 200px;
  height: 90px;
  top: 21px;
  left: 203px;
  text-indent: -5000px;
}

#headerMenuLinks, #headerMenuRechts {
  position: absolute;
  width: 550px;
  height: 33px;
  bottom: 0;
  left: 20px;
}

#headerMenuRechts {
  width: 300px;
  left: auto;
  right: 20px;
}

#headerGrafikEins, #headerGrafikZwei, #headerGrafikDrei {
  position: absolute;
  width: 155px;
  height: 95px;
  left: 448px;
  top: 22px;
  z-index: 1;
}

#headerGrafikZwei {
  left: 614px;
}

#headerGrafikDrei {
  left: 780px;
}

#headerOverlay {
  position: absolute;
  background: url(../img/header.png) top left no-repeat;
  top: 0;
  left: 0;
  height: 184px;
  width: 954px;
  z-index: 2;
}

#mainContainer {
  min-height: 400px;
  height: auto !important;
  height: 400px;
}

#content {
  margin-left: 293px;
  padding: 73px 20px 20px 0;
}

#breadCrumb {
  position: absolute;
  top: 35px;
  left: 293px;
  font-size: 10px;
  width: 600px;
  height: 18px;
}

#menuContainer {
  min-height: 150px;
  height: auto !important;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  padding: 35px 0 20px 20px;
  background: url(../img/robe.png) bottom right no-repeat;
  border-bottom: 4px solid #25a7b6;
}

#footer {
  height: 32px;
  border-bottom: 1px solid #fff;
  background: #25a7b6;
}



/* Header Stuff & Menu */
/* =================================================================== */

#header * {
  font-size: 14px;
}

#headerMenuLinks ul li {
  margin-right: 25px;
  float: left;
  line-height: 33px;
}

#headerMenuRechts ul li {
  margin-left: 25px;
  float: right;
  line-height: 33px;
}

#menuContainer h2, #content h1 {
  font-size: 14px;
  font-weight: bold;
}

#menu * {
  font-size: 12px;
}

#headerMenuLinks *, #headerMenuRechts *, #menu * {
  color: #193c40;
}

#headerGrafikEins *,
#headerGrafikZwei *,
#headerGrafikDrei * {
  margin: 0 !important;
  padding: 0 !important;
}



/* Content Elemente */
/* =================================================================== */

#breadCrumb * {
  font-size: 10px;  
}

#content li {
  margin-left: 22px;
  list-style: disc;
}

/* Contenttable & Kontaktformular - Standard advisco-Style */
/* =================================================================== */
#content .contenttable {
  width: 500px;
}

#content .contenttable .tr-odd {
  background: #eee;
}

#content .contenttable .tr-even {
  background: #d7d1d3;
}

#content .contenttable td {
  padding: 5px;
}

#content .contenttable .td-0 {
  border-right: 3px solid #FFFFFF;
  width: 150px;
}

#content #mailformTable .td-0 {
  border-right: none;
  width: 150px;
}

#content #mailformTable .tr-last .td-last {
  text-align: right;
}

#content #mailformTable input, 
#content #mailformTable textarea {
  outline: none;
  border: none;
  padding: 2px;
  width: 380px;
}

#content #mailformTable .tr-3 .td-0 {
  vertical-align: top;
}

#content #mailformTable #mailformAbsenden {
  background: none;
  text-align: right;
}

/* FCE - Styles fuer eigene ContentElemente von TemplaVoila*/
/* =================================================================== */

#meins {
  
}



/* Footer */
/* =================================================================== */

#footer * {
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-size: 12px;
}

#footer * {
  color: #fff;
}

/* Alles was unsichtbar werden soll, zum Schluss */
/* =================================================================== */

.hidden, 
#headerGrafikEins h1,
#headerGrafikZwei h1,
#headerGrafikDrei h1,
#footer h1 {
  display: none;
  visibility: hidden;
}


