/*
-------------------------------------------------------------------------
  File: hlp.css

  HLP Informationsmanagment GmbH Style Sheet Definition
  Copyright 2007 by HLP GmbH
-------------------------------------------------------------------------
*/

body {
	/* white background */
	background-color: #efe9e0;
		/* black foreground */
	color: Black;
	/* center the body content in browser window */
	margin: auto;
	/* padding ("inner margin") leaves space between */
	/* browser window border and html body content */
	padding: 0px;
	/* set width according to browser window width */
	width: auto;
	/* text alignment */
	text-align: justify;
	/* always show right scrollbar (for Firefox) */
	overflow-y: scroll;
}

/* set font family for all */
body,  textarea, li, dt, dd, .copyright, .pubdate, div.legalnotice, h1, h2, h3, h4, h5, #customheader, #customfooter {
        font-family:  Tahoma, Arial, Helvetica, Sans-Serif; font-size: small; font-weight: normal; color: #484645;
}
form {
  margin:0px;padding:0px;
}

li {
  font-size:85%;
  margin:0px 0px 0px 0px;
  padding:0px 0px 10px 0px;
}

ul {
     margin:-0px 0px 0px 0px;
     padding:0px 0px 0px 20px;
}

ul.negative {
     margin:8px 0px 0px 0px;
     padding:0px 0px 0px 20px;
}

.titlegrey {
  font-weight:bold;
  color:#9A9591;
}


p {
  font-size:85%;
  margin-top:0px;
}

.tablecell {
  font-size:85%;
}

select,input {
  font-size:90%;
}

select.formselect {
  width:192px;
}



h1 {
   font-weight:900;
   font-size:135%; 
   color:#62605D;
   margin-bottom:12px;
   margin-top:0px;
}

h2 {
   font-weight:bold;
   font-size:110%;
   color:#62605D;
   margin-top:0px;
   margin-bottom:10px;
}
h3 {
   font-weight:bold;
   font-size:100%;
   color:#62605D;
   margin-top: 0px;
}
h4 {
   font-weight:bold;
   font-size:100%;
   color:#9A9591;
   margin-top: 0px;
   margin-bottom:5px;
}

.apell {
  font-weight:bold;
  color:#495D7A;
}

.surround {
  width:556px;
}

img{
 vertical-align:top;
 padding-right:2px;
}

a:link, a:visited, a:active { 
	color:#000000;
	text-decoration:none;
	font-size:100%;
}

a:hover { 
	text-decoration: underline;
}

a.withArrow,a.withArrow:active,a.withArrow:visited,a.withArrow:link {
	background-image: url(../images/navigation/arrow_red.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	font-size:85%;
    padding-left:10px;
    display: block;
}

a.withArrow:hover {
	background-image: url(../images/navigation/arrow_grey.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	font-size:85%;
    padding-left:10px;
}


/* Grundger�st Contentseiten */
#containerGlobal {
	background-color: #FFFFFF;
	width:982px;
	position: absolute; left: 50%;
	margin:10px 0px 0px -491px;
	border:none;
        min-height:99%;
	}

* html #containerGlobal { height:100%; }

/* +++++++++++++++++++++++++++++++++++++++++++   Header ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Rahmen Header */
#containerHeader {
	background-color: #FFFFFF;
	width:966px; height:68px;
	margin:0px 8px 0px 8px;
	border: none;
}

/* Logo HLP */
.logo {
	background-color: #FFFFFF;
	text-align: left;
	padding:12px 0px 0px 0px;
	border: none;
	float: left;
}

/* Rahmenstruktur f�r die Metanavigation */
#containerMetaNav {
	height:20px;
	background-color: #ffffff;
	position:absolute; right:0px; top:10px;
	border: none;
}

/* Detailangaben Links der Metaavigation */

#containerMetaNav span{
  //vertical-align: bottom;
	font-size:80%;
	color: #62605d;
	float: left;
}

/* Icons Metanavigation & Footer */

#home {
	background-image: url(../images/navigation/meta/home.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding:0px 8px 0px 14px;
}

#faq {
	background-image: url(../images/navigation/meta/faq.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding:0px 8px 0px 14px;
}

