body {
	background: #FFFFFF;
        margin:0em 0;
}


div {
        border: 0px solid red;
        font-size: 1.0em;
        font-family: verdana, arial, helvetica, sans-serif;
}

#container{
        width: 960px;
	background: #EFEFEF;
}

#headmain{
        display: none;
}

#footer{
        display: none;
}

#left-container{
        display: none;
}

#center-container{
        margin: 0px;
        padding: 0px;
        width: 100%;
        background: #FFFFFF;
}

#right-container{
        display: none;
}

#left-content{
        display: none;
}

#center-content{
        margin: 0px;
        padding: 0px;
        width: 100%;
        background: #FFFFFF;
}

.div-html-content{
        margin-left: 5px;
}

/*** Min-Height Workaround, anfang ***/
.prop {
        height:0px;
        float:right;
        width:1px;
}

.clear {
        clear:both;
        height:1px;
        overflow:hidden;
}

#center-content {min-height:500px;height:auto;}

/* bis 6 */
* html #center-content {height:500px;}

/* ie 5*/
html + body #center-content {height:500px;}

/* bis 6 */
* html .prop {display:none}
/*** Min-Height Workaround, ende ***/

#right-content{
        display: none;
}

#navigation-container{
        display: none;
}

#search{
        display: none;
}


#partner-container{
        display: none;
}

/* mittlere Spalte */
#center-content h1,h3 {
       border : 0px solid blue;
       font-size: 1.1em;
       font-weight: bold;
       color: #005B00;
       margin-left: 5px;
       margin-top: 25px;
}

#center-content .csc-uploads{
       border : 0px solid blue;
       margin-left: 5px;
       font-size: 0.9em;
       border-collapse: collapse;
}

#center-content .csc-uploads p{
       margin-top: 0px;
       margin-bottom: 0px;   
       font-style: italic;  
}

#center-content .csc-uploads-description {
       padding-bottom: 0px;
       padding-top: 10px;
       border-bottom : 0px solid blue;
}

#center-content .magnifier {
   background-image: url('http://typo3.dlg-feldtage.de/fileadmin/img/tpl/lupe.gif');
   background-repeat:no-repeat;
}

#center-content .csc-textpic-caption {
    font-size: 0.8em;
    background-color: #FFFFFF;
    padding-top: 5px;
    color: #666666;
    line-height: 1.2em;
}

#center-content .csc-textpic {
    margin-right: 5px;
    margin-left: 5px;
}

#center-content .csc-textpic .bodytext{
    margin-left: 0px;
}

#center-content .bodytext {
       margin-left: 5px;
       margin-right: 5px;
}



#center-content ul{
       list-style-type: disc;
       padding-top: 0px;
       margin-top: 0px;
       margin-left: 40px;
       padding-right: 5px;
}

#center-content .csc-searchResult{
        margin-left: 5px;
}

/* Formfelder und Infoheader auf 
   der Such-Ergebnisseite unsichtbar machen 
*/
#center-content .csc-searchform {
        display: none;
}

#center-content .csc-searchResultInfo {
        display: none;
}

.naviflag {
    border: 0px solid white;
    margin-bottom: -1px;
    margin-top: 6px;
}

table, th, td{
    border: 1px solid #CCCCCC;
}

table {
    width: 100%;    
}

td.csc-uploads-icon, td.csc-uploads-fileSize{
   width: 20px;
   display: none;
}



/*******************************************************************
********************************************************************
********************************************************************/