<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
* {margin: 0px; padding: 0px; border: 0px;}

body {background: #fff;} 

#pagewrapper {width: 100%; margin: 0; background: #fff;}
#pagewrapper2 {width: 100%;}

#head {width: 100%; height: 60px;}

#styleswitcher {position: absolute; right: 10px; width: 100px; top: 10px; height: 15px;}
#styleswitcher a.normal {font-size: 11px; line-height: 14px; text-decoration: underline}
#styleswitcher a.bigger {font-size: 14px; line-height: 14px; text-decoration: underline}
#styleswitcher a.big {font-size: 17px; line-height: 14px; text-decoration: underline}

#footerwrapper {width: 100%; background: url(../images/back.jpg) bottom; height: 100px; }
#footer {width:100%; height: 100px;}
#footer.osteo {background: url(../images/footer_blank_770.jpg) left bottom no-repeat;}
#footer_left {width: 100%; float: left;}

#footer h3 {color: #fff; font-weight: bold; font-size: 13px; line-height: 16px; padding: 20px 0 0 20px;}
#footer a {color: #fff; text-decoration: underline;}

#freecall {position: fixed; bottom: 100px; right: 20px; width: 200px; height: 58px; background: url(../images/freecall.png) no-repeat; display: none;}

#navigation {float: left; width: 35%; margin-top: 80px}
#subnavigation {position: absolute; left: 260px; top: 0px;}

#content {float: left; width: 55%; margin: 0 5% 50px 5%; padding-right: 0;}
#content.osteo {min-height: 100%; padding-bottom: 0px;}

#sidebar {width: 260px; margin-top: 50px;}

#rightbar {width: 400px; float: left; margin: 0 0 0 40px;}

#rightlink {position: absolute; left: 790px; top: 50px; width: 200px; height: 500px;}

//Zweispalter
.zweispalter {width: 100%;}
.zweispalter_1 {width: 45%;}
.zweispalter_2 {width: 45%; margin-left: 8%;}
.zweispalter_1, .zweispalter_2 {float: left;}
.clboth {clear: both; display: block; line-height: 0; font-size: 0;}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

</pre></body></html>