.csc-mailform-submit { margin-left: 100px; }
.csc-mailform-field { margin-bottom: 2px; clear: both; }
.csc-mailform-field label { width: 100px; float: left; }

* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

html { height: 100%; }
body { height: 100%; background: #F0F0F1; margin: 0px; padding: 0px; background-image: url(../images/layout/bgMain.gif); background-position: left top; background-repeat: repeat-x; }

div#wsMain {
position: relative;
margin: 0;
margin: 0px auto;
width: 854px;
min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
background: url(../images/layout/bgColWhite.jpg) repeat-y;
}
div#wsTopA { height: 20px; }
div#wsTopB { height: 110px; clear: both; }
div#wsTopC { height: 23px; clear: both; }
div#wsTopD { height: 24px; clear: both; background: #FFD900; }
div#wsTop { height: 187px; width: 854px; }
div#wsTopL { float: left; height: 187px; width: 9px; background-image: url(../images/layout/shadowLeft.gif); background-position: left top; background-repeat: no-repeat; }
div#wsTopMain { background: #FFF; float: left; height: 187px; width: 835px; }
div#wsTopR { float: left; height: 187px; width: 10px; background-image: url(../images/layout/shadowRight.gif); background-position: left top; background-repeat: no-repeat; }
div#wsMenuShadow { clear: both; width: 835px; height: 11px; }  
div#wsTopImage { width: 835px; height: 176px; }
div#wsLogoPos { float: right; width: 315px; margin-bottom: 10px; }
div#wsLogoPos img { float: letf; margin-right: 20px; }
div#wsSloganPos { float: left; margin-right: 10px; }
div#wsSloganPos h1 { color: #4D4D4D; margin-top: 57px; margin-left: 10px; font-family: verdana,arial,sans-serif; font-size: 25px; }
div#wsTopMenu { float: left; }
div#wsSearch { float: left; }
div#wsContentLeft { float: left; width: 514px; }
div#wsContentRight { float: left; width: 315px;  }
div#wsContent { width: 854px; font-size: 11px; font-family: verdana, arial, sans-serif; background: url(../images/layout/bgCol.jpg) repeat-y; }

div#wsImpressum { clear: both; border-width: 1px 0 0 0; border-style: solid; border-color: #B7B4A8; margin-left: 9px; background: #FFF; height: 80px; width: 835px; }

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

