body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-image: url(/de/images/hg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FCFCFC;
    }
    .thrColFixHdr #container {
	width: 1000px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/de/images/hg_content.jpg);
	background-repeat: repeat-x;
	background-position: center 264px;
    }
    
    .thrColFixHdr #container_startseite {
	width: 1000px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/de/images/hg_content.jpg);
	background-repeat: repeat-x;
	background-position: center 390px;
    }
    
    .thrColFixHdr #header {
	height: 192px;
	width: 1000px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
    }
    
    .thrColFixHdr #header_startseite {
	height: 318px;
	width: 1000px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
    }
	
    .thrColFixHdr #navigation {
	height: 72px;
	width: 1000px;
	background-image: url(/de/images/nav_hg.jpg);
	background-repeat: repeat-x;
	}
	
    .thrColFixHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
    .thrColFixHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 24px;
	padding-bottom: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
	color: #666666;
	text-decoration: none;
    }
	
    .thrColFixHdr #sidebar1 h3 {
	margin: 0px;
    }
    
    .thrColFixHdr #sidebar1 hr {
	color: #FFFFFF;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}

    .thrColFixHdr #sidebar1 #adresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 135%;
	color: #999999;
	text-decoration: none;
    }
    
    .thrColFixHdr #sidebar1 #adresse a {
	color: #999999;
	text-decoration: underline;
    }
    
    .thrColFixHdr #sidebar1 #adresse a:hover {
	color: #666666;
	text-decoration: underline;
    }
	
    .thrColFixHdr #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 224px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding-top: 12px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-bottom: 12px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #A7D01D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
	color: #FFFFFF;
	text-decoration: none;
    }
	
    .thrColFixHdr #sidebar2 a {
	color: #FFFFFF;
	text-decoration: underline;
    }
	
    .thrColFixHdr #sidebar2 h3 {
	margin: 0px;
    }
	
    .thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 224px;
	margin-bottom: 0;
	margin-left: 224px;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 135%;
	color: #666666;
	text-decoration: none;
    }
	
    .thrColFixHdr #mainContent a {
	line-height: 135%;
	color: #99C529;
	text-decoration: underline;
    }
	
    .thrColFixHdr #mainContent a:hover {
	line-height: 135%;
	color: #99C529;
	text-decoration: underline;
    }
	
    .thrColFixHdr #mainContent h1 {
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 135%;
	color: #666666;
	text-decoration: none;
	margin: 0;
    } 
	
    .thrColFixHdr #mainContent h2 {
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 135%;
	color: #666666;
	text-decoration: none;
	margin: 0;
    }
	
    .thrColFixHdr #mainContent hr {
	color: #FFFFFF;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}

    .thrColFixHdr .spalte_eins {
    margin-right: 20px;
	width: 300px;
	float: left;
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 135%;
	color: #666666;
	text-decoration: none;
    }
    
    .thrColFixHdr .spalte_zwei .bildtext  {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans", Tahoma;
	font-size: 11px;
  	color: #999999;
    }
    
    .thrColFixHdr .spalte_zwei {
	width: 179px;
	float: left;
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 135%;
	color: #666666;
	text-decoration: none;
    }
	
    .thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(/de/images/hg_fusszeile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
    } 
    .thrColFixHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 135%;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
    }
	
    .thrColFixHdr #footer a {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
    }
	
    .thrColFixHdr #footer a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
    }
	
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }

    .ueber_uns {
	text-decoration: none;
	border:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 118px;
	height:72px;
	background-image: url(/de/images/nav_ueber_uns.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

    .ueber_uns:hover { 
  	 background-position: -118px 0;
}

    .ueber_uns_on {
	text-decoration: none;
	border:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 118px;
	height:72px;
	background-image: url(/de/images/nav_ueber_uns.jpg);
	background-repeat: no-repeat;
	background-position: -118px 0;
	float: left;
}

    .partner {
	text-decoration: none;
	border:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 77px;
	height:72px;
	background-image: url(/de/images/nav_partner.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

    .partner:hover { 
  	 background-position: -77px 0;
}

    .partner_on {
	text-decoration: none;
	border:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 77px;
	height:72px;
	background-image: url(/de/images/nav_partner.jpg);
	background-repeat: no-repeat;
	background-position: -77px 0;
	float: left;
}

    .technologien {
	text-decoration: none;
	border:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 116px;
	height:72px;
	background-image: url(/de/images/nav_technologien.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

    .technologien:hover { 
  	 background-position: -116px 0;
}

    .technologien_on {
	text-decoration: none;
	border:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 116px;
	height:72px;
	background-image: url(/de/images/nav_technologien.jpg);
	background-repeat: no-repeat;
	background-position: -116px 0;
	float: left;
}

    .leistungen {
	text-decoration: none;
	border:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 99px;
	height:72px;
	background-image: url(/de/images/nav_leistungen.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

    .leistungen:hover { 
  	 background-position: -99px 0;
}

    .leistungen_on {
	text-decoration: none;
	border:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 99px;
	height:72px;
	background-image: url(/de/images/nav_leistungen.jpg);
	background-repeat: no-repeat;
	background-position: -99px 0;
	float: left;
}

    .publikationen {
	text-decoration: none;
	border:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 119px;
	height:72px;
	background-image: url(/de/images/nav_publikationen.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

    .publikationen:hover { 
  	 background-position: -119px 0;
}

    .publikationen_on {
	text-decoration: none;
	border:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 119px;
	height:72px;
	background-image: url(/de/images/nav_publikationen.jpg);
	background-repeat: no-repeat;
	background-position: -119px 0;
	float: left;
}

    .kontakt {
	text-decoration: none;
	border:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 78px;
	height:72px;
	background-image: url(/de/images/nav_kontakt.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

    .kontakt:hover { 
  	 background-position: -78px 0;
}

    .kontakt_on {
	text-decoration: none;
	border:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 78px;
	height:72px;
	background-image: url(/de/images/nav_kontakt.jpg);
	background-repeat: no-repeat;
	background-position: -78px 0;
	float: left;
}

    .nav_ende {
	text-decoration: none;
	border:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 393px;
	height:72px;
	background-image: url(/de/images/nav_ende_start.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

    .nav_ende_innen {
	text-decoration: none;
	border:0;
	display: block;
	text-indent: -9999px;
	letter-spacing: -9999px;
	font-size:0;
	width: 393px;
	height:72px;
	background-image: url(/de/images/nav_ende.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

    .thrColFixHdr .breite {
	width: 500px;
	}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Webedition intern <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

    .thrColFixHdr .we {
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans", Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 135%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px;
	background-color: #FF0000;
    }
    
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Subnavigation <<<---------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

ul#menu {
}

ul#menu a {
  text-decoration: none;
  color: #333333;
}

ul#menu a:hover {
  text-decoration: underline;
  color: #333333;
}

ul#menu a.current {
  text-decoration: none;
  font-weight: bold;
  color: #333333;
  list-style-image: url(/de/images/nav_pfeil_on.gif);
  list-style-type: none;
}

ul#menu li {
  list-style: none;
  font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans", Tahoma;
  font-size: 12px;
  font-style: normal;
  line-height: 170%;
  font-weight: normal;
  color: #999999;
  list-style-image: url(/de/images/nav_pfeil.gif);
  list-style-type: none;
}

ul#menu li a {
  color: #999999;
}

ul#menu li ul {
  margin: 0;
  padding: 0;
}

ul#menu li ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 8px;
  list-style: none;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif, "Lucida Sans", Tahoma;
  font-size: 12px;
  font-style: normal;
  line-height: 165%;
  font-weight: normal;
  color: #666666;
}

ul#menu li ul li a {
  color: #666666;
}

ul#menu li ul li ul {
  margin: 0 0 0 0;
  padding: 0;
}

ul#menu li ul li ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 8px;
  list-style: none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Servicebox <<<------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#servicebox {
  margin: 0;
  padding: 12px;
  text-decoration: none;
}

    .thrColFixHdr #sidebar2 hr {
	color: #FFFFFF;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}

ul#servicebox {
  margin-left: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0;
  list-style-image: url(/de/images/servicebox_pfeil.gif);
  list-style-type: none;
  text-decoration: none;
}

ul#servicebox a.current {
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}

ul#servicebox a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: normal;
}

ul#servicebox li {
	margin: 0 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans", Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 165%;
	font-weight: normal;
	color: #999999;
	list-style-image: url(/de/images/servicebox_pfeil.gif);
	list-style-type: none;
	text-decoration: none;
}

ul#servicebox li a {
  color: #FFFFFF;
  text-decoration: none;
}

