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

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

* { /*removes all browser defaults with margins, paddings and borders*/ 
  margin: 0px; 
  padding: 0px; 
  border: none; 
  font-family: Arial, Helvetica, sans-serif;
  } 

html,
body  {
  height: 100%; 
  width: 100%; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
  overflow: auto; 
/* */ 
  }

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

#hintergrund  {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000000;
  background-color: #FFFFFF;
  }
.hintergrundLinks  {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 110px;
  background-image:url(/de/wLayout/design/img/backgrounds/bg_top_links.jpg);
  background-repeat: repeat-x;
  }
.hintergrundRechts  {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 110px;
  background-image:url(/de/wLayout/design/img/backgrounds/bg_top_rechts.jpg);
  background-repeat: repeat-x;
  }

#alles  {
  position: relative;
  margin: 0px auto; 
  width: 980px;
  height: 100%;
  text-align: left;
  color: #006cb5;
  background-image:url(/de/wLayout/design/img/backgrounds/bg_top_mitte.jpg);
  background-repeat: no-repeat;
  }

#blockTopLogo  {
  position: absolute;
  top: 20px;
  left: 40px;
  height: 90px;
  width: 180px;
  }
#blockTopNavigation  {
  position: absolute;
  top: 85px;
  right: 130px;
  width: 650px;
  height: 50px;
  text-align: right;
  }

#blockBottom  {
  position: absolute;
  bottom: 5px;
  height: 30px;
  width: 980px;
  }

#blockMitte  {
  position: absolute;
  top: 200px;
  bottom: 120px;
  left: 0px;
  width: 980px;
  height: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientHeight -320 +'px' : body.clientHeight -320 +'px');
  }

#blockBild  {
  position: absolute;
  top: 0px;
  left: 130px;
  width: 850px;
  overflow: none;  
  color: #006bc5;
  }

#blockInhalt  {
  position: absolute;
  top: 210px;
  right: 90px;
  bottom: 0px;
  left: 130px;
  height: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientHeight -210 +'px' : body.clientHeight -210 +'px');
  overflow: auto;  
  color: #006bc5;
  padding: 0 40px 0 0;
  }

#blockInhaltOhneBild  {
  position: absolute;
  top: 0px;
  right: 90px;
  bottom: 0px;
  left: 130px;
  height: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientHeight -0 +'px' : body.clientHeight -0 +'px');
  overflow: auto;  
  color: #006bc5;
  padding: 0 40px 0 0;
  }

/* -----------------------------------------  Elemente im #blockTopLogo ------------------------------------------------------------------- */

#blockTopLogo a img  {
  border: none;
  }
  
/* -----------------------------------------  Elemente im #blockTopNavigation ----------------------------------------------------------------------- */

#blockTopNavigation .elementNav1Level  {
  color: #006bc5;
  right: 130px;
  width: 650px;
  font: 0.9em Arial, Helvetica, sans-serif;
  vertical-align: middle;
  text-align: right;
  }
#blockTopNavigation .elementNav1Level a.aNavTopLevel1     {
  height: 19px;
  line-height: 19px;
  text-decoration: none;
  margin: 0 0 0 15px;
  padding: 0 0 0 20px;
  vertical-align: middle;
  color: #006bc5;
  background-image:url(/de/wLayout/design/img/icons/icon_go_Level1.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  }
#blockTopNavigation .elementNav1Level a.aNavTopLevel1Open    {
  height: 19px;
  line-height: 19px;
  text-decoration: none;
  margin: 0 0 0 15px;
  padding: 0 0 0 20px;
  vertical-align: middle;
  color: #d9001a;
  background-image:url(/de/wLayout/design/img/icons/icon_go_Level1.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  }
#blockTopNavigation .elementNav1Level a.aNavTopLevel1:hover    {
  color: #d9001a;
  background-image:url(/de/wLayout/design/img/icons/icon_go_Level1.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  }
#blockTopNavigation .elementNav1Level a.aNavTopLevel1Open:hover   {
  color: #006cb5;
  background-image:url(/de/wLayout/design/img/icons/icon_go_Level1.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  }

