/* 
**  Dateiversion: 27.03.06
**  Datei       : print.css
**  Funktion    : Druck-Stylesheet - druckt die Spalte #col3
*/

@media print
{
body * {font-size: 12pt; font-family: "Times New Roman", Times, serif; }
/* Umformatierung der Layoutboxen */
body {margin:0; padding: 0;}
#page_margins, #page {min-width: inherit; margin:0; padding: 0; border: 0; } 

#header {display:none}

#main {margin: 0; padding: 0;}

#col1 {display:none;}

#col2 {display:none;}

#col3 { margin:0; padding: 0; border:0; }
#col3_content {margin:0; padding: 0; border:0; }

#footer {display: none;}

h1,h2,h3,h4,h5 { font-family: Verdana, Arial, Sans-Serif; display:block;padding:0 16px; }

h1 {font-size: 1.1em;}
h2 {font-size: 1.1em; font-weight:bold; color: #EC008C;  background:transparent url(../images/logoicon.gif) no-repeat left center;  margin:0.4em 0 0.5em 5px; padding: 2px 16px 2px 36px; }
h3 {font-size: 1.1em; font-weight:bold; color: #999999; background-color: inherit; margin:0;padding-top:5px;}
h4 {font-size: 1.0em; font-weight:bold; color: #EC008C; margin:0 0 0.5em 0;}
h5 {font-size: 0.9em; font-weight:bold; color: #000; margin:0.4em 0 0 0;}

.teaser {
	background-color: #EFEFEF; color:#000;
}

.spacer {
	color:#fff;
}

div {margin:0;padding:0;}


p {line-height: 1.2em; font-size:0.9em; margin: 0 0 1em 0; padding:0 16px;}

strong,b {font-weight: bold;}
em,i { font-style:italic; }

#col3 ul {
	list-style : square;
	padding-left : 32px;
	font-size:0.9em; 
}

#col3 li {line-height: 1.2em;  padding:0;}

.ulspace {
	margin-left:16px;
}

.line {
	padding:0;
	margin: 6px 16px 6px 16px;
	background : url(../images/point.gif) repeat-x left;
	height:2px;
	width:auto;
	color:#fff;
	display:block;
	line-height:2px;
	font-size:6px;
}

.doubleline {
	padding:0;
	margin: 6px 16px 6px 16px;
	background : url(../images/doublepoint.gif) repeat-x left;
	height:19px;
	width:auto;
	color:#fff;
	display:block;
	line-height:2px;
	font-size:6px;
}

hr {
	border:0; 
	padding:0;
	margin: 0 16px 4px 16px;
	background-color:#C2C9DA;
	height:1px;
	color:#C2C9DA;
}

	
.small {font-size:0.8em;}

.entrytext {background : url(../images/weissverlauf.gif) repeat-x left top;}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,h4,h5 { page-break-after:avoid; }

abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }

/* Sichtbare Auszeichnung der URLs von Links */
#col3 a[href^="http:"], #col3 a[href^="https:"], 
{
	padding-left: 0;
	background-image: none;
}

a[href]:after {
 content:" <URL: "attr(href)">";
 color:#444;
 background-color:inherit;
 font-style:italic;
} 



}
