/* --------------------------------------------------------------------------------------------------------------------------- --
--                                                                                                                             --
-- Styles fuer das Layout                                                                                                      --
--                                                                                                                             --
-- Denz Consulting                                                                                                             --
--                                                                                                                             --
-- 21.04.2009                                                                                                                  --
--                                                                                                                             --
-- --------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------- Formatierung von HTML-Elementen ------------------------------------------------- */

html  {
  height: 100%; 
  max-height: 100%; 
  padding: 0; 
  margin: 0; 
  border: 0; 
  font: 100.01%/1.4 Arial, Helvetica, sans-serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
  overflow: hidden; 
/* */ 
  }

body  {
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #FFFFFF;
  overflow: hidden; 
  font: 100.01%/1.4 Arial, Helvetica, sans-serif;
  scrollbar-face-color: #D0D7DE; 
  scrollbar-base-color: #909CAB; 
  scrollbar-track-color: #F7FBFF; 
  scrollbar-highlight-color: #F7FBFF; 
  scrollbar-shadow-color: #909CAB; 
  scrollbar-3dlight-color: #909CAB; 
  scrollbar-arrow-color: #909CAB; 
  scrollbar-darkshadow-color: #A9BFE1;
  }


/* ----------------------------------------- Blöcke -------------------------------------------------------------------------- */

#hintergrund  {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #FFFFFF;
  }

#alles  {
  position: relative;
  width: 990px;
  height: 100%;
  text-align: left;
  font: 100.01%/1.4 Arial, Helvetica, sans-serif;
  color: #000000;
  padding: 0;
  margin: auto;
  border: 0;
  background-color: #FFFFFF;
  }

#blockTop  {
  z-index: 6;
  height: 100px;
  width: 990px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color:#FFFFFF;
  background-image: url(/de/wLayout/design/img/backgrounds/bg_hintergrund.gif);
  background-repeat:repeat-x;
  }

#blockBottom  {
  z-index: 6;
  position: absolute;
  bottom: 1px;
  height: 100px;
  width: 100%;
  width: 990px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color:#FFFFFF;
  background-image: url(/de/wLayout/design/img/backgrounds/bg_fuss.gif);
  background-repeat:no-repeat;
  }

#blockInhalt  {
  position: absolute;
  left: 270px;
  top: 120px;
  bottom: 120px;
  overflow: auto;  
  width: 470px;
  padding: 0px 10px 0px 0px;
  margin: 0;
  border: 0;
  background-color:#FFFFFF;
  }
* html #blockInhalt  {
  z-index: -1;
  height: 100%; 
  top: 0; 
  bottom: 0; 
  border-top: 120px solid #FFFFFF; 
  border-bottom: 120px solid #FFFFFF;
  }
#blockInhaltStart  {
  position: absolute;
  left: 20px;
  top: 120px;
  bottom: 120px;
  overflow: auto;
  width: 720px;
  padding: 0px 10px 0px 0px;
  margin: 0;
  border: 0;
  background-color:#FFFFFF;
  }
* html #blockInhaltStart  {
  z-index: -1;
  height: 100%; 
  top: 0; 
  bottom: 0; 
  border-top: 120px solid #FFFFFF; 
  border-bottom: 120px solid #FFFFFF;
  }
  
#blockImage  {
  z-index: 9999;
  position: absolute;
  top: 100px;
  overflow: hidden;
  left: 0px;
  height: 210px;
  width: 250px;
  padding: 0;
  margin: 0;
  border: 0;
  }
#blockLinks  {
  z-index: 9998;
  position: absolute;
  top: 320px;
  left: 20px;
  overflow: auto;
  width: 230px;
  padding: 0;
  margin: 0;
  border: 0;
  }
#blockLinksStart  {
  z-index: 9998;
  position: absolute;
  top: 320px;
  left: 20px;
  overflow: auto;
  width: 230px;
  padding: 0;
  margin: 0;
  border: 0;
  }
* html #blockLinksStart  {
  z-index: -1;
  height: 100%; 
  top: 0; 
  bottom: 0; 
  border-top: 320px solid #FFFFFF; 
  border-bottom: 120px solid #FFFFFF;
  }
#blockRechts  {
  position: absolute;
  top: 120px;
  overflow: hidden;
  right: 0px;
  width: 230px;
  padding: 0px 0px 0px 0px;
  margin: 0;
  border: 0;
  }
  
/* -----------------------------------------  Elemente ----------------------------------------------------------------------- */

