
    
    .indent {
        margin-left: 20px;
    }   
    
    
.csc-linkToTop   {
    float: right;
    padding: 0 0 0 20px;
    background: url(http://www.markustheunert.ch/typo3conf/ext/ww_template/images/totop.gif) no-repeat 0 1px;
}

/*Table Definitions*/
.contenttable-0 {
    width: 100%;
}

.contenttable-0 .td-0{
    font-weight: bold;
}
.contenttable-0 .tr-0 td {
    border-bottom: 1px solid #999;
}

.contenttable-0 .td-0 {
    width: 150px;
}
.contenttable-0 .td-1 {
    width: 150px;
}

.contenttable-0 td,
.contenttable-0 th{
    padding: 4px;
}

.contenttable-0 .tr-odd .td-1,
.contenttable-0 .tr-odd .td-2 {
    background: #EFEFEF;    
}

/*Table Definitions*/
.contenttable {
    padding: 0;
    margin: 0;
}

.contenttable td {
        padding: 0;
        margin: 0;
}

.contenttable .bodytext{
    padding: 0;
    margin: 0;
}
.contenttable tr > td:first-child { 
    /*width: 350px;*/
}
.contenttable-1 {
    width: 100%;
}

.contenttable-1 .td-0{
    font-weight: bold;
}


.contenttable-1 .tr-0 td {
    border-bottom: 1px solid #999;
}

.contenttable-1 .td-0 {
    width: 150px;
}
.contenttable-1 .td-1 {
    width: 150px;
}

.contenttable-1 td,
.contenttable-0 th {
    padding: 4px;
}

.contenttable-1 .tr-even .td-1,
.contenttable-1 .tr-even .td-2 {
    background: #EFEFEF;    
}

