/*----------------------------------------------------------------*/
/* CSS by K4SYSTEMS */
/*----------------------------------------------------------------*/


/*----------------------------------------------------------------*/
/* Allgemeines */
/*----------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  font-size: 82.5%;
  background: #CFD0D2 url(../bilder/back_body.gif) left bottom repeat-Y;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
  font-family: Arial,"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  color: #000;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: disc;
}

img, a img {
  border: 0;
}

form {
  display: inline;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted;
}


/*----------------------------------------------------------------*/
/* h1 und co */
/*----------------------------------------------------------------*/
p {
  line-height: 1.4em;
  margin: 0 0 1.0em 0;
}

a {
  color: #003D79;
}

h1 {
  color: #003D79;
  font-size: 1.4em;
  margin-bottom: 1.5em;
}

#startseite h1 {
  color: #fff;
  font-size: 1.5em;
}

h2 {
  font-size: 1.3em;
  color: #003D79;
  margin-top: 2.0em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.1em;
  color: #000;
  margin-top: 1.5em;
  margin-bottom: 0.3em;
}

h6 {
  font-size: 0.9em;
  font-weight: normal;
  color: #555;
}

/*----------------------------------------------------------------*/
/* pseudoklassen */
/*----------------------------------------------------------------*/
.clear {
  clear: both;
}

.versteckt, .no_screen {
  display: none;
}

.rahmen {
  border: 1px solid #003D79;
  padding: 2px;
  background: #fff;
}

img.rechts {
  float: right;
  display: inline;
  margin-left: 1.0em;
  margin-bottom: 1.0em;
}

img.passbild {
  border: 3px solid #81A9BD;
  padding: 3px;
  background: #fff;
}

.videoplayer {
  margin-bottom: 10px;
}


/*----------------------------------------------------------------*/
/* bereiche */
/*----------------------------------------------------------------*/
#wrap {
  background: transparent url(../bilder/back_wrap.gif) left top repeat-X;
}

#software #wrap {
  background: transparent url(../bilder/back_wrap_software.gif) left top repeat-X;
}

#header {
  background: transparent url(../bilder/back_header.gif) 235px bottom no-repeat;
  height: 178px;
  overflow: hidden;
}

#software #header {
  background: transparent url(../bilder/back_header_software.gif) 235px bottom no-repeat;
}

#header #logo {
  padding-top: 10px;
  padding-left: 15px;
  float: left;
  display: inline;
  margin-right: 437px;
  height: 76px;
  overflow: hidden;
}

#header p {
  color: #A3A3A3;
  font-size: 0.8em;
  float: left;
  display: inline;
  margin-left: 20px;
  padding-top: 20px;
}

#header p a {
  color: #a3a3a3;
  text-decoration: none;
}

#header p a:hover {
  text-decoration: underline;
}

#header #iconnavi {
  clear: both;
  background: #fff;
  width: 233px;
  padding-right: 2px;
  height: 87px;
  overflow: hidden;
}

#header #iconnavi ul, #header #iconnavi li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header #iconnavi ul {
  clear: both;
  width: 233px;
  margin-top: 14px;
}

#header #iconnavi li {
  display: inline;
  float: left;
  margin-top: 9px;
}

#header #iconnavi li a {
  background: #CFD0D2;
  color: #003D79;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: auto;
  padding: 4px;
  font-size: 0.9em;
}

#header #iconnavi li a#zur_startseite {
  background: #CFD0D2 url(../bilder/icon_home.gif) center center no-repeat;
  width: 70px;
}

#header #iconnavi li a#zur_sitemap {
  background: #CFD0D2 url(../bilder/icon_sitemap.gif) center center no-repeat;
  width: 70px;
}

#header #iconnavi li a#lang_de {
  background: #CFD0D2 url(../bilder/flag_de.gif) center center no-repeat;
  width: 30px;
}

#header #iconnavi li a#lang_en {
  background: #CFD0D2 url(../bilder/flag_en.gif) center center no-repeat;
  width: 30px;
}

#header #iconnavi li a:hover, #header #iconnavi li a#lang_en:hover, #header #iconnavi li a#lang_de:hover, #header #iconnavi li a#zur_sitemap:hover, #header #iconnavi li a#zur_startseite:hover {
  background-color: #7D888C;
  color: #fff;
}



/*----------------------------------------------------------------*/
/* content */
/*----------------------------------------------------------------*/
#content {
  margin-top: 17px;
  clear: both;
  background: transparent url(../bilder/back_content.gif) left top no-repeat;
  width: 960px;
  padding-top: 6px;
}

#links {
  float: left;
  display: inline;
  width: 235px;
}

#inhalt {
  float: right;
  display: inline;
  width: 680px;
  margin-right: 30px;
}

#inhalt .spalte0 {
  float: left;
  display: inline;
  width: 420px;
}

#inhalt .spalte1 {
  float: right;
  display: inline;
  width: 240px;
  padding-top: 180px;
}

#inhalt ul {
  margin-bottom: 1.0em;
}