#blockTop .elementLogo  {
  position: absolute  ;
  top: 20px;
  left: 20px;
  }
#blockTop .elementStandorte  {
  position: absolute  ;
  top: 31px;
  left: 270px;
  line-height: 12px;
  height: 12px;
  width: 500px;
  vertical-align: middle;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #002D45;
  }
#blockTop .elementNav1Level  {
  position: absolute;
  left: 270px;
  top: 80px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
  }
#blockBottom .elementCopyright  {
  left: 20px;
  bottom: 1px;
  position: absolute  ;
  line-height: 28px;
  height: 28px;
  width: 250px;
  vertical-align: middle;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  }
#blockBottom .elementSystemNav  {
  position: absolute  ;
  right: 20px;
  bottom: 1px;
  line-height: 28px;
  height: 28px;
  width: 550px;
  vertical-align: middle;
  text-align: right;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  }
#blockBottom .elementSystemNav a  {
  color: #FFFFFF;
  text-decoration: underline;
  }
#blockBottom .elementSystemNav a:hover  {
  color: #D0D7DE;
  text-decoration: underline;
  }

#blockRechts .elementKasten  {
  border: 1px solid #909CAB;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0 0 20px 0;
  }
#blockRechts .elementKasten h1  {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #909CAB;
  padding: 0px 10px;
  margin: 0;
  }
#blockRechts .elementKasten p  {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  font-weight: normal;
  color: #909CAB;
  margin: 0;
  padding: 5px 10px;
  }
#blockRechts .elementKasten p .titel  {
  width: 40px;
  color: #5F0C14;
  }
#blockRechts .elementKasten p a  {
  color: #909CAB;
  text-decoration: underline;
  }
#blockRechts .elementKasten p a:hover  {
  color: #002D45;
  text-decoration: underline;
  }
#blockRechts .elementKasten .support  {
  text-align: center;
  border: 0;
  margin: 0;
  padding: 5px 10px;
  }

#blockInhalt .elementHeadline h1,
#blockInhalt .elementText h2  {
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  font-weight: bold;
  color: #5F0C14;
  padding: 0px;
  }
#blockInhalt .elementText,
#blockInhalt .elementText p,
#blockInhalt .elementText td,
#blockInhalt .elementStandard .text  {
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  font-weight: normal;
  color: #444444;
  padding: 3px 0px;
  }
#blockInhalt .elementHeadline h2  {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #909CAB;
  padding: 0px 10px;
  margin: 0;
  }
#blockInhalt .elementHeadline h3  {
  font-size: 13px;
  font-weight: normal;
  color: #002D45;
  margin: 4px 0px 0px 0px;
  line-height: 15px;
  border-bottom: 1px dotted #909CAB;
  padding: 0px;
  }
#blockInhalt .elementText hr  {
  background-color:#909CAB; 
  color:#909CAB; 
  height:1px; 
  border-style:none;
  }
#blockInhalt .elementText h3  {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-weight: normal;
  color: #5F0C14;
  padding: 14px 0px 0px 0px;
  }
#blockInhalt .elementStandard .text strong,
#blockInhalt .elementText p strong  {
  font-weight: bold;
  }
#blockInhalt .elementStandard .text iframe,
#blockInhalt .elementText iframe  {
  border: 1px dotted #95c125;
  }
#blockInhalt .elementText ol  {
  list-style-type:decimal;
  }
#blockInhalt .elementText ol li  {
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  font-weight: normal;
  color: #5F0C14;
  padding: 3px 0px;
  margin: 0px 0px 0px 50px;
  }
#blockInhalt .elementText ul  {
  list-style-type:none;
  margin: 0px;
  padding: 0px;
  }
#blockInhalt .elementText ul li  {
  background-image:url(/de/wLayout/design/img/ul_10x10.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  font-weight: normal;
  color: #5F0C14;
  padding: 3px 0px 3px 20px;
  margin: 0px;
  }
#blockInhalt .elementStandard a,
#blockInhalt .elementText a    {
  color: #000000;
  text-decoration: none;
  }
#blockInhalt .elementStandard a:hover,
#blockInhalt .elementText a:hover  {
  color: #444444;
  text-decoration: none;
  }

#blockInhalt .elementStandard .text, 
#blockInhalt .elementStandard .text p  {
  text-align: justify;
  margin: 4px 10px 15px 0px;
  }

#blockInhalt .elementText .Kontakt,
#blockInhalt .elementText .Kontakt,
#blockInhalt .elementText td  {
  margin: 0;
  border: 0;
  padding: 0;
  }
