/* schwarzer Text auf weissem Hintergrund */
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: arial, sans-serif;
  font-size: 10pt;
  line-height: 120%;
}


/* beim Druck Navigation oder Menues ausblenden */
#karrieren-in-bewegung, #suche, #szg_navigation, #szg_sidebar, #szg_footer, .csc-linkToTop {display: none;}

/*a {color:#000;}*/

h1, h2, h3, h4, h5, h6 {background-color: #fff; margin-top: 1.1em; margin-bottom: 0.1em;}
h1 {font-size: 1.6em; margin-top: 0; margin-bottom: 0.9em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
#szg_breadcrumb {margin-bottom: 2em;}

.important {
	color: #f60;
	font-weight: bold;
}

/* Ansprechpartner Bild links vom Text */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	float: left;
}
/* Admin-Panel ausblende */
.typo3-adminPanel {display: none;}

/* PREVIEW-Button ausblenden */
body > div > table {display: none;}
