/* Allgemeine Stildefinitionen */
* {
  font-size: 100.1%;
  color: #666666;
  font-family: arial, helvetica, sans-serif;
  margin: 0; padding: 0;
}
body {
  font-size: 0.75em;
  text-align: center;
}
a img {
  border: 0;
}
.clear {
  font-size: 1px; height: 1px;
  overflow: hidden;
  clear: both;
}
label, .toggler {
  cursor: pointer;
}
td, th {
  vertical-align: top;
}
.onlyprint  {
  display: none;
}
img.mime_icon {
  vertical-align:middle;
}
.invisible {
  display: none;
}

/*
  Definition der Inhaltsboxen, vor allem
  - Größe und Position
  - Hintergrundbilder/-farbe
  - Abstände zum Text
  - Abstände zu anderen Boxen
*/
#wrapper {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 821px; w\idth: 780px;
  padding: 0 31px 0 10px;
  background: url(img/layout/wrapperbg.gif) repeat-y top left;
}
#header {
  width: 780px; height: 193px;
  position: relative;
  background: url(img/layout/headbg.jpg) no-repeat top left;
  margin-bottom: 9px;
}
#main {
  width: 440px; float: left;
  margin-right: 10px;
  background: #ff000;
  margin-bottom: 10px;
  margin-top: 1px;
}
#left {
  width: 155px; float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  /*background: #00ffff;*/
}
#right {
  width: 165px; float: right;
  margin-bottom: 10px;
  /*background: #00ffff;*/
}
#footer {
  clear: both;
  width: 780px;
  position: relative;
  padding-bottom: 17px;
  font-size: 0.9em;
  /*background: #ff00ff;*/
}

/* Header mit Toplogo und Hintergrundbild */
#header #headlogo a {
  display: block; position: absolute; left: 0px; top: 10px;
  width: 205px; height: 44px;
}
#header #slogan {
  display: block; position: absolute; left: 476px; top: 140px;
  width: 300px; w\idth: 294px;
  padding: 3px 5px 3px 5px;
  background: #fff; color: #fdb80b;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  font-size: 18px; font-weight: bold;
  line-height: 17px;
}
#header .mod_navigation {
  position: absolute; top: 20px; left: 680px;
  width: 100px; text-align: right;
}
#header .mod_navigation ul {
  list-style: none;
}
#header .mod_navigation li {
  border-right: 2px solid #fff;
  padding: 0 3px 0 0;
  margin: 0 7px 4px 0;
}
#header .mod_navigation li a {
  color: #fff; font-weight: bold;
  text-decoration: none;
  line-height: 1em;
}
#header .mod_navigation li a:hover,
#header .mod_navigation li a.active,
#header .mod_navigation li a.trail {
  text-decoration: underline;
}

/* Linke Spalte mit Menüelementen */
#left ul {
  list-style: none;
  text-transform: uppercase;
  background: url(img/layout/menbg.jpg) no-repeat top left;
}
#left li {
  border-top: 1px solid #fff;
  border-bottom: 9px solid #fff;
}
#left li a {
  position: relative;
  width: 155px;
  display: block;
  color: #c9bbb3;
  font-size: 1.4em; font-weight: bold; line-height: 1.0em;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0; padding: 12px 0 0 0;
  background: transparent url(img/layout/liabg.png) no-repeat top left !important;
  background: url(img/layout/liabga.gif) no-repeat top left;
}
#left li a.active,
#left li a.trail,
#left li a:hover {
  color: #fdb80b;
  background: transparent url(img/layout/liabga.png) no-repeat top left !important;
  background: url(img/layout/liabga.gif) no-repeat top left;
}

/* Rechte Spalte mit den Neuigkeiten */
#right ul {
  list-style: none;
  margin: 0; padding: 0;
  text-transform: uppercase;
  background: url(img/layout/aktuellesbg.jpg) no-repeat top left;
}
#right li {
  border-top: 1px solid #fff;
  border-bottom: 9px solid #fff;
}
#right li a {
  position: relative;
  width: 165px;
  display: block;
  color: #c9bbb3;
  font-size: 1.4em; font-weight: bold; line-height: 1.0em;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0; padding: 12px 0 0 0;
  background: transparent url(img/layout/liabg.png) no-repeat top left !important;
  background: url(img/layout/liabga.gif) no-repeat top left;
}
#right li a.active,
#right li a:hover {
  color: #fdb80b;
  background: transparent url(img/layout/liabga.png) no-repeat top left !important;
  background: url(img/layout/liabga.gif) no-repeat top left;
}
#right .layout_short {
  padding: 3px 5px;
  background: #fff5ce;
  margin-bottom: 10px;
}
#right .layout_short h2 {
  margin-top: 0;
  margin-bottom: 0.8em;
}
#right .layout_short h2,
#right .layout_short a {
  color: #fdcb0b;
  text-decoration: none;
  font-weight: bold;
}
#right .layout_short p {
  margin-bottom: 0;
}

