
/*print styles*/
#oben_container,
#top,
#teaser,
#header,
#navi,
#border{
display:none;
}

#content_container,
#content_normal,
#main,
#sub01{
width:90% !important;
}
#bottom_line{
width:68% !important;
}
#main{
background: none !important;
/*Abstand oben (Platz für Logo)*/
margin-top: 15mm;
}
h1,h2,h3,h4,h5,h6{
color: #000;
}

a,a:visited,a:link;{
	text-decoration: underline;
}

/*Print Logo anzeigen*/
#logo-print{
display:inline;
position: absolute;
top: 0;
right: 0;
}

/*In Anmeldung ist Rahmen um Content-Element Anmeldung per Mail; diesen ausblenden*/
div.csc-frame-blau{
display:none;
/*background:blue;*/
}
/*Print-Button ausblenden*/
div.tx-powermail-printbutton{
display:none;
}