#blockTopNavigation .elementNav2Level  {
  color: #006bc5;
  right: 130px;
  width: 650px;
  margin: 10px 0 0 0;
  font: 0.9em Arial, Helvetica, sans-serif;
  vertical-align: middle;
  text-align: right;
  }
#blockTopNavigation .elementNav2Level a.aNavTopLevel2     {
  height: 19px;
  line-height: 19px;
  text-decoration: none;
  margin: 0 0 0 15px;
  padding: 0 0 0 20px;
  vertical-align: middle;
  color: #006bc5;
  background-image:url(/de/wLayout/design/img/icons/icon_go_Level2.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  }
#blockTopNavigation .elementNav2Level a.aNavTopLevel2Selected     {
  height: 19px;
  line-height: 19px;
  text-decoration: none;
  margin: 0 0 0 15px;
  padding: 0 0 0 20px;
  vertical-align: middle;
  color: #d9001a;
  background-image:url(/de/wLayout/design/img/icons/icon_go_Level2.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  }
#blockTopNavigation .elementNav2Level a.aNavTopLevel2Open    {
  height: 19px;
  line-height: 19px;
  text-decoration: none;
  margin: 0 0 0 15px;
  padding: 0 0 0 20px;
  vertical-align: middle;
  color: #d9001a;
  background-image:url(/de/wLayout/design/img/icons/icon_go_Level2.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  }
#blockTopNavigation .elementNav2Level a.aNavTopLevel2:hover    {
  color: #d9001a;
  background-image:url(/de/wLayout/design/img/icons/icon_go_Level2.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  }
#blockTopNavigation .elementNav2Level a.aNavTopLevel2Open:hover   {
  color: #006cb5;
  background-image:url(/de/wLayout/design/img/icons/icon_go_Level2.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  }

/* -----------------------------------------  Elemente im #blockBottom ----------------------------------------------------------------------- */

#blockBottom .elementLinks  {
  bottom: 0px;
  left: 130px;
  position: absolute  ;
  height: 30px;
  width: 200px;
  text-align: left;
  vertical-align: bottom;
  font: 0.8em/1.2 Arial, Helvetica, sans-serif;
  color: #006cb5;
  }
#blockBottom .elementLinks a  {
  color: #006cb5;
  text-decoration: none;
  }
#blockBottom .elementLinks a:hover  {
  color: #d9001a;
  text-decoration: underline;
  }  
#blockBottom .elementRechts  {
  bottom: 0px;
  right: 130px;
  position: absolute  ;
  height: 20px;
  width: 560px;
  text-align: right;
  vertical-align: bottom;
  font: bold 1.1em/1.0 Arial, Helvetica, sans-serif;
  color: #006cb5;
  }
#blockBottom .elementRechts .elementEintrag {
  display: inline;
  letter-spacing:0.3em;
  padding: 0 0 0 40px;
  background-image:url(/de/wLayout/design/img/icons/icon_pfeil_rot.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  }

/* -----------------------------------------  Elemente im #blockBild ----------------------------------------------------------------------- */

#blockBild .elementBild  {
  width: 750px;
  height:200px;
  float: left;
  }
#blockBild .elementBild img  {
  border: none;
  border-right: 20px solid #ffffff;
  }



/* -----------------------------------------  Elemente im #blockInhalt ----------------------------------------------------------------------- */

.blockInhalt  {
  width: 720px;
  font: 1.0em/1.4 Arial, Helvetica, sans-serif;
  text-align: left;
  color: #006cb5;
  margin: 0;
  }
  
/* -----------------------------------------  Elemente im #blockInhalt .elementHeadline ------------------------------------------------------ */

.blockInhalt .elementHeadline h1  {
  font: bold 1.3em/1.5em Arial, Helvetica, sans-serif;
  text-align: left;
  color: #0082D6;
  }
.blockInhalt .elementHeadline h2  {
  font: bold 1.1em/1.4em Arial, Helvetica, sans-serif;
  text-align: left;
  color: #0082D6;
  }
  
/* -----------------------------------------  Elemente im #blockInhalt .elementText ---------------------------------------------------------- */