#sitemap {
	background-image: url(../images/navigation/meta/sitemap.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding:0px 8px 0px 14px;
}

#login {
	background-image: url(../../../alles_vor_relaunch/bilder/downloads/login.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding:0px 8px 0px 14px;
}

#agb {
	background-image: url(../images/navigation/meta/agb.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding:0px 8px 0px 14px;
}

#impressum {
	background-image: url(../images/navigation/meta/impressum.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding:0px 8px 0px 14px;
}


/* +++++++++++++++++++++++++++++++++++++++++++   Navigation   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ---------------------------   Navigation Top  ---------------------------------------- */

/* Rahmen Navigation */
#containerNavi {
	background-color: #a29d9a;
	width:966px;
	height:28px;
	margin:0px 8px 0px 8px;
}

.containerCellNavi {
	background-image:url(../images/navigation/navi_sep.gif);
	background-repeat:no-repeat;
	background-position: right center;
	background-color: #a29d9a;
	height:22px;
	text-align: center;
	margin:0px 0px 0px 0px;
	padding:6px 2px 0px 5px;
	float: left;
}

.naviSelected {
	background-image:url(../images/navigation/navi_sep.gif);
	background-repeat:no-repeat;
	background-position: right center;
	background-color: #62605D;
}

a.navi:link, a.navi:visited, a.navi:active {
    font-family:  Univers Condensed, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:100%;
	font-weight:bold;
    color:#ffffff;
}

.containerCellSearchGlobal {
	width: 180px;
	height: 28px;
	position: absolute;
	right: 10px;
	background-color: #a29d9a;
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
}

.containerCellSearch {
	background-color: #a29d9a;
	padding: 6px 4px 0px 0px;
    float: left;
}

.containerCellSearch input {
	border: solid;
	border-width: 1px;
	border-color: #656360;
	height: 13px;
}

#searchButton {
	vertical-align: top;
	border: none;
	padding: 2px 0px 0px 1px;
}

.search {
      font-family:  Univers Condensed, Tahoma, Arial, Helvetica, Sans-Serif;
      font-size:87%;
      font-weight: bold;
      vertical-align: text-top;
      color:#ffffff;

}


.submitbutton {
  border:1px solid #d8d0ca;
  background-color:#a8a39f;
  color:#ffffff;
  font-weight:bold;
  margin:0px;
  height:20px;
}

input.fileInput {
 height:18px;
 vertical-align: middle;
}

/* ---------------------------   Navigation Left  ---------------------------------------- */

.navLeft {
  width:190px;
  background-color: #ffffff;
  color: #484645;
  text-align: center;
  border-top:1px dotted #d8d0ca;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.dummyLeft {
  width:190px;
}

.cellNavLeft {
	background-image:url(../images/logo_grey.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-color: #ffffff;
	//min-height:21px;
	text-align: left;
	margin:0px 0px 0px 0px;
	padding:2px 0px 5px 22px;
	border-bottom: 1px dotted #d8d0ca;
}

.cellNavLeftSel {
    background-image:url(../images/logo_orange.gif);
    background-repeat: no-repeat;
	background-position: 6px 6px;
    background-color: #EFE8DE;
    //min-height:21px;
	text-align: left;
	margin:1px 0px 1px 0px;
	padding:2px 0px 5px 22px;
	border: none;
}

a.navL:link, a.navL:visited, a.navL:active {
    font-family:  Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:85%; font-weight:normal; letter-spacing:0.01em;
    color:#484645;
}

a.navLSel:link, a.navLSel:visited, a.navLSel:active {
    font-family:  Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:85%; font-weight:bold; letter-spacing:0.01em;
    color:#cb5d3d;
}

.borderNavLeftSel {
	background-color: #ffffff;
	//height:21px;
	text-align: left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom: 1px dotted #d8d0ca;
}

.navSub {
	background-color: #ffffff;
	text-align: left;
	margin:0px 0px 0px 0px;
	padding:4px 0px 3px 0px;
	border-top: 1px dotted #d8d0ca;
	border-bottom: 1px dotted #d8d0ca;
}

.cellNavSub {
	background-image:url(../images/navigation/dot.gif);
	background-repeat: no-repeat; background-position: 12px 5px;
	background-color: #ffffff;
	//min-height:17px;
	text-align: left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 24px;
	border-bottom: none;
}

.cellNavSubSel {
	background-image:url(../images/navigation/dotred.gif);
	background-repeat: no-repeat; background-position: 12px 5px;
	background-color: #FAF8F6;
	//min-height:17px;
	color:#CB5D3D;
	text-align: left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 24px;
	border-bottom: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++   Content   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Rahmenstruktur f�r die Contentseiten */
#containerContent {
	text-align:center;
	background-color: #ffffff;
	width:966px; height:90%;
	margin:15px 8px 10px 8px;
	border:none;
}


/* +++++++++++++++++++++++++++++++++++++++++++   1. Spalte   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 1.Spalte Contentbereich */
#firstColumn {
	background-color: #FFFFFF; 
	width:190px;height:100%;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	border:none;
	float: left;
}