ul#servicebox li ul {
  margin: 0;
  padding: 0;
}

ul#servicebox li ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 8px;
  list-style: none;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif, "Lucida Sans", Tahoma;
  font-size: 12px;
  font-style: normal;
  line-height: 165%;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  list-style-image: url(/de/images/servicebox_pfeil.gif);
  list-style-type: none;
}

ul#servicebox li ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

ul#servicebox li ul li ul {
  margin: 0 0 0 0;
  padding: 0;
}

ul#servicebox li ul li ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 8px;
  list-style: none;
  list-style-image: url(/de/images/servicebox_pfeil.gif);
  list-style-type: none;
}

    #newsletter {
    background-color: #99C529;
    padding: 12px;
    }

    .thrColFixHdr .loginInput input {
	width: 128px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #87B533;
	border-bottom-color: #87B533;
	border-left-color: #87B533;
	border-right-color: #87B533;
    }

    #news_rechts {
    padding: 12px;
    }
    
   #news_rechts .datum {
  font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans", Tahoma;
  font-size: 10px;
    }
    
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Kalender <<<--------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


    .kalender {
      /* Grundformatierung des Kalenders */
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #000000;
      font-family:Verdana, Arial, Helvetica, sans-serif;
      font-size:11px;
    }

    .wtag {
      /* Ein normaler Wochentag */
      background-color: #FFFFFF;
      border-top-width: 1px;
      border-top-style: dotted;
      border-top-color: #CCCCCC;
      line-height : 18px;
    }
    
    .wochenende {
      /* Ein Tag des Wochenendes */
      background-color: #F4F4F4;
      border-top-width: 1px;
      border-top-style: dotted;
      border-top-color: #CCCCCC;
      line-height : 18px;
    }


    .SELECTFELD {
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 12px;
      width: 90px;
    }

    .BUTTON{
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 11px;
      width: 140px;
    }
    

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#FFFFFF;
  filter:alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}

#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 0px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}

#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=60);
  -moz-opacity: 60;
  opacity: 60;
  height:100%;
  width:100%;
}

#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}