/* Banner */

#its_img {
	
	background: transparent url(../../../img/its_banner5.jpg) top left no-repeat;
	height: 116px !important;
}


div.headerimage {
	
	background: transparent url(../../../img/its_banner5.jpg) top left no-repeat;
	height: 116px !important;
}

/* Button */   
     
    .button {
        
        min-width: 150px;
        width: 150px;
        margin: 0;
        font-family: arial, sans-serif;
        font-size: 14pt;
        line-height: 1.2;
        text-decoration: none;
        background-color: #e3e3e3;
        cursor: url(../../../img/hand.gif), default;
    }

    .button a {
        display: block;
        padding: 8px 15px;
        border: 1px outset #ccc;
        text-decoration: none;
        text-align: center;
        color: #000 !important;
    }
    
    .button a:active {
        border: 1px inset #ccc;
        color: #000 !important;
        text-decoration: none !important;

    }
    
    .button a:hover {
        border-color: #9cf #69e #69e #7af;
        color: #000 !important;
        text-decoration: none !important;
    }
    
    table.tbl-layout1,
    table.contenttable-1 {
    	width: 100% !important;
    	/* padding: 0.5em 0 !important; */
    }
    
    table { height: auto !important; }
    
    
    /* Punktliste ul > li */
    
 
    
    /* tt_news template */
    
    div.news-list-container ul li {
    	padding-bottom: 0.5em !important;
    }
    
    div.its div.news-latest-container {
        display: block;
        padding-top: 1em;
    }
    
    div.its div.news-latest-container div.news-latest-item {
        display: block;
        width: 100%;
        padding: 0 0 0.5em 0;
        border-bottom: 1px #454545 solid;
        clear: left;
    }
    
    div.its div.news-latest-container div.news-latest-item h1 {
        width: 100%;
        font-size: 110%;
        padding: 0 0 0.2em 0 !important;
        border-bottom: 1px #454545 solid;
    }
    
    div.its span.news-latest-date,
    div.its span.news-latest-cat {
        font-size: 60%;
        color: #454545;
        
    }
    div.its .news-list-container span.news-latest-date {
        font-size: 80%;
        color: #454545;
    }
    
    div.its .news-list-container ul li a {
        font-weight: bold !important;
    }
    
    div.its div.news-single-item h3 {
        margin-top: 0em !important;
        padding-top: 0em !important;
    }
    
    p.news-single-author {
        margin-top: 0em;
        padding-top: 0em;
    }
    
    
    /** Download Block */
    
    table.csc-uploads-1 {
	width: 100%;
    }
    
    table.csc-uploads-1 tr {
	padding: 10px 0;
	border-bottom: 5px #000 solid;
    }
    
    table.csc-uploads-1 tr.tr-even {
	background-color: #bbb;
    }
    
    table.csc-uploads-1 tr.tr-odd {
	background-color: #ddd;
    }
    
    table.csc-uploads-1 td {
	width: auto;
	padding: 10px 10px;
    }
    
    table.csc-uploads-1 td.csc-uploads-icon {
	width: 25px;
    }
    
    table.csc-uploads-1 td.csc-uploads-fileName a {
	font-weight: bold;
    }
    
    table.csc-uploads-1 td.csc-uploads-fileSize {
	width: 50px;
	font-weight: bold;
    }
    
    a.mail {
    	padding-left: 18px !important;
	background-position: left top !important;
    }
    
    div.its div.news-latest-container div.news-latest-item a {
    	background:url("../../../img/pfeil.gif") no-repeat scroll left center transparent;
        padding-left:18px;
    
    }
    
    div.its div.news-latest-container span.news-latest-cat a {
       background:none;
       padding-left:0px;
    }
    