.pictureFrame1{
  width: 58px; height:46px;
  float: left;
}

.pictureFrame{
  border: 1px solid #d8d0ca;
  padding: 1px;
  margin-right: 5px;
}

.withFrame {
	border: 1px solid #d8d0ca;
	padding: 1px;
	float: left;
	margin-right: 5px;
        margin-bottom: 10px;
}

.withoutFrame {
	border: none;
	padding: 1px;
	float: left;
	margin-right: 5px;
        margin-bottom: 10px;
}

.rightFrame {
	border: 1px solid #d8d0ca;
	padding: 1px;
	float: right;
	margin-left: 5px;
}

.withText {
	border: 1px solid #d8d0ca;
	padding: 1px;
	margin: 0px;

}

.withText img {
	border: none;
	padding: 0px;
	margin: 0px;
}

.withText p {
	font-size: 85%;
	margin: 0px;
	padding: 0px 0px 8px 8px;
	text-align: left;
}

.full {
	width: 557px;
	text-align: center;
}

.left {
	float: left;
	margin-right: 6px;
}

.right {
	float: right;
	margin-left: 6px;
}

div.zoom {
	text-align: right;
	margin: 0px 6px 0px 6px;
	border-top: 1px dotted #d8d0ca;
}


a.zoom,a.zoom:active,a.zoom:visited {
	background-image: url(../images/navigation/meta/zoom.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding:0px 0px 0px 14px;
	color: #9a9591;
    font-size:75%;
	font-weight: normal;
}
/* +++++++++++++++++++++++++++++++++++++++++++   2. Spalte   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 2.Spalte Contentbereich (dreispaltiges Layout)*/
#secondColumn {
	width:570px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 12px;
	border:none;
	float: left;
}

.blockFirstOut {
    width:560px;
	border:1px solid #d8d0ca;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 9px 0px;
	float: clear; 
	overflow:hidden;
}

.picture2{
  	padding: 1px 1px 0px 1px;
  	margin: 0px 0px -2px 0px;
}

.picture2 img{
  	padding: 0px;
}


//deprecated
.blockSecondOut{
   width:562px;
   margin: 0px 0px 0px 0px;
   padding: 6px 0px 0px 0px;
   border: none;
   float: left;
}

//deprecated
.blockSecondIn {
	text-align:center;
	background-color: #ffffff;
    //    width:182px;
	margin:0px 0px 2px 0px;
	border: none;
	float: left;
	overflow:hidden;
}

//deprecated
.space8 {
        width:8px;
	margin:0px 0px 0px 0px;
	border: none;
	float: left;
}





/* +++++++++++++++++++++++++++++++++++++++++++   3. Spalte   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 3.Spalte Contentbereich */
#thirdColumn {
	background-color: #FFFFFF;
	width:190px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 4px;
	float: left;
	border: none;
}


/* +++++++++++++++++++++++++++++++++++++++++++   Teaser general  +++++++++++++++++++++++++++++++++++++++++++ */


.teaserHeader {
	height:17px;
	background-color: #efe9e0;
	margin:1px 1px 0px 1px;
	padding: 3px 0px 0px 5px;
	text-align: left;
	font-size: 85%;
	color: #484645;
}

