 /* x-seiten CH, Bereich Wir ueber uns */
 
div#spalten {
    background-image: url(/s/img/x/bgContent.gif);     /* Hintergrundfarbe der drei Inhaltsspalten, im skeleton allgemein #f2f2f2 für alle */
    width: 978px;
    margin: 1px 2px;
  } 
 
div#Inhalt {
    margin: -10px 200px 10px 210px;
    padding: 0px 1px;
}

* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }

#Inhalt a{
    color: #333;
}
/* zentrales festlegen der hoverFarbe*/
#Inhalt a:hover{
	color:#0054A6;
}


p {
    font: 12px/16px Arial,Helvetica,sans-serif;
    color: #333;
  }

/* wie im hilfe-Popup*/
h2 {
    font: bold 16px Arial,Helvetica,sans-serif;
    color:#0054A6;
    margin-top: 0px;
  }

/* wie im hilfe-Popup*/
h3 {
    font: bold 14px Arial,Helvetica,sans-serif;
    color:#333;
  }

/* tabellen, z.B. Agbs  */
td {
    font: 12px/16px Arial,Helvetica,sans-serif;
    color: #333;
  }
/* tabellen, z.B. Agbs  */
td a{
	text-decoration:none;
  }
/* definitionslisten, z.B. Impressum, erzeugt pseudo-zweispaltigkeit*/
dt{
  font-weight: bold;
  } 

dd{
  padding-left:70px;
/*   margin-top: -16px;*/
  } 
 
 /* textlinks pdfDownload  */
.pdflink{
	background-image: url(/s/img/x/pdf_icon.gif);
	background-repeat:no-repeat;
	background-position: 0px -1px;
	padding-left: 20px;
	line-height:20px;
    border-bottom: 1px solid #666;
  }
 a.pdflink{
	text-decoration:none;
  }
