@media print, embossed, screen {
.noprint {
  display: none;
}
/* ///////////////////////////////////////////////////////////////////////////// 
Basisseite
///////////////////////////////////////////////////////////////////////////// */
body  {
  background-color: #fff;
  color: #000;
  font-family: Verdana, Arial, Helvetiva, Sans-Serif; 
  font-size: 10pt;
}
#logo {
  display: none;
} 
.navsep {
  display: none;
}
/********************************************************
B O R D E R
********************************************************/
#tr {
	margin: 20px auto;
	width: 900px;
  background: url(assets/bg_tr.gif) no-repeat right top;
}
#tl {
  background: url(assets/bg_tl.gif) no-repeat left top;
}
#br {
  background: url(assets/bg_br.gif) no-repeat right bottom;
}
#bl {
  background: url(assets/bg_bl.gif) no-repeat left bottom;
}
#inside {
  padding: 6px 6px 70px 7px;
}
/********************************************************
T O P M E N U
********************************************************/
#topmenu {
  display: none;
}
/********************************************************
N A V I G A T I O N
********************************************************/
#navbar{
  display: none;
}
/********************************************************
C O N T E N T
********************************************************/
#printhead {
  width: 100%;
  display: block;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  margin-bottom: 2em;
}
#printhead img {
  width: 7cm;
  margin-bottom: 1em;
}
#content{
  text-align: left;
  font-size: 10pt;
  line-height: 1.2em;
  padding: 0px;
}
h1{
  margin: 15px 0px 4px 0px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 16pt;
}
h2{
  margin: 12px 0px 2px 0px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 11pt;
}
#content a{
  color: #369;
}
#content a:visited{
  color: #000;
}
.leftcol {
  width: 47%;
  float: left;
}
.rightcol {
  padding:0;
  width: 47%;
  float: right;
}
p {
  margin: 9px 0px 0px 0px;
}
.intro{
  color: #336699;
  background-color: #fff;
  font-weight: 700;
}
.statement{
  margin: 20px 0 0 0;
  color: #336699;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.4em;
  line-height: 1.3em;
}
.cite{
  color: #ccc;
  font-size: 0.8em;
  font-weight: 400;
}
#content img {
  margin: 0px 10px 5px 0px;
}
#printfooter {
  width: 100%;
  display: block;
  clear:both;
  text-align: left;
  padding-top: 1em;
  border-top: 1px solid black;
  margin-top: 2em;
}
/********************************************************
P O S I T I O N E N
********************************************************/

body.n6 #content a{
  color: #336699;
  background-color: #fff;
  text-decoration: underline;
}
body.n6 #content .joblink{
  display: block;
  margin: 15px 0px;
  font-weight: 700;
  font-size: 10pt;
}
body.n6 #content .disclaimer{
  width: 780px;
}

/********************************************************
A N Z E I G E
********************************************************/
body.anzeige #content h1 {
  margin: 15px 0px 10px 0px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 11pt;
}
body.anzeige #content h2{
  margin: 12px 0px 0px 0px;
  float: left;
  font-weight: 700;
  font-size: 9pt;
  background-color: #fff;
  color: #369;
}
body.anzeige #content p {
  margin: 0;
  clear: both;
}
body.anzeige #content a {
  color: #000;
}
body.anzeige #content a:visited {
  color: #000;
}
body.anzeige #content .leftcol {
  width: 90%;
  float: none;
  display: block;
}
body.anzeige #content .rightcol {
  padding:0;
  width: 90%;
  float: none;
  display: block;
}
.genderdisclaimer {
  font-size: 0.8em;
}
.bewerbungsadresse{
  display:none;
}
/********************************************************
Copyright
********************************************************/
body.t4 #content p {
  margin: 30px 0 0 0;
}
	#content .position {
	  display: block;
	  color: #000;
	  margin: 0.1em 0em 0.2em 0em;
	  padding: 0px;
	  border: 0;
	}

	#content img{
	  margin: 10px 15px 10px 15px;
      border: 0px;
    }

	#footer {
	  clear: both;
	}

	#adresse {
	  font-size: 10pt;
	  margin: 3em 0 0 0;
	  padding: 1em 0 0 0;
	  border-top: 2px solid black;
	  text-align: center;
	}
}