#inhalt li {
  margin-left: 16px;
  list-style: square;
}

#inhalt .table_bilder td p {
  margin: 0;
}

#inhalt .table_bilder td img {
  margin-top: 5px;
  margin-right: 5px;
}


/*----------------------------------------------------------------*/
/* suche */
/*----------------------------------------------------------------*/
#quicksearch {
  margin-bottom: 6px;
  margin-left: 15px;
}

#quicksearch #suchfeld, #suche_suchfeld {
  background: #fff url(../bilder/back_suche.gif) left center no-repeat;
  padding-left: 20px;
  width: 100px;
  height: 20px;
  line-height: 20px;
  margin-right: 3px;
}

#suche_suchfeld {
  width: 200px;
}

/*----------------------------------------------------------------*/
/* topnavi */
/*----------------------------------------------------------------*/
#content #links ul li {
}

#content #links ul li a {
  color: #003D79;
  display: block;
  width: 220px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 15px;
}

#content #links ul li.selected a, #content #links ul li a:hover {
  background: transparent url(../bilder/back_topnavi_li.gif) left top no-repeat;
}

#content #links ul li a:hover {
  text-decoration: underline;
}

#content #links ul ul {
  margin-left: 5px;
  margin-bottom: 10px;
}

#content #links ul ul li a, #content #links ul li.selected ul li a {
  text-transform: none;
  width: 215px;
  font-weight: normal;
  background: none;
}

#content #links ul li.selected ul li.selected a {
  font-weight: bold;
}


/*----------------------------------------------------------------*/
/* kontaktformular */
/*----------------------------------------------------------------*/
span.cx_pflicht {
  color: #FE0000;
  font-weight: bold;
  font-size: 1.4em;
}

input.cx_pflicht, textarea.cx_pflicht {
  background: #FF6D6E;
  color: #fff;
}

.cx_error {
  border: 1px solid #FE0000;
  color: #fff;
  background: #FF6D6E;
  padding: 0.5em;
}

table.kontaktformular {
  margin: 2.0em 0em;
}

table.kontaktformular .spalte-1, table.kontaktformular .spalte-2 {
  vertical-align: top;
  padding-bottom: 0.3em;
}

table.kontaktformular .spalte-1 {
  width: 120px;
}

table.kontaktformular .spalte-2 input, table.kontaktformular .spalte-2 textarea, table.kontaktformular .spalte-2 select, .submit {
  padding: 0.1em;
}

table.kontaktformular .spalte-2 input, table.kontaktformular .spalte-2 textarea {
  width: 280px;
}

.submit {
  text-align: center;
}

p.kontaktformular {
  text-align: center;
}


/*----------------------------------------------------------------*/
/* suche */
/*----------------------------------------------------------------*/
input, textarea, select {
  color: #000;
}

.suchcontainer {
  color: #000;
  margin-bottom: 8.0em;
}

.suchcontainer_abstand_klein {
  margin-bottom: 0.5em;
}

.suchcontainer a {
  color: #000;
}

.suchcontainer table td {
  padding-right: 10px;
}

.suchcontainer .plz, .suchcontainer .halb {
  width: 80px;
}

.suchcontainer input {
  margin: 0.1em 0;
}

.suchcontainer textarea {
  width: 97%;
  margin: 0.1em 0;
}

.btn {
  text-align: center;
}

.suchergebnis {
  margin-top: 0.5em;
  border: 1px solid #003D79;
  border-width: 1px 0;
  margin-bottom: 1.0em;
}

.formular_suche_btn {
  text-align: center;
}

.suche_like_text, .suche_like_text:visited {
  text-decoration: none;
  color: #000;
}

.suchergebnis li p {
  padding: 0;
  margin: 0;
}

.suchergebnis li {
  margin-bottom: 1.5em;
  padding-left: 20px;
  margin-top: 0.2em;
  background: transparent url(../bilder/back_topnavi_li.gif) left top no-repeat;
}

.suchergebnis li h5 {
  text-decoration: underline;
  font-size: 1.1em;
}

.suchergebnis .suche_last_edit, .suchergebnis a.suche_a {
  font-size: 0.8em;
}

.suchtreffer {
  border-bottom: 1px dotted;
}


/*----------------------------------------------------------------*/
/* sitemap */
/*----------------------------------------------------------------*/
.sitemap {
  margin-bottom: 2.0em;
}

.sitemap li {
  background: transparent url(../bilder/back_topnavi_li.gif) left top no-repeat;
  padding-left: 15px;
  font-size: 1.1em;
  font-weight: bold;
}

.sitemap li ul {
  margin-bottom: 1.0em;
}

.sitemap li ul li {
  background: none;
  font-size: 0.9em;
  padding: 0;
  line-height: 1.3em;
  font-weight: normal;
}


/*----------------------------------------------------------------*/
/* startseite */
/*----------------------------------------------------------------*/
#home_box {
  height: 184px;
  overflow: hidden;
}

#startseite #home_box {
  height: 154px;
}

#home_news_termine p a.headline {
  display: block;
  background: none;
  padding: 0;
}

