html { 
    min-width: 800px;
}

body{
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif,"Trebuchet MS";
    text-align: left;
    background-color:#ffffff;
    color:#000000; /*font color*/
    margin: 0px;
    padding: 0 0 0 0 ;
}

.no-margin{
    margin-top:0;
}

/* typo3 style */


.contenttable{ position:relative; float:none !important;float:right;}

.contenttable p { margin : 0; padding 0}

.csc-caption{ font-size: 10px; margin: 0; padding: 0}

.csc-firstHeader{
    background-image : url('title-spacer.jpg');
    background-repeat : no-repeat;
    background-position : bottom left;
    font-size : 18px;
    height  : auto !important;
    height: 30px;
    min-height: 30px !important;
    margin-top : 25px !important;
}

h1{
    font-size : 18px;
    background-image : url('title-spacer.jpg');
    background-position : bottom left;
    background-repeat : no-repeat;
    height  : auto !important;
    height: 30px;
    min-height: 30px !important;
}

.bodytext{
    font-size : 13px;
}

ul {
    padding-left : 18px;
}
ul li{
    font-size : 13px;
}

.csc-form-label{
    font-size : 13px;
}

.csc-form-label-req{
    font-size : 13px;
}
img{
    border : 0
}