@media print
{

body {
        background: #FFFFFF;
        font-size: 100.01%;
        font-family: Georgia, "Times New Roman", serif;
        line-height: 125%;
        color: #000000;
		  width: 100%;
		  margin: 0;
		  padding: 0;
}

#pflichtlinks {
display: none;
}




#page {
		  width: 100%;
		  margin: 0;
		  padding: 0;
		  border: none;

}

#header {
display: none;
}


#sloganbox {
display: none;
}



#main {
background-image: none;
		  width: 100%;
		  margin: 0;
		  padding: 0;
}

#content {
		  width: 100%;
		  margin: 0;
		  padding: 0;

}

#content_inner {
		  width: 100%;
		  margin: 0;
		  padding: 0;
}

#content_inner h1 {
        width: 100%;
        font-size: 1.4em;
        padding: 0 0;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}

#content_inner h2 {
        font-size: 1em;
        font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

#content_inner p {

        margin-top: 10px;
        margin-bottom: 20px;
}

.aufzaehlung {
        list-style-type: disc;
        padding-left: 1.5em;

}

#content_inner a {
    color: #535353;
}

.new_window {    /* fuer Links, die im neuen Fenster geoeffnet werden*/
background-image: url(../images/link_out.gif);
background-position: right;
background-repeat: no-repeat;
padding-right: 18px;
text-decoration: none;
}

.linkliste {
line-height: 200%;
}


.pdf {  /* fuer pdf- Links */
        background-image: url(../images/pdf_16x16.png);
        background-position: right;
        background-repeat: no-repeat;
        padding-right: 18px;
}

.credits {  /* Mit freundlicher Genehmigung von .... */
font-size: 0.75em;
line-height: 80%;
padding-top: 0;
}

.seitensteuerung {
width: 100%;
text-align: right;

}

.bild_links {
float: left;
width: 210px;
font-size: 0.8em;
font-style: italic;
}

.bild_rechts {
float: right;
width: 210px;
font-size: 0.8em;
font-style: italic;
}

#termine {       /* Tabelle mit Terminen */
width: 95%;
border-collapse: collapse;
}

#termine td {
        border: 1px solid #DDDDDD;
        padding: 5px;
}

.wr-tag { /* Tabelle Tag der weissen rose */
width: 95%;
border-collapse: collapse;
}
.wr-tag td {
        border: 1px solid #DDDDDD;
        padding: 5px;
}

.pagination {
	display: none;
}


#nav {
display: none;
}

.nach_oben {
display: none;
}

#footer {
display: none;

}

/* [Bildvergroesserung*/
#zeigedasbild{
position: absolute;
visibility: hidden;
border: 1px solid #B1B1B1;
background-color: #FFFFFF;
padding: 5px;
z-index: 20;
}

#leiste{
background-color: #FFFFFF;
min-width: 100px;
}

#leiste #schliessen_text{
font-family: Arial;
font-size: 10px;
margin-right: 1px;
}
/* end:Bildvergroesserung]*/

/* auszublendende Elemente */
.nosee { display:none; }

}
