/* DATEI: basic.css *//* © 2001 Gerhard Rinnberger for Cyberagency   *//* © 2007 Maany Gruber for Cyberagency   *//*          http://www.cyberagency.de          *//*   Corporate Farben:  dunkelblau: #6495ed; hellblau: #87cefa; lila: #ccccff;Neue Blautšne:  dkl (top): #9cb4d5/547eb7; mittel (cont): #d9e2ef; hell (nav): #e8eef5;  *//* festlegung HTML elemente*/body {background-color: #fff;margin: 0px;padding: 0px;/*z-index: -2;position: absolute;top: 0;left: 0;*/}/* allgemeine schriftfestlegung */body, p, h1, h2, h4, ul, ol, li, div, td, th, address, a {font-family: Arial, Helvetica, sans-serif;color: #000000;font-style: normal;font-size: 12px;}/* IE6 Hack */td {text-align: left;}/* groessenfestlegung ueberschriften */h1 {font-size: 16px;font-style: normal;font-weight: bold;color: #547eb7;margin-bottom: 20px;}h2 {font-size: 14px;font-style: normal;font-weight: bold;margin-top: 25px;color: #111;}h3 {font-size: 14px;color: #547eb7;margin-top: 20px;}h4 {font-size: 13px;color: #111;}/* Link Pseudoklassen */a:link { color: #000; text-decoration: underline; }a:active { color: #4A4AA3; text-decoration: underline; }a:visited { color:#000; text-decoration: underline; }a:hover { color: #4A4AA3; text-decoration: underline; }/* Formatierung Adresszeile */.address {background-color: #9cb4d5; /* #547eb7; #ccccff;*/text-align: left;padding: 5px 0px 5px 220px;}.address p {font-size: 9px;line-height: 13px;/*letter-spacing: 1px;*/padding: 0px;margin: 0px;color: #000;}.address a {font-size: 9px;text-decoration: none;color: #000;}.address a:hover {font-size: 9px;text-decoration: underline;color: #000;}/* Formatierung Kopfzeile */.oben {width: 100%; height: 70px; overflow: hidden;background-color: #9cb4d5; /*#6495ed;*/border-bottom: 5px solid #547eb7;}.oben img { margin-left: 8px; }/* Navigation */.navigation {text-decoration: none;/*letter-spacing: 1px;font-weight: bold;*/text-align: left;font-size: 13px;color: #9cb4d5;background-color: #e8eef5;width: 200px;height: 600px;margin: 0px;padding: 0px;position: relative;z-index: 5;}.l1navigation {padding: 20px 0px 10px 0px;}.l2navigation {border-top: 6px solid #d9e2ef;padding: 5px 0px 10px 0px;}.navigation a {color: #547eb7;text-decoration: none;display: block;margin-top: 6px;padding: 4px 5px 4px 20px;}.navigation a.selected {background-color: #d9e2ef;}.navigation a:link, .navigation a:active, .navigation a:visited  {text-decoration: none;}.navigation a:hover {text-decoration: none;color: #325c95; /* #4A4AA3;*/background-color: #d9e2ef;}/* Inhalt, Contentbereich */.inhaltcontainer {background-color: #d9e2ef;width: 100%;height: 600px;position: absolute;z-index: 1;}.inhalt {padding: 20px;margin-left: 200px;margin-right: 200px;width: 500px;}/* Formatierung rechter Rand */.randrechts {/*float: right;*/padding: 0px 0px 20px 10px;margin: 0px;height: 550px;position: absolute;z-index: 7;left: 745px;/*right: 20px;*//*background-color: #87cefa;*/}.randrechts img {margin-bottom: 20px;display: block;}/* Sonstiges */small, .small { font-size: 10px; }div.clearall {clear: both;}b, strong {color: #222;}.popupcenter {width: 400px;height: 400px;position: absolute;top: 50%;left: 50%;margin: -200px 0px 0px -200px;}.lengua {position: absolute;margin-top: -25px;margin-left: 60px;z-index: 6;}.lengua a { margin-right: 20px; }/* old *//*.rahmen{border: 1px solid;border-color: #666;}.backg{background: url('/basic_pix/praxis_bg.jpg') #fff no-repeat center center;}*/
