
#pageImprint {
        position           : absolute;
        left               : 620px;
	top		   : 6px;
}

#pageImprint a {
  font-family        : Verdana;
  font-size          : 10px;
  text-decoration    : none;
  color              : #336699;
  padding-left	     : 4px;
}

#pageBody {
	position           : absolute;
	left               : 0px;
	top                : 60px;
	width              : 976px;
	min-height         : 200px;
	height             : 90%;
  background-image   : url(../img/page_cont_background.gif);
}

#pageHeader {
	width              : 844px;
	height             : 162px;
	background-image   : url(../img/page_headline.jpg);
	float              : left;
	padding-left       : 132px;
}

#pageContContainer {
  clear              : left;
  width              : 976px;
  background-image   : url(../img/page_cont_background.gif);
  height             : 90%;
  border-top         : 1px solid #FFFFFF;
}

#pageContContainerWrapper {
  clear              : left; 
  background-image   : url(../img/page_cont_background.gif); 
  min-height         : 100px;
  width              : 976px;
}

#pageContSpread {
  clear              : left;
}

#pageContSpreadLeft {
  float              : left;
  width              : 132px;
  height             : 100px;
}

#pageContNavigation {
  float              : left;
  width              : 194px;
  min-height         : 500px;
}

#pageContContent {
  float              : left;
  width              : 354px;
  min-height         : 500px;
  padding-top        : 36px;
  padding-left       : 50px;
  padding-right      : 50px;
  margin-left        : 1px;
}

#pageContSpreadRight {
  float              : left;
  width              : 194px;
  min-height         : 500px;
  padding-left       : 1px;
}

/* Navigation Stufe 1 */

.pageNav1 {
  width              : 173px;
  height             : 26px;
  border-bottom      : 1px solid #FFFFFF;
  padding-left       : 21px;
  line-height        : 26px;
  text-transform     : capitalize;
}

a.pageNavA1:LINK, a.pageNavA1:VISITED {
  font-family        : Verdana;
  font-weight        : bold;
  font-size          : 11px;
  text-decoration    : none;
  color              : #336699;   
}

a.pageNavA1:HOVER {
  color              : #0099ff;
}

/* Navigation Stufe 1 Aktiviert */

.pageNav1_active {
  width              : 173px;
  height             : 26px;
  border-bottom      : 1px solid #FFFFFF;
  padding-left       : 21px;
  line-height        : 26px;
  background-color   : #CAD1DB;
  text-transform     : capitalize;
}

a.pageNavA1_active:LINK, a.pageNavA1_active:VISITED, a.pageNavA2_active:LINK, a.pageNavA2_active:VISITED {
  font-family        : Verdana;
  font-weight        : bold;
  font-size          : 11px;
  text-decoration    : none;
  color              : #FFFFFF;   
}

a.pageNavA1_active:HOVER, a.pageNavA2_active:HOVER {
  color              : #0099ff;
}

/* Navigation Stufe 2 */


.pageNav2 {
  position	    : relative;
  width              : 160px;
/*  height             : 26px; */
  border-bottom      : 1px solid #FFFFFF;
  padding-left       : 34px;
  padding-top        : 7px;
  padding-bottom     : 7px;
/*  line-height        : 26px; */
  text-transform     : capitalize;
}

a.pageNavA2:LINK, a.pageNavA2:VISITED, a.pageNavA2_active:LINK, a.pageNavA2_active:VISITED {
  font-family        : Verdana;
  font-size          : 11px;
  text-decoration    : none;
  color              : #336699;   
  display	     : block;
}

a.pageNavA2:HOVER, a.pageNavA2_active:HOVER {
  color              : #0099ff;
}

/* Navigation Stufe 2 Aktiv   */

.pageNav2_active {
  width              : 160px;
  border-bottom      : 1px solid #FFFFFF;
  padding-left       : 34px;
  background-color   : #FFFFFF;  
  text-transform     : capitalize;
  padding-top        : 7px;
  padding-bottom     : 7px;
}

/*

a. Substituts taken from pageNavA2

*/



/*********************************/
/*********************************/
/* Content Classes               */


.contentHead , h1 {
  font-family        : Verdana;
  font-size          : 17px;
}

.contentSub , h2 {
  font-family        : Verdana;
  font-size          : 11px;
  font-weight        : bold;
}

a.contentSub:LINK, a.contentSub:HOVER, a.contentSub:VISITED  {
  font-family        : Verdana;
  font-size          : 11px;
/*  font-weight        : bold; */
  color              : #336699;
  text-decoration    : none;
}


.contentText, td {
  font-family        : Verdana;
  font-size          : 11px;
}

.contentSpread {
  clear		     : both;
  height	     : 18px;
}

.contentSpreadBig {
  height             : 36px;
  clear              : both;
}

/* LINGUA FLAGS */
.flag {
 border             : 1px solid #FFFFFF;
 height             : 12px;
 margin-right       : 2px;
}

.flag_active {
 border             : 1px solid #000000;
 height             : 12px;
 margin-right       : 2px;
}

