/*++++++++++++++++++++++++++++++++++++
Copyright: visualbasis
www.visualbasis.com

++++++++++++++++++++++++++++++++++++*/

/* 
P R I N T

******************************************************* */ 

* {
font-size: 100.01%;
line-height: 1.5em;
}
body {
margin: 2em 4em;
background: none;
color: #000;
font: 90%/1.5em Georgia, "Times New Roman", Times, serif;
}
#header, #leftcol, #rightcol, #footer, img, p.printme {
display: none;
}      
#wrapper {
background: none;
}      
    
/* breite
*********************************************************/    
#centercol { width: 500px; }      
table { table-layout: fixed; width: 500px; }

h1, .componentheading, .contentheading, h2 {
font-weight: bold;
}

ul {
list-style-type: square;
}

span.article_seperator {
display: block; 
margin: -1em 0 1em 0;
border-bottom: 1px dotted #000;
}

/* redaktion staff images */
.leftimage, .rightimage {
display: none;
}

p.smallpale { display: none; }
 
/* intern links = normal text */ 
a {
color: #000;
text-decoration: none;
} 
a[rel^="extern"]	{  	
color: #933; 
text-decoration: underline;
} 

table td { vertical-align: top; } 

/* donīt need them printed */
table.archiv a {
display: none;
}

/* print only EXTERN URLs */
a[rel^="extern"]:after {
content:" <"attr(href)"> ";
color: #444;
background-color: inherit;
font-style: italic;
}

/* print titles and helptexts */
abbr[title]:after, acronym[title]:after {
content: '(' attr(title) ')';
}

/* turned off Next, Prev and Back links at the bottom of an article   , div.back_button */
th.pagenav_prev, th.pagenav_next {
display: none;
}

/* table styles - archiv, mediadaten*/
table.archiv strong {
font-weight: normal;
}
td.archivJahr {
font-weight: bold;
}
table.media td {
border-bottom: 1px solid #000;
} 

/* table styles - umfrageergebnis*/
select.poll { display: none; }  
form#poll td.sectiontableheader { font-weight: bold; padding-bottom: 1em; }
form#poll tr.sectiontableentry1 { background: #DDD; }
form#poll img { display: block; margin: -0.8em 0 1em 2em; height: 3px; background-color: #000; }

                                                
 