.teaserHeaderImageMiddle  {
	margin: -8px 0px 0px -4px;
	padding: 0px 0px 0px 0px;
}

.teaserHeaderImageMiddle img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;


}
.grey1 {
	height:17px;
}
.grey2 {
	height:33px;
}

.blue1 {
	background-image:url(../images/bg_blue1.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}

.blue2 {
	height:33px;
	background-image:url(../images/bg_blue2.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}

.orange1 {
	background-image:url(../images/bg_orange1.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}

.orange2 {
	height:33px;
	background-image:url(../images/bg_orange2.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}



.headlineTeaser {
	background-image:url(../images/logo_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	text-transform:uppercase;
	font-weight: bold;
}

.teaserHeaderImage {
    	border: none;
	padding: 1px 1px 0px 1px;
	margin-bottom:-3px;
}

.teaserHeaderImage img {
    	border: none;
	padding: 0px 0px -0px 0px;
	margin: 0px;
}


.logoBlue {
	background-image:url(../images/logo_white_blue.gif);
}

.logoOrange {
	background-image:url(../images/logo_white_orange.gif);
}


//deprecated
.headlineTeaserIcon {
 margin: 1px 0px 0px 0px;
 position:relative; right:0px; top: 0px;
 float: right;
 border:none;
}


.headlineDate{
 text-align: right;
 margin-top: 4px;
 font-size:85%; font-weight: normal; color: #a29d9a;
 float: right;
 border: none;
}

.bodyDate{
 font-size:75%; font-weight: normal; color: #a29d9a;
 margin-left: 16px;
 padding-top: 0px;
 border: none;
}

.imgArrow {
 padding: 0px 2px 0px 2px;
 float: left;
 border: none;
}


.news {
	font-weight:normal;
	color: #484645;
	border: none;
	//font-size: 95%;
}

.more {
    height:15px;
    background-color: #FFFFFF;
    font-size:75%; font-weight: normal;
    margin: 0px 0px 0px 8px;
    padding: 0px 6px 0px 0px;
    text-align: right;
    border: none;
}

a.moreLink:link, a.moreLink:visited, a.moreLink:active {
	background-image: url(../images/navigation/arrow_red.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
    color:#cb5d3d;
    padding-left:10px;
}

a.simpleLink:link, a.simpleLink:visited, a.simpleLink:active,a.simpleLink:hover {
    color:#cb5d3d;
}


a.moreLink:hover {
	background-image: url(../images/navigation/arrow_grey.gif);
    color:#495d7a;
    text-decoration: underline;
}

/* ------------------------------   Teaser width: 190px  ---------------------------------- */

.teaser190 {
  width:188px;
  background-color: #ffffff;
  color: #484645;
  text-align: center;
  border:1px solid #d8d0ca;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  overflow:hidden;
}

.teaser190noframe {
  width:188px;
  background-color: #ffffff;
  color: #484645;
  text-align: center;
  border:0px solid #d8d0ca;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  overflow:hidden;
}

.teaserBody190 {
  width:184px;
  background-color: #ffffff;
  margin: 0px 4px 4px 4px;
  padding: 8px 0px 6px 0px;
  xfont-size: 90%;
  color: #484645;
  text-align:left;
  border-bottom: 1px dotted #d8d0ca;
  float: clear;
}

.teaserText190 {
	xfont-size:95%;
	font-weight: normal;
	color: #484645;
	padding: 0px 0px 0px 5px;
}


/* ------------------------------   Teaser  width: 182px  ---------------------------------- */
.teaser182 {
	width: 180px;
	color: #484645;
	text-align: center;
	border:1px solid #d8d0ca;
	margin-bottom: 10px;
	margin-right: 8px;
	float: left;
}

.teaserBody182 {
	width:178px;
	background-color: #ffffff;
	margin:  0px 0px 4px 1px;
  	padding: 8px 0px 10px 0px;
  	xfont-size: 90%;
	color: #484645;
  	text-align:left;
  	xborder-bottom: 1px dotted #d8d0ca;
}

.bgBody182 {
	background-image: url(../images/bg_body_box1.gif);
	background-repeat: no-repeat;
  	xborder-bottom: 1px dotted #ffffff;
	background-color: #F9F6F3;
}

.teaserBody182 h3{
	font-size:95%;
	font-weight:bold;
	margin: 0px 8px 8px 8px;
}

.teaserBody182 img{
	ymargin: -7px 0px 8px 0px;
	ypadding: 0px 0px 0px 0px;
	margin: 0px 4px 8px 4px;
	padding: 0px 0px 0px 0px;
}

.teaserBody182Icon {
  width:178px; height: 78px; max-height: 78px;
  background-color: #ffffff;
	margin:  0px 0px 4px 1px;
  	padding: 8px 0px 0px 0px;
  font-size: 90%;color: #484645;
  text-align:left;
  border-bottom: 1px dotted #d8d0ca;
  border: none;
  float: clear; overflow:hidden;
}

/* ------------------------------   Teaser  width: 372px  ---------------------------------- */
.teaser372 {
	width: 370px;
	color: #484645;
	text-align: center;
	border:1px solid #d8d0ca;
	margin-bottom: 10px;
  	margin-right: 8px;
	float: left;
}

.teaserBody372 {
	width:368px;
	margin:  0px 0px 4px 1px;
  	padding: 8px 0px 10px 0px;
	xfont-size: 90%;
	color: #484645;
	text-align:left;
	xborder-bottom: 1px dotted #d8d0ca;
}

.bgBody372 {
	background-image: url(../images/bg_body_box2.gif);
	background-repeat: no-repeat;
	background-color: #F9F6F3;
	xborder-bottom: 1px dotted #ffffff;
}

/* ------------------------------   Teaser  width: 562px  ---------------------------------- */
.teaser562 {
	width: 560px;
	color: #484645;
	text-align: center;
	border:1px solid #d8d0ca;
	margin-bottom: 10px;
  	margin-right: 8px;
	float: left;
}

.teaserBody562 {
	width:558px;
	margin:  0px 0px 4px 1px;
  	padding: 8px 0px 10px 0px;
	xfont-size: 90%;
	color: #484645;
	text-align:left;
	xborder-bottom: 1px dotted #d8d0ca;
}

.teaserBody562 h3{
	font-size:95%;
	font-weight:bold;
	margin: 0px 8px 8px 8px;
}

.teaserBody562 img{
	margin: 0px 4px 8px 4px;
	padding: 0px 0px 0px 0px;}

.bgBody562 {
	background-image: url(../images/bg_body_box3.gif);
	background-repeat: no-repeat;
	xborder-bottom: 1px dotted #ffffff;
	background-color: #F9F6F3;
}


/* ------------------------------   Teaser  width: 275px  ---------------------------------- */


.teaser280 {
	width: 275px;
	color: #484645;
	text-align: center;
	border:1px solid #d8d0ca;
	margin-bottom: 10px;
  	margin-right: 8px;
	float: left;
}

.teaserBody280 {
	width:273px;
	margin:  0px 0px 4px 1px;
  	padding: 8px 0px 10px 0px;
	xfont-size: 90%;
	color: #484645;
	text-align:left;
	xborder-bottom: 1px dotted #d8d0ca;
}

.bgBody280 {
	background-image: url(../images/bg_body_box3.gif);
	background-repeat: no-repeat;
	background-color: #F9F6F3;
	xborder-bottom: 1px dotted #ffffff;
}

.teaserBody280 img{
	margin: 0px 4px 8px 4px;
	padding: 0px 0px 0px 0px;
}


.withdots {
  border-bottom: 1px dotted #d8d0ca;
}


.withoutdots {
  margin-bottom: 1px;
}


.height2 {
	height: 169px;
	max-height: 169px;
	float: clear; overflow:hidden;
}

.height0 {
  float: clear; overflow:hidden;
}


.height1 {
	height: 78px;
	max-height: 78px;
	 float: clear; overflow:hidden;
}

.teaserBody372 h3{
	font-size:95%;
	font-weight:bold;
	margin: 0px 8px 8px 8px;
}

.teaserBody372 img{
	ymargin: -7px 0px 8px 0px;
	ypadding: 0px 0px 0px 0px;
	margin: 0px 4px 8px 4px;
	padding: 0px 0px 0px 0px;

}

.teaserText {
     margin: 0px 2px 10px 6px;
}

.checkList {
	background-image: url(../images/check.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	font-size:85%;
	margin: 0px 8px 13px 5px;
	padding: 0px 0px 0px 15px;
}

.linkList {
	font-size:95%;
	margin: 0px 8px 6px 8px;
	padding: 0px 0px 0px 0px;
}

.teaserBody372Icon {
  width:368px; height: 78px; max-height: 78px;
	margin:  0px 0px 4px 1px;
  	padding: 8px 0px 0px 0px;
  font-size: 90%;color: #484645;
  text-align:left;
  border-bottom: 1px dotted #d8d0ca;
  //float: clear; overflow:hidden;
}

/* ------------------------------   Teaser Contact ---------------------------------- */

.teaserHeaderContact {
  background-color: #cbc6bf;
  margin:1px 1px 0px 1px;
  padding: 3px 0px 0px 5px;
  text-align: left;
  font-size: 85%;
  color: #484645;
}

.teaserBodyContact {
  width:184px;
  margin: 1px 1px 0px 1px;
  padding: 8px 1px 1px 1px;
  font-size: 90%;
  color: #484645;
  text-align:left;
  border: none;
  float: clear; overflow:hidden;
  background-color: #efe9e0;
}

.darkdottedline {
  margin: 3px 0px 5px 0px;
  border-bottom: 1px dotted #62605D;
  padding:0px;
}

.teaserBodyContact img{
	margin: 0px 8px 5px 5px;
	padding: 0px 0px 0px 0px;
}

.teaserTextContact {
  background-color: #efe9e0;
  font-size:95%; font-weight: normal; color: #484645;
  padding: 8px 8px 8px 8px;
  margin: 0px 0px 0px 0px;
  border: none;
}


.teaserTextSmall {
	font-size:95%;
	margin: 0px 8px 0px 8px;
	padding-bottom:5px;
}


.zitat {
  font-size:85%;  color: #96918e;
}

.grey {
   color: #96918e;
}


/* +++++++++++++++++++++++++++++++++++++++++++  Fusszeile  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* IE6 workaround */
.pagebottom {
	width: 180px;
	//color: #484645;
	//text-align: center;
	border:none;
	margin-bottom: 10px;
	margin-right: 0px;
	float: left;
}

/* Formatierungen f�r die Fu�zeile */

:root #footer {
	position:absolute; left:0px; bottom:-22px;
}

/* Rahmenstruktur f�r die Links in der Fusszeile */
#footerLinks {
        height:20px;
	background-color: #efe9e0;
	color: #62605d;
	border: none;
	float: left;
}

/* Detailangaben Links in der Fusszeile */

#footerLinks span{
	font-size:80%;
	font-weight: normal;
	vertical-align: bottom;
	margin:0px 8px 0px 0px;
    float: left;
}


.floatingText {
  background-color: #ffffff;
  margin:  0px 0px 0px 1px;
  padding: 0px 8px 0px 0px;
  color: #484645;
  text-align:left;
  border-bottom: 1px dotted #d8d0ca;
  border: none;
}


.newsContainer {
  background-color: #ffffff;
  margin:  0px 0px 13px 1px;
  padding-bottom:5px; padding-top:1px;
  color: #484645;
  text-align:left;
  border-bottom: 1px dotted #d8d0ca
}

.headlineBold {
   font-weight:bold;
   font-size:100%;
   color:#62605D;

}

.dottedborder {
  margin: 0px 0px 10px 0px;
  border-bottom: 1px dotted #d8d0ca;
  border-top: 1px dotted #d8d0ca;
  text-align:center;
  padding:2px;
}

.dottedline {
  margin: 0px 0px 10px 0px;
  border-bottom: 1px dotted #d8d0ca;
  padding:0px;
}

.greybackHeadline {
  width:540px;
  text-align:left;
  background-color:#EFE9E0;                                                                                             +
  height:17px;
  padding:3px 5px 1px 12px;
  text-transform:uppercase; font-weight: bold;
  font-size:85%;
  margin:0px 0px 10px 0px ;
  float: clear; overflow:hidden;
}

.greybackHeadlineLogo {
  background-image:url(../images/logo_orange.gif);
  background-repeat: no-repeat;
  background-position: 6px 6px;
  background-color:#EFE9E0;

  width:537px;
  text-align:left;

  font-size:85%;
  text-transform:uppercase; font-weight: bold;
  //min-height:21px;

  margin:1px 0px 10px 0px;
  padding:4px 0px 4px 22px;
  border: none;
}

.greybackHeadlineLogoLowercase {
  background-image:url(../images/logo_orange.gif);
  background-repeat: no-repeat;
  background-position: 6px 6px;
  background-color:#EFE9E0;

  width:537px;
  text-align:left;

  font-size:85%;
font-weight: bold;
  //min-height:21px;

  margin:1px 0px 10px 0px;
  padding:4px 0px 4px 22px;
  border: none;
}


.sitemap {
  width:275px;
  background-color: #ffffff;
  color: #484645;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}



.cellsitemaplvl1 {
	background-color: #B3AFAC;
	//min-height:21px;
	text-align: left;
	margin:0px 0px 0px 0px;
	padding:2px 0px 5px 10px;
}

.cellsitemaplvl2 {
	background-color: #EFE9E0;
	//min-height:21px;
	text-align: left;
	margin:0px 0px 0px 0px;
	padding:2px 0px 5px 15px;
}

.cellsitemaplvl3 {
	background-color: #FAF8F6;
	//min-height:21px;
	text-align: left;
	margin:0px 0px 0px 0px;
	padding:2px 0px 5px 22px;
}





a.sitemaplvl1:link, a.sitemaplvl1:visited, a.sitemaplvl1:active {
    font-family:  Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:85%; font-weight:normal; letter-spacing:0.01em;
    font-weight:bold;
    color:#ffffff; 
    background-image: url(../images/navigation/arrow_white.gif);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    padding-left:15px;

}

a.sitemaplvl1:hover {
    color:#484645;
    background-image: url(../images/navigation/arrow_black.gif);
}

a.sitemaplvl2:link, a.sitemaplvl2:visited, a.sitemaplvl2:active {
    font-family:  Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:85%; font-weight:normal; letter-spacing:0.01em;
    font-weight:normal;

    background-image: url(../images/navigation/arrow_black.gif);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    padding-left:15px;

}
a.sitemaplvl2:hover {
    color:#cb5d3d;
    background-image: url(../images/navigation/arrow_red.gif);
}


.sitemapdottedline {
  margin: 0px 0px 0px 0px;
  background-color:#ffffff;
  border-bottom: 1px dotted #d8d0ca;
  margin-bottom:1px;
  margin-top:1px;
}

.sitemapend {
  margin: 0px 0px 9px 0px;
  background-color:#ffffff;
}

.teaser275 {
	width: 275px;
	color: #484645;
	text-align: left;
	border:none;
	margin-bottom: 10px;
	margin-right: 8px;
	float: left;
}

.genericTableWithBorder {
        font-size:85%;
        border-width: 1px;
	border-style: none;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

.tableHeader {
  border:1px solid #A8A9AC;
  background-color:#808285;
  color:#ffffff;
  font-weight:bold;
}

.tableCellLightBlue {
  vertical-align:top;
  border:1px solid #A8A9AC;
  background-color:#EEEFF0;
}

.tableCellDarkBlue {
  vertical-align:top;
  border:1px solid #A8A9AC;
  background-color:#D1D2D4;
}

.tableNeutral {
    vertical-align:top;
    border:1px solid #A8A9AC;
     background-color:#FFFFFF;
}

.questionline {
   margin-left:7px;
   margin-right:10px;
   line-height:15px;
   margin-bottom:0px; 
   padding-bottom:0px;
}

.clearer {
  clear:both;
}

.value {
  float:right;
   text-align:right;
   font-size:85%;
}
	
.leftoption {
     float:left;
     font-size:85%;
}