/* Main mit Breadcrumb-Navigation und Hauptinhalt */
#main .mod_breadcrumb {
  font-weight: bold;
  margin-bottom: 2em;
}
#main h1 {
  font-size: 1.5em; margin-bottom: 1em;
}
#main p, ul {
  line-height: 1.4em;
  margin-bottom: 1.5em;
}
#main ul {
  margin-left: 15px;
  list-style: square;
}
#main a {
  color: #fdb80b; 
  font-weight: bold;
  text-decoration: none;
}
#main a:hover {
  text-decoration: underline;
}
/* Seitenwahl */
#main .pagination {
  margin: 0;
  padding: 0;
}
#main .pagination p {
  margin: 0;
  padding: 0;
}
#main .pagination ul {
  margin: 0; padding: 0;
  list-style: none;
}
#main .pagination ul li {
  float: left;
  margin: 0 0.8em 0 0;
  padding: 0;
}
#main .pagination ul li .pagination_current {
  color: #666;
  font-weight: bold;
}
/* Formulare */
#main .formbody label {
  clear: left;
  display: block; float: left;
  width: 120px;
  margin: 0px 0px 2px 0px; padding: 1px;
}
#main p.error {
  color: #cb1500;
  font-weight: bold;
}
#main .formbody div.error,
#main .formbody label.error {
  color: #fdb80b;
}
#main .formbody input.error,
#main .formbody textarea.error,
#main .formbody label.error {
  border: 1px solid #fdb80b;
}
#main .formbody input.text {
  width: 200px;
  margin: 0px 0px 2px 0px;
  padding: 1px;
}
#main .formbody textarea {
  width: 200px; height: 100px;
  margin: 0px 0px 2px 0px;
  padding: 1px;
}
#main .formbody .checkbox_container {
  padding-left: 125px;
}
#main .formbody .checkbox_container span {
  clear: left;
  display: block;
  margin-bottom: 1px;
}
#main .formbody .checkbox_container input.checkbox {
}
#main .formbody .checkbox_container label {
  display: inline; float: none;
  width: 300px;
}
#main .formbody .submit_container {
  margin: 0px 0px 0px 120px;
  padding: 1px;
}
#main .formbody br {
  clear: left;
  font-size: 1px; height: 1px;
}


/* Footer mit Adresse und abschließendem Schatten */
#footer p {
  width: 780px;
  text-align: center;
}
#footer #bottom {
  position: absolute; top: 30px; left: -10px;
  width: 821px; height: 15px;
  background: url(img/layout/footerbg.gif) no-repeat top left;
}

/* Seitenspezifische Styleangaben, zum Beispiel Kopfbilder */
.aktuelles #main {
  padding-top: 158px;
  background: url(img/content/aktuelles.jpg) no-repeat top left;
}
.callcenter #main {
  padding-top: 158px;
  background: url(img/content/callcenter.jpg) no-repeat top left;
}
.drucksachen #main {
  padding-top: 158px;
  background: url(img/content/drucksachen.jpg) no-repeat top left;
}
.jobs #main {
  padding-top: 158px;
  background: url(img/content/jobs.jpg) no-repeat top left;
}
.kontakt #main {
  padding-top: 158px;
  background: url(img/content/kontakt.jpg) no-repeat top left;
}
.logoentwicklung #main {
  padding-top: 158px;
  background: url(img/content/logo_ol.jpg) no-repeat top left;
}
.marketing #main {
  padding-top: 158px;
  background: url(img/content/marketing.jpg) no-repeat top left;
}
.startseite #main {
  padding-top: 158px;
  background: url(img/content/home.jpg) no-repeat top left;
}
.vermittlung #main {
  padding-top: 158px;
  background: url(img/content/vermittlung.jpg) no-repeat top left;
}
.vertrieb #main {
  padding-top: 158px;
  background: url(img/content/vertrieb.jpg) no-repeat top left;
}
.webdesign #main {
  padding-top: 158px;
  background: url(img/content/webdesign.jpg) no-repeat top left;
}