#blockInhalt .elementText .KontaktLinks,
#blockInhalt .elementText .KontaktMitte,
#blockInhalt .elementText .KontaktRechts  {
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  font-weight: normal;
  color: #444444;
  padding: 3px 0px;
  }
#blockInhalt .elementText .KontaktLinks  {
  width: 200px;
  }
#blockInhalt .elementText .KontaktMitte  {
  width: 30px;
  }
#blockInhalt .elementText .KontaktRechts  {
  width: 170px;
  }
#blockInhalt .elementAktuell  {
  margin: 20px 0px 0px 0px;
  }
#blockInhalt .elementAktuell .fragmentNewsEntry  {
  font-size: 10pt;
  color: #ac1a31;
  margin: 0px 10px 0px 0px;
  line-height: 1.1;
  padding: 0px 0px 0px 5px;
  border-left: 10px solid #95c125;
  }

#blockInhalt .elementForm    {
  }
#blockInhalt .elementForm table  {
  background-color: #FFFFFF;
  border: 1px solid #909CAB;
  border-bottom: 0;
  }
#blockInhalt .elementForm tr  {
  padding: 0;
  margin: 0;
  border: 0;
  height: 34px;
  }
#blockInhalt .elementForm td  {
  padding: 0;
  margin: 0;
  border: 0;
  }
#blockInhalt .elementForm td.formCaption  {
  width: 150px;
  font-size: 12px;
  vertical-align: middle;
  padding: 0px 10px;
  color: #5F0C14;
  border-bottom: 1px solid #909CAB;
  }
#blockInhalt .elementForm td.formButton,
#blockInhalt .elementForm td.formRadio,
#blockInhalt .elementForm td.formValue  {
  font-size: 12px;
  width: 310px;
  padding: 5px 0px;
  vertical-align: middle;
  border-bottom: 1px solid #909CAB;
  }
#blockInhalt .elementForm td.formValue  input  {
  width: 300px;
  font-size: 14px;
  vertical-align: middle;
  padding:5px;
  color: #FFFFFF;
  background-color: #909CAB;
  }
#blockInhalt .elementForm td.formRadio .formRadioInteressen  {
  width: 150px;
  display: inline;
  float: left;
  }
#blockInhalt .elementForm td.formRadio .formInteressenText  {
  clear: both;
  width: 300px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  padding:0px;
  }
#blockInhalt .elementForm td.formRadio  input  {
  width: 30px;
  font-size: 12px;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: #909CAB;
  }
#blockInhalt .elementForm td.formValue  textarea  {
  width: 299px;
  height: 50px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding:5px;
  color: #FFFFFF;
  background-color: #909CAB;
  }
#blockInhalt .elementForm td.formButton input  {
  width: 300px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  vertical-align: middle;
  padding:5px;
  color: #FFFFFF;
  background-color: #5F0C14;
  }

#blockInhalt .elementSitemap  {
  font-size: 10pt;
  font-weight: normal;
  color: #ac1a31;
  line-height: 12pt;
  margin: 0px 10px 0px 0px;
  padding: 0;
  }
#blockInhalt .elementSitemap ul  {
  list-style: none;
  margin: 0px;
  padding: 0px;
  }

#blockInhalt .elementText .fragmentNewsEntry {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  background-color: #FFFFFF;
  border: 1px solid #909CAB;
  left: 0px;
  overflow: hidden;
  }
#blockInhalt .elementText .fragmentNewsEntry h1  {
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #909CAB;
  margin: 0;
  padding: 0px 10px;
  }
#blockInhalt .elementText .fragmentNewsEntry h1 img  {
  border: 0; 
  float: left;
  margin: 5px 5px 0px 0px;
  }
#blockInhalt .elementText .fragmentNewsEntry p {
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  font-weight: normal;
  padding: 5px 10px;
  margin: 0;
  color: #444444;
  }

/* -----------------------------------------  Weblics ----------------------------------------------------------------------- */

#blockInhalt .includeWeblic .elementText p  {
  font-size: 10pt;
  font-weight: normal;
  color: #444444;
  line-height: 13pt;
  margin: 4px 0px 4px 0px;
  padding: 0;
  }

#blockInhalt .includeWeblic .elementFunctionsAdmin  {
  text-align: right;
  margin: 10px;
  padding: 0px;
  }