.blockInhalt .elementText p  {
  text-align: justify;
  padding: 3px 0px;
  }
.blockInhalt .elementText h2  {
  font: bold 1.0em/1.5em Arial, Helvetica, sans-serif;
  text-align: left;
  color: #0082D6;
  border-bottom: 1px solid #0082D6;
  margin: 0px 0px 10px 0px;
  }
.blockInhalt .elementText a  {
  color: #d9001a;
  text-decoration: none;
  }
.blockInhalt .elementText a:hover  {
  color: #006cb5;
  text-decoration: none;
  }  
  
/* -----------------------------------------  Elemente im #blockInhalt .elementTextKlein ---------------------------------------------------------- */

.blockInhalt .elementTextKlein  {
  font: normal 0.7em/1.5em Arial, Helvetica, sans-serif;
  text-align: left;
  color: #0082D6;
  }
.blockInhalt .elementTextKlein a  {
  color: #d9001a;
  text-decoration: none;
  }
.blockInhalt .elementTextKlein a:hover  {
  color: #006cb5;
  text-decoration: none;
  }  
 
/* -----------------------------------------  Elemente im #blockInhalt .elementStellenmarkt ---------------------------------------------------------- */

.blockInhalt .elementStellenmarkt  {
  font: 0.9em/1.1 Arial, Helvetica, sans-serif;
  margin: 0 0 30px 0;
  }
.blockInhalt .elementStellenmarkt p  {
  text-align: left;
  padding: 0;
  margin: 0;
  }
.blockInhalt .elementStellenmarkt p .links {
  display:inline-block;
  width: 80px;
  font-weight: bold;
  }
.blockInhalt .elementStellenmarkt p .rechts {
  color: #d9001a;
  }
.blockInhalt .elementStellenmarkt a  {
  color: #d9001a;
  text-decoration: none;
  }
.blockInhalt .elementStellenmarkt a:hover  {
  color: #006cb5;
  text-decoration: underline;
  }  
