body {
    margin: 0px 0px 0px 0px;
    padding: 0;
    background: #FFFFFF url(../images/bg.jpg) no-repeat;
    font-family: Arial,Verdana;
    font-size: 11px;
    line-height: 15px;
    color: #2c353f;
}

ul {
    margin: 0;
    padding: 1;
    padding-left:30px;
}

.csc-bulletlist {
    margin-right: 5px;
}

.csc-bulletlist li {
    margin-bottom: 5px;
}

form {
    display: inline;
}

div {
    margin: 0;
    padding: 0;
    behavior: url(fileadmin/_templates/images/iepngfix.htc)
}

p {
    margin:0 0 10px;
}

.csc-header {
    margin-bottom: 10px;
}

.csc-textpicHeader h1, 
.csc-header h1 {
    margin: 0;
}

h3 {
    margin-top: 0px;
    margin-bottom:4px;
}

hr.clearer {
    height: 1px;
    clear: both;
    border: 0px; /* Für Firefox und Opera */
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

div.clearer {
    height: 1px !important;
    clear: both;
    background-color: #FFFFFF;
    line-height: 0px !important;
    font-size: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
}

.contentLeftDiv, 
.contentMainDiv 
.contentRightDiv
.contentOuterRightDiv {
    clear: both;
}
.main .contentDiv,
.left .contentDiv,
.right .contentDiv,
.rand .contentDiv {
    clear: both;
}

.bodytext {
    padding-right: 5px;
    padding-left:2px;
}

.floatLeft
{
	float: left;
}

