/* style_standard_copy.css */
body{background-color:#C0C0C0;/* Hintergrund der gesamten Webseite ausser Wrapper Bereich */}#wrapper{width:960px;min-height:10px;position:relative;margin:5px auto;padding:5px;vertical-align:top;background-color:#FFF;behavior:url ("plugins/css3pie/PIE.htc");-o-border-radius: 3px;/* Der Wrapöper enthält das ganze Gerüst wie Kopf- Haupt- und Fusszeile */}#main{min-height:550px;padding-top:10px;background-color:#FFF;/* Gibt die Mindeshöhe der Hauptseite an. */    /* border-top:6px solid #ff000d;*/    border-left:2px solid #001aff}#header{background-color:#FFF;/* border:1px solid;*/    /* Hintergrund der Kopfzeile. Höhe wird über das Seiten Layout definiert. */    border-bottom:6px solid #ff000d}.TextKopf01{width:960px;height:100px;float:left;margin:10px 0 0;padding-top:35px;text-align:center;font-weight:bold;font-style:italic;font:28px/15px verdana;/*margin:50px 0 30px 20px;*/    border:0px solid #999;/* Gecko-Browser (Firefox) */    -moz-border-radius: 20px;/* Webkit-Browser (Chrome, Safari) */    -webkit-border-radius: 20px;/* CSS3 allgemein */    border-radius: 20px}.logo{left:30px;position:relative;top:20px;/* Position des Logos / Bild in der Menüleiste */}a{margin:5px;padding:5px;background-color:#FFF;font-size:14px;line-height:25px;font-weight:bold;font-weight:normal;text-decoration:line-through;text-decoration:none;color:#DA251D;/* Menü Schriftfarbe sowie Schriftfarber der Fusszeile */}ul{list-style: none    /* Punkte im menü wegnehmen! */}#cssTable td{vertical-align:middle;text-align:center;font-size:40px;font-weight:bold;font-style:italic}#footer{background-color:#FFF;/* background-color:#1eb8ba;*/    /* Definiert den Hintergrund der Fusszeile. Die Höhe wird über das Layout definiert. */}#footer.inside{/* Fusszeile Abstand der Schrift vom inneren Rand, sowie Schriftforem -Art und -Größe festlegen */}.ce_form{float:left;display:block;padding:20px;background-color:#eef;border: 1px solid silver;label width: 20em;input:focus, textarea:focus    background-color: yellow;/* Ansicht des Formulares */}