/* CSS Document */

@media print {

body {
	font-family: Arial, Helvetica, sans-serif;  
  size: 210mm 297mm;
  margin: 0 auto;
  margin-left: 1.5cm;
  
} 

#topBarInstitute,
#naviHor,
#greybar,
.topVariabel,
#naviMainContainer,
.roundbox_white_left,
#facebook-link,
#footer,
.copyright, 
.noprint,
#main #col1 {
  display: none;
}

#universitaet, 
#institutslogo_rwd {
text-align: center;
  
}

#institutslogo_rwd img {
  height: 95%;
}

#main #col2 {
  border-right: 0;
  float: left;
  font-size: 9pt;
  line-height: 1.2em;
  padding-right: 0.5cm;
  width: auto;
}
.headlineRightColumn {
  font-size: 10pt;
  margin-top: 9pt;
  text-transform: uppercase;
}

.bullet_rechts {
  display: none;
}

#main #col3 {
  border-left: none;
  border-right: none;
  float: none;
  margin: 0;
  margin-top: 0.5cm;
  overflow: visible;
  padding: 0;
  width: auto;
  height: auto;
}

#main #col3 #content {
  float: right;
  margin: 0;
}

#col3 p, ol, ul, a {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  hyphens: auto;
  margin: 0px 0px 5px 0px;
  line-height: 1.3em;
}

#col3 h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  list-style-type: none;
}

#col3 h1, h2, h3 {
	page-break-after: avoid;
  margin-bottom: 0;
}  

.imgRight, .imgLeft {
  float: right;
  margin-left: 0.3cm;
}

a:link, a:visited {
	color: #900;
	text-decoration: none;
}

.cleaner {
	clear: both;
}

.pathway {
	font-size: 8pt;
}

#col3_content {
  font-family: Arial, Helvetica, sans-serif;

}
#content blockqoute, ul {
  font-size: 9pt;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

#content ul {
  list-style-type: none;
}

#content ul li {
  font-family: Arial, Helvetica, sans-serif;
}


.bu {
	font-size: 9pt;
}


@page :first {
  margin-top: 1cm;
}

@page :left {
  margin-right: 1cm;
}

@page :right {
  margin-left: 1cm;
}

@page {
  margin: 1cm;
}

}
                      