.blockInhalt .elementStellenmarkt h3  {
  font: bold 1.0em/1.3em Arial, Helvetica, sans-serif;
  text-align: left;
  color: #006cb5;
  border-bottom: 1px dotted #006cb5;
  padding: 0 0 0 20px;
  margin: 0px 0px 10px 0px;
  background-image:url(/de/wLayout/design/img/icons/icon_go_Level2.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  }
.blockInhalt .elementStellenmarkt ul li  {
  list-style-type: square;
  padding: 0 0 0 5px;
  margin: 0px 0px 0px 15px;
  }
.blockInhalt .elementStellenmarkt h4.fragmentList   {
  font: normal 1.0em/1.3em Arial, Helvetica, sans-serif;
  text-align: left;
  color: #006cb5;
  padding: 0 0 0 20px;
  margin: 0px 0px 10px 0px;
  background-image:url(/de/wLayout/design/img/icons/icon_go_Level2.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  }
  
/* -----------------------------------------  Elemente im #blockInhalt .elementImpressum ---------------------------------------------------------- */

.blockInhalt .elementImpressum  {
  font: 0.9em/1.1 Arial, Helvetica, sans-serif;
  margin: 0 0 30px 0;
  }
.blockInhalt .elementImpressum p  {
  text-align: left;
  padding: 0;
  margin: 0;
  }
.blockInhalt .elementImpressum p .links {
  display:inline-block;
  width: 60px;
  }
.blockInhalt .elementImpressum a  {
  color: #d9001a;
  text-decoration: underline;
  }
.blockInhalt .elementImpressum a:hover  {
  color: #006cb5;
  text-decoration: none;
  }  
.blockInhalt .elementImpressum h3  {
  font: bold 1.0em/1.3em Arial, Helvetica, sans-serif;
  text-align: left;
  color: #006cb5;
  border-bottom: 1px dotted #006cb5;
  padding: 0 0 0 20px;
  margin: 0px 0px 10px 0px;
  background-image:url(/de/wLayout/design/img/icons/icon_go_Level2.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  }
.blockInhalt .elementImpressum h4  {
  font: bold 0.9em/1.1em Arial, Helvetica, sans-serif;
  text-align: left;
  color: #006cb5;
  margin: 0px 0px 5px 0px;
  }
  
/* -----------------------------------------  Elemente im #blockInhalt .elementForm ----------------------------------------------------- */
.blockInhalt .elementForm    {
  color: #006cb5;
  }
.blockInhalt .elementForm table  {
  background-color: #FFFFFF;
  border: 1px solid #006cb5;
  border-bottom: 0;
  width: 70%;
  }
.blockInhalt .elementForm tr  {
  padding: 0;
  margin: 0;
  border: 0;
  }
.blockInhalt .elementForm td  {
  padding: 0;
  margin: 0;
  border: 0;
  }
.blockInhalt .elementForm td.formCaption  {
  width: 30%;
  font: normal 0.9em/1.2em Arial, Helvetica, sans-serif;
  vertical-align: middle;
  padding: 5px 10px;
  border-bottom: 1px solid #006cb5;
  }
.blockInhalt .elementForm td.formButton,
.blockInhalt .elementForm td.formRadio,
.blockInhalt .elementForm td.formValue  {
  font: normal 0.9em/1.2em Arial, Helvetica, sans-serif;
  color: #006cb5;
  width: 70%;
  padding: 5px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #006cb5;
  }
.blockInhalt .elementForm td.formValue  input  {
  font: normal 0.9em/1.2em Arial, Helvetica, sans-serif;
  width: 95%;
  vertical-align: middle;
  padding:3px;
  color: #006cb5;
  background-color: #e1e6f4;
  }
.blockInhalt .elementForm td.formRadio  input  {
  font: normal 0.9em/1.2em Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #FFFFFF;
  }
.blockInhalt .elementForm td.formValue  textarea  {
  font: normal 0.9em/1.2em Arial, Helvetica, sans-serif;
  width: 95%;
  padding:3px;
  color: #006cb5;
  background-color: #e1e6f4;
  }
.blockInhalt .elementForm td.formButton input  {
  font: bold 0.9em/1.2em Arial, Helvetica, sans-serif;
  width: 97%;
  cursor: hand;
  padding:3px;
  color: #FFFFFF;
  border: 1px solid #d9001a;
  background-color: #d9001a;
  }

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

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

.includeWeblic .elementFunctionsAdmin  {
  text-align: right;
  margin: 10px;
  padding: 0px;
  }
.includeWeblic .elementFunctionsAdmin .buttonDefault  {
  cursor: pointer;
  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;
  }
.includeWeblic .elementFunctionsAdmin a.buttonDefault  {
  cursor: pointer;
  text-decoration: none;
  }

.includeWeblic .elementList  {
  margin:  0px;
  padding: 0px;
  }
.includeWeblic .elementList .listValue    {
  padding:0;
  clear:both;
  margin: 0px 10px 10px 0px;
  background-color: #FFF1F0;
  }
.includeWeblic .elementList .listValue .textBold  {
  font-size: 10pt;
  font-weight: bold;
  color: #333333;
  background-color: #FFE4E1;
  margin: 4px 0px 10px 0px;
  line-height: 16pt;
  border-left: 15px solid #b80000;
  padding: 0 0 0 5px;
  }
.includeWeblic .elementList .listValue .topicText      {
  font-size: 10pt;
  font-weight: normal;
  color: #333333;
  line-height: 13pt;
  padding:0 0 0 20px;
  clear:both;
  margin: 0px 10px 10px 0px;
  background-color: #FFF1F0;
  }
.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;
  }
.includeWeblic .elementList .listValue .textSmall a     {
  font-size: 8pt;
  font-weight: normal;
  color: #b80000;
  }
.includeWeblic .elementList .listValue .listButton .buttonDefault  {
  cursor: pointer;
  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;
  }

.includeWeblic .elementEditGroup  {
  margin:  0px;
  padding: 0px;
  }
.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;
  }
.includeWeblic .elementEditGroup  .fragmentEditGroupBody     {
  font-weight: normal;
  color: #333333;
  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;
  }
.includeWeblic .elementEditGroup  .fragmentEditGroupBody .formCaption    {
  padding: 3px 0px 0px 0px;
  font-weight: normal;
  color: #333333;
  line-height: 13pt;
  font-size: 10pt;
  width: 100px;
  }
.includeWeblic .elementEditGroup  .fragmentEditGroupBody .formValue    {
  font-weight: normal;
  color: #333333;
  line-height: 13pt;
  font-size: 10pt;
  width: 300px;
  }
.includeWeblic .elementEditGroup  .fragmentEditGroupBody .formValue input   {
  padding: 3px;
  border: 1px solid #b80000;
  }
.includeWeblic .elementEditGroup  .fragmentEditGroupBody .formValue select   {
  padding: 3px;
  border: 1px solid #b80000;
  }
.includeWeblic .elementEditGroup  .fragmentEditGroupBody .formValue textarea   {
  padding: 3px;
  border: 1px solid #b80000;
  }
.includeWeblic .elementEditGroup  .fragmentEditGroupBody .formButton  {
  text-align: right;
  }
.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;
  text-decoration: none;
  }