#blockInhalt .includeWeblic .elementFunctionsAdmin .buttonDefault  {
  cursor: pointer;
  cursor: hand;
  text-align: center;
  font-weight: normal;
  color: #b80000;
  background-color: #ffe4e1;
  line-height: 22px;
  margin: 4px 0px 4px 0px;
  padding: 0px 4px 0px 4px;
  border: 1px solid #b80000;
  }
#blockInhalt .includeWeblic .elementFunctionsAdmin a.buttonDefault  {
  cursor: pointer;
  cursor: hand;
  text-decoration: none;
  }

#blockInhalt .includeWeblic .elementList  {
  margin:  0px;
  padding: 0px;
  }
#blockInhalt .includeWeblic .elementList .listValue    {
  padding:0;
  clear:both;
  margin: 0px 10px 10px 0px;
  background-color: #FFF1F0;
  }
#blockInhalt .includeWeblic .elementList .listValue .textBold  {
  font-size: 10pt;
  font-weight: bold;
  color: #444444;
  background-color: #FFE4E1;
  margin: 4px 0px 10px 0px;
  line-height: 16pt;
  border-left: 15px solid #b80000;
  padding: 0 0 0 5px;
  }
#blockInhalt .includeWeblic .elementList .listValue .topicText      {
  font-size: 10pt;
  font-weight: normal;
  color: #444444;
  line-height: 13pt;
  padding:0 0 0 20px;
  clear:both;
  margin: 0px 10px 10px 0px;
  background-color: #FFF1F0;
  }
#blockInhalt .includeWeblic .elementList .listValue .textSmall      {
  font-size: 8pt;
  font-weight: normal;
  color: #b80000;
  line-height: 13pt;
  padding:0 0 5px 20px;
  margin: 0px 10px 10px 0px;
  background-color: #FFF1F0;
  }
#blockInhalt .includeWeblic .elementList .listValue .textSmall a     {
  font-size: 8pt;
  font-weight: normal;
  color: #b80000;
  }
#blockInhalt .includeWeblic .elementList .listValue .listButton .buttonDefault  {
  cursor: pointer;
  cursor: hand;
  text-align: center;
  font-weight: normal;
  color: #b80000;
  background-color: #ffe4e1;
  line-height: 22px;
  margin: 4px 0px 4px 0px;
  padding: 0px 4px 0px 4px;
  border: 1px solid #b80000;
  }

#blockInhalt .includeWeblic .elementEditGroup  {
  margin:  0px;
  padding: 0px;
  }
#blockInhalt .includeWeblic .elementEditGroup  .fragmentEditGroupHead     {
  font-size: 10pt;
  font-weight: bold;
  color: #FFE4E1;
  background-color: #b80000;
  margin: 4px 10px 0px 0px;
  line-height: 16pt;
  border: 1px solid #b80000;
  padding: 0 0 0 19px;
  }
#blockInhalt .includeWeblic .elementEditGroup  .fragmentEditGroupBody     {
  font-weight: normal;
  color: #444444;
  line-height: 13pt;
  padding:5px 0 5px 19px;
  clear:both;
  margin: 0px 10px 10px 0px;
  background-color: #FFF1F0;
  font-size: 10pt;
  border: 1px solid #b80000;
  }
#blockInhalt .includeWeblic .elementEditGroup  .fragmentEditGroupBody .formCaption    {
  padding: 3px 0px 0px 0px;
  font-weight: normal;
  color: #444444;
  line-height: 13pt;
  font-size: 10pt;
  width: 100px;
  }
#blockInhalt .includeWeblic .elementEditGroup  .fragmentEditGroupBody .formValue    {
  font-weight: normal;
  color: #444444;
  line-height: 13pt;
  font-size: 10pt;
  width: 300px;
  }
#blockInhalt .includeWeblic .elementEditGroup  .fragmentEditGroupBody .formValue input   {
  padding: 3px;
  border: 1px solid #b80000;
  }
#blockInhalt .includeWeblic .elementEditGroup  .fragmentEditGroupBody .formValue select   {
  padding: 3px;
  border: 1px solid #b80000;
  }
#blockInhalt .includeWeblic .elementEditGroup  .fragmentEditGroupBody .formValue textarea   {
  padding: 3px;
  border: 1px solid #b80000;
  }
#blockInhalt .includeWeblic .elementEditGroup  .fragmentEditGroupBody .formButton  {
  text-align: right;
  }
