/* 
SCREEN style for Bodenseereiter website 
by Andreas Steidle / Eva Mühlentien 2009
*/

.ScreenOnly {
  display: none;
}

body {
	font-family: "lucida sans unicode", sans-serif;
	line-height: 1.2em;
	font-size: 75%;
}
table { border-collapse:collapse; }


.BildleisteRechts {
    float:right; 
    width:241px; /* Bilder kleiner für Druck */
    margin-left:1em;
}
.BildleisteRechts img {
    width: 240px!important; /* Bilder kleiner für Druck */
}

#PageFooter {
    margin-top: 1.5em;
    border-top: solid 0.2pt black;
    padding-top:0.3em;
    text-align:center;
}