.includeWeblic .elementTable .gb  {
  width: 98%;
  margin:  0px 8px 0px 0px;
  padding: 0px;
  border: 0;
  }
.includeWeblic .elementTable .gb .sheetCaptionHeadLeft  {
  font-size: 10pt;
  font-weight: bold;
  color: #333333;
  background-color: #FFE4E1;
  margin: 4px 0px 10px 0px;
  line-height: 16pt;
  border-left: 15px solid #b80000;
  padding: 0 0 0 5px;
  width: 100px;
  }
.includeWeblic .elementTable .gb .sheetCaptionHeadRight  {
  font-size: 10pt;
  font-weight: bold;
  color: #333333;
  background-color: #FFE4E1;
  margin: 4px 0px 10px 0px;
  line-height: 16pt;
  padding: 0 0 0 5px;
  }
.includeWeblic .elementTable .gb .sheetCaption      {
  font-size: 9pt;
  font-weight: normal;
  color: #333333;
  line-height: 15pt;
  padding:0 0 0 20px;
  margin: 0px 10px 10px 0px;
  background-color: #FFF1F0;
  }
.includeWeblic .elementTable .gb .sheetValue      {
  font-size: 9pt;
  font-weight: normal;
  color: #333333;
  line-height: 15pt;
  padding:0 0 0 5px;
  margin: 0px 10px 10px 0px;
  background-color: #FFF1F0;
  }
.includeWeblic .elementTable .gb .sheetValue a     {
  color: #333333;
  }
  
/* -----------------------------------------  Elemente im #blockInhalt .elementVerwaltung ----------------------------------------------------- */
.blockInhalt .elementVerwaltung    {
  }
.blockInhalt .elementVerwaltung table,
.blockInhalt .elementVerwaltung tr,
.blockInhalt .elementVerwaltung td  {
  padding: 0;
  margin: 0;
  border: none;
  }
.blockInhalt .elementVerwaltung h3  {
  font: bold 1.0em/1.3em Arial, Helvetica, sans-serif;
  text-align: left;
  color: #006cb5;
  border-bottom: 1px dotted #006cb5;
  padding: 0 0 0 20px;
  margin: 0px 0px 10px 0px;
  background-image:url(/de/wLayout/design/img/icons/icon_go_Level2.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  }
.blockInhalt .elementVerwaltung .verwaltungInhalt  {
  width: 120px;
  }
.blockInhalt .elementVerwaltung input.verwaltungInhalt  {
  padding: 2px;
  margin: 2px;
  border: 0;
  background-color: #e1e6f4;
  }
.blockInhalt .elementVerwaltung .schaltflaeche  {
  }
.blockInhalt .elementVerwaltung input.schaltflaeche  {
  font: bold 0.8em/1.2em Arial, Helvetica, sans-serif;
  cursor: hand;
  margin: 2px;
  padding:2px;
  color: #FFFFFF;
  border: none;
  background-color: #d9001a;
  }