#blockInhalt .includeWeblic .elementEditGroup  .fragmentEditGroupBody a.buttonAdmin  {
  text-align: center;
  font-weight: normal;
  color: #b80000;
  background-color: #ffe4e1;
  line-height: 22px;
  margin: 4px 0px 4px 0px;
  padding: 0px 4px 0px 4px;
  border: 1px solid #b80000;
  cursor: pointer;
  cursor: hand;
  text-decoration: none;
  }

#blockInhalt .includeWeblic .elementTable .gb  {
  width: 98%;
  margin:  0px 8px 0px 0px;
  padding: 0px;
  border: 0;
  }
#blockInhalt .includeWeblic .elementTable .gb .sheetCaptionHeadLeft  {
  font-size: 10pt;
  font-weight: bold;
  color: #444444;
  background-color: #FFE4E1;
  margin: 4px 0px 10px 0px;
  line-height: 16pt;
  border-left: 15px solid #b80000;
  padding: 0 0 0 5px;
  width: 100px;
  }
#blockInhalt .includeWeblic .elementTable .gb .sheetCaptionHeadRight  {
  font-size: 10pt;
  font-weight: bold;
  color: #444444;
  background-color: #FFE4E1;
  margin: 4px 0px 10px 0px;
  line-height: 16pt;
  padding: 0 0 0 5px;
  }
#blockInhalt .includeWeblic .elementTable .gb .sheetCaption      {
  font-size: 9pt;
  font-weight: normal;
  color: #444444;
  line-height: 15pt;
  padding:0 0 0 20px;
  margin: 0px 10px 10px 0px;
  background-color: #FFF1F0;
  }
#blockInhalt .includeWeblic .elementTable .gb .sheetValue      {
  font-size: 9pt;
  font-weight: normal;
  color: #444444;
  line-height: 15pt;
  padding:0 0 0 5px;
  margin: 0px 10px 10px 0px;
  background-color: #FFF1F0;
  }
#blockInhalt .includeWeblic .elementTable .gb .sheetValue a     {
  color: #444444;
  }

/* ----------------------------------------- Formatierung der Navigation ----------------------------------------------------- */

a.aNavTopLevel1     {
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #D0D7DE;
  font-weight: normal;
  padding: 0px 10px 0px 0px;
  vertical-align: middle;
  font-size: 12px;
  }
a.aNavTopLevel1Open    {
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: normal;
  padding: 0px 10px 0px 0px;
  vertical-align: middle;
  font-size: 12px;
  }
a.aNavTopLevel1:hover    {
  color: #FFFFFF;
  }
a.aNavTopLevel1Open:hover   {
  color: #D0D7DE;
  }

a.aNavLeftLevel2     {
  height: 22px;
  line-height: 22px;
  display: block;
  text-decoration: none;
  color: #909CAB;
  font-weight: normal;
  padding: 0px 5px;
  vertical-align: middle;
  font-size: 12px;
  background-color: #FFFFFF;
  }
a.aNavLeftLevel2:hover    {
  color: #002D45;
  }
a.aNavLeftLevel2Open    {
  height: 22px;
  line-height: 22px;
  display: block;
  text-decoration: none;
  color: #002D45;
  font-weight: normal;
  padding: 0px 5px;
  vertical-align: middle;
  font-size: 12px;
  background-color: #FFFFFF;
  }
a.aNavLeftLevel2Open:hover    {
  color: #909CAB;
  }
a.aNavLeftLevel2Selected    {
  height: 22px;
  line-height: 22px;
  display: block;
  text-decoration: none;
  color: #002D45;
  font-weight: normal;
  padding: 0px 5px;
  vertical-align: middle;
  font-size: 12px;
  background-color: #FFFFFF;
  }
a.aNavLeftLevel2Selected:hover  {
  color: #909CAB;
  }
a.aNavLeftLevel2OpenSelected  {
  height: 22px;
  line-height: 22px;
  display: block;
  text-decoration: none;
  color: #002D45;
  font-weight: normal;
  padding: 0px 5px;
  vertical-align: middle;
  font-size: 12px;
  background-color: #FFFFFF;
  }
a.aNavLeftLevel2OpenSelected:hover  {
  color: #909CAB;
  }

