/* contenttable -> GSK */
.tr-even {
  background-color: #ffffff;
  vertical-align: top;
}  
.tr-odd {
  background-color: #dddddd;
  vertical-align: top;
}  
.tr-0 {
  background-color: #2676B0;
  color: #ffffff;
  font-weight:bold;,
  vertical-align: middle;
}
.td-4 {
  text-align: center;
}  
.td-last {
  text-align: center;
}    

/* Firmenportrait-Styles */
.fp-table {
 font-family: Arial;
 padding: 3px;
 text-align: center;	
}

.fp-tablecell {
 text-align: center;	
 border: 1px solid #666666;
 font-size:11px;
 padding: 3px;
}

/* GENERAL fonts */
TD, P, OL, UL, DIV, H1, H2, H3, H4, H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

H1 { font-size: 15px; }

H2 { font-size: 13px; }

H3 { font-size: 13px; }

P, H1, H2 {margin: 0px 0px 5px 0px;}


BODY {	margin: 10 10 0 0; background-color: white; }

/* Stellenmarkt */
.unterUeberschrift {
	font-weight: bold;
	font-size: 11px;
}



/* Rahmen 1 */

.csc-frame {
  border:1px solid #666;
  padding: 3px;
}

/* Links Startseite */

a.startpage_link {
	text-decoration: none;
	color: #2676B0;

}

a:HOVER.startpage_link {
	text-decoration: underline;
}

