/* ###########################
Grundlayout
########################### */
body {

    background-color:#EBEBEB;
    width:980px;
    
    margin:0;
    padding:0;

}


#header {

    width:990px;
    height: 135px;

    margin:0;
    
    padding:10px;
    padding-right:0;
    
    float:left;
    background-color:#EBEBEB;
    overflow:hidden;
}

*html #header {
    width:1000px;
    height: 145px;
}

*+html #header {
    width:990px;
}    


    #header.black {
        background-color:#000000;
        padding-right:10px;
        
        width:980px;
    }
    
    *html #header.black,
    *+html #header.black {
        width:1000px;
    }
    
    *+html #header.black {
        width:960px;
    }    



#main {

    width:1000px;
    overflow:hidden;

    margin:0;
    padding:0;
    
    float:left;
}

    #main #left {
    
        width:170px;
    
        margin:0;
        margin-left:10px;
        
        padding:0;
        padding-top:10px;
        
        float:left;
    }

    #main #content {
    
        margin:0;
        margin-left:10px;
        
        padding:0;

        padding-left:5px;
        padding-top:20px;
        
        float:left;
        background-color:#DCDCDC;
        
        width:805px;
    }
    
    
    *html #main #content {
        width:805px;
        overflow:hidden;
    }    
        #main #content.full {
    
            width:100%;
            margin-left:0;
        }
        
a:active,
a:hover {

    outline:none;
}
    
/* ###########################
Alte CSS - Styles 
########################### */

#content body {
	background-color:#ffffff;
	margin:0px;
	margin-top: 18px;
}

#content body, td, input, th {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 11px;

}

#content hr{ color:#666699; }


#content .txt16b {
	font-size : 16px;
	font-weight : bold;
}

#content .facts{
	font-size : 12px;
	line-height:20px;
}


#content .txt12n {
	font-size:12px;
}
#content .txt10n {
	font-size : 10px;
}
#content .txt12b {
	font-weight : bold;	
	font-size : 12px;
	width:200px;

}
#content .txt12b_content {
	width:250px;

}
#content .txt10n {
	font-size:10px;
}


#content a {
	font-size : 12px;
	color : #000000;
	text-decoration : none;
	border:none;
	
}
#content a:hover {
	font : 12px Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : underline;	
	border:none;
}

#content a.link11{
	font-size : 11px;
	color : #DC143C;
	text-decoration : none;
	border:none;
}

#content a.link11:hover{
	font-size : 11px;
	text-decoration : underline;
	border:none;
}

#content a.txt12ba {
	font-weight : bold;	
	font-size : 12px;
	text-decoration: underline;
}
#content a.txt12ba:hover {
	font-weight : bold;	
	font-size : 12px;
	text-decoration: underline;
	color : #FFFFFF;
}

#content a.menu {
	font-weight : normal;	
	font-size : 10px;
	text-decoration: none;
	color:#FFFFFF;
}

#content a.menu:hover {
	color:#FFFFFF;
	font-size : 10px;
}

#content .txtRound {
	color : #DC143C;
	font-family : "Arial Rounded MT Bold";
	font-size : 20px;
}
#content a img {
border:none;
text-decoration:none;
}
#content .rot { color:#DC143C; }

#content .pImg { border: 1px solid #666699; }

#content .pdf_download {
border:none;
}
/* Tabellen und Blöcke  */

#content li {
	list-style-image:url(images/icon/disk.gif);
	list-style-position:outside;
	color:#000000;
	margin:0 0 4px 0;
}

#content #top-hl{
	display:compact;
	padding:4px 24px 4px 24px;
	background-color:#DC143C;
	color:#eeeeee;
	font-size:14px;
	font-weight:bold;
}

#content #mainTable {
	margin-top: 24px;
	margin-left: 12px;
	padding:4px;
}

#content .productTable {
	border: 1px solid #666699 ;
	background-color:#E4E4E4;
	width:650px;
}

#content .productTable230 {
	border: 1px solid #DC143C; 
	background-color:#eeeeee;
	width:650px;
}

#content .table-gray { 
	width:70%;
	background-color:#DCDCDC; }

#content .th {
	font-weight : bold;
	background-color:#E2E4EF;
	border-bottom:1px solid #666699;

}

#content .td {
	font-size : 11px;
}

#content .cellHl2{
	/*text-align:center;*/
	font-size:16px;
	font-weight:bold;
	border-bottom: 12px solid #DC143C;
}

#content .bgTr1 { background-color:#FFFFFF; padding:2px;  }
#content .bgTr2 { background-color:#E4E4E4; padding:2px; }