a.aNavLeftLevel3     {
  height: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  color: #909CAB;
  font-weight: normal;
  margin: 0px 0px 0px 5px;
  padding: 0px 20px;
  vertical-align: middle;
  font-size: 11px;
  background-color: #FFFFFF;
  background-image:url(/de/wLayout/design/img/icons/navLevel2.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  }
a.aNavLeftLevel3:hover    {
  color: #002D45;
  }
a.aNavLeftLevel3Open    {
  height: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  color: #002D45;
  font-weight: normal;
  margin: 0px 0px 0px 5px;
  padding: 0px 20px;
  vertical-align: middle;
  font-size: 11px;
  background-color: #FFFFFF;
  background-image:url(/de/wLayout/design/img/icons/navLevel2.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  }
a.aNavLeftLevel3Open:hover    {
  color: #909CAB;
  }
a.aNavLeftLevel3Selected    {
  height: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  color: #002D45;
  font-weight: normal;
  margin: 0px 0px 0px 5px;
  padding: 0px 20px;
  vertical-align: middle;
  font-size: 11px;
  background-color: #FFFFFF;
  background-image:url(/de/wLayout/design/img/icons/navLevel2.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  }
a.aNavLeftLevel3Selected:hover  {
  color: #909CAB;
  }
a.aNavLeftLevel3OpenSelected  {
  height: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  color: #002D45;
  font-weight: normal;
  margin: 0px 0px 0px 5px;
  padding: 0px 20px;
  vertical-align: middle;
  font-size: 11px;
  background-color: #FFFFFF;
  background-image:url(/de/wLayout/design/img/icons/navLevel2.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  }
a.aNavLeftLevel3OpenSelected:hover  {
  color: #909CAB;
  }

.navSitemapLevel1 a  {
  text-decoration:none; 
  display:block;
  font-size: 12px;
  font-weight: normal;
  color: #002D45;
  background-color: #FFFFFF;
  margin: 5px 0px 0px 0px;
  line-height: 14px;
  border-left: 10px solid #5F0C14;
  border-bottom: 1px solid #5F0C14;
  padding: 2px 5px;
  }
.navSitemapLevel2 a  {
  text-decoration:none; 
  display:block;
  font-size: 11px;
  font-weight: normal;
  color: #909CAB;
  background-color: #FFFFFF;
  margin: 0px 0px 0px 50px;
  line-height: 12px;
  border: 0;
  border-bottom: 1px solid #909CAB;
  padding: 2px 5px 2px 0px;
  }
.navSitemapLevel3 a  {
  text-decoration:none; 
  display:block;
  font-size: 10px;
  font-weight: normal;
  color: #909CAB;
  background-color: #FFFFFF;
  margin: 0px 0px 0px 50px;
  line-height: 10px;
  border: 0;
  border-bottom: 1px solid #909CAB;
  padding: 2px 5px 2px 20px;
  background-image:url(/de/wLayout/design/img/icons/navLevel2.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
  }
.navSitemapLevel4 a  {
  text-decoration:none; 
  display:block;
  font-size: 8pt;
  font-weight: normal;
  color: #ac1a31;
  background-color: #ebf5cd;
  margin: 0px;
  line-height: 10pt;
  border: 0;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 0 150px;
  }
.navSitemapLevel1 a:hover  {
  color: #909CAB;
  }
.navSitemapLevel2 a:hover,
.navSitemapLevel3 a:hover
.navSitemapLevel4 a:hover  {
  color: #002D45;
  }

/* -----------------------------------------  Elemente im #blockInhalt .elementAkademie ---------------------------------------------------------- */
#blockInhalt .elementAkademie  {
  background-color: #ffffff;
  border: 1px solid #909CAB;
  border-bottom: none;
  font-size: 12px;
  }
#blockInhalt .elementAkademie .elementAkademieBeschreibung  {
  }
#blockInhalt .elementAkademie .elementAkademieZeile  {
  padding: 5px 0px;
  border-bottom: 1px solid #909CAB;
  }
#blockInhalt .elementAkademie .elementAkademieZeile .elementAkademieCaption  {
  float: left;
  width: 120px;
  padding: 0px 10px;
  color: #5F0C14;
  }
#blockInhalt .elementAkademie .elementAkademieZeile .elementAkademieValue  {
  width: 300px;
  color: #444444;
  text-align: left;
  }
#blockInhalt .elementAkademie .elementAkademieZeile .elementAkademieValue p  {
  margin-left: 260px;
  }
#blockInhalt .elementAkademie .elementAkademieZeile .elementAkademieValue a  {
  color: #333333;
  text-decoration: underline;
  }
#blockInhalt .elementAkademie .elementAkademieZeile .elementAkademieValue a:hover  {
  color: #333333;
  text-decoration: none;
  }
#blockInhalt .elementText .fragmentNewsEntryAkademie {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  background-color: #FFFFFF;
  left: 0px;
  overflow: hidden;
  }
  
