/* Die css-Formatierungen für die Top-News und die News-Einzelansicht */


/*
 * weißer Hintergrund
 */


#content {
    line-height: 1.417em;
    background-color: #ffffff;
    padding: 0;
}

/*
 * tt_news Listenansicht
 */

#reports {
	
}

#reports div.item {    
    background-color: #E5E5E4;
    padding: 18px 60px 26px 0;
    margin-bottom: 2px;
}

#reports div.item_left {
    width: 150px;  
    float: left;
}

#reports div.item_image {
    overflow: hidden;
    text-align: right;
}

#reports div.item_right {    
   margin-left: 190px;
   width: 410px;
}

#reports h1 {	
    margin: 0;
    padding: 0;
}

#reports h1 a {
    color: #010101;
    text-decoration: none;
}

#reports h1 a:hover {
    color: black;
    text-decoration: underline;  
}

#reports h2 {
    font-size: 0.9167em;
    color: #737373;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#reports h3 {
	font-size: 0.9167em;
	color: #276792;
	font-weight: normal;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}


#reports div.item_text {
    margin-top: 10px;
    margin-bottom: 7px;
    color: #343434;
}

#reports div.item_footer {
    text-align: left;
}

#reports div.item_footer a {    
    color: #737373;
    font-size: 0.75em;
    text-decoration: none;
}

#reports div.item_footer a:hover {
    text-decoration: none;  
}


/*
 * tt_news Listenansicht Box
 */

#reports_box {
    margin-top: 25px;
}

#reports_box .box_top {
    background-image:url(../../images/boxes/box_top_scrollable.jpg);
    background-repeat:no-repeat;    
    height: 25px;
    color: #004D82;
    line-height: 25px;
    font-size: 0.9167em;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    padding-left: 12px;
}

#reports_box .box_middle {
    background-image:url(../../images/boxes/box_middle_scrollable.jpg);
    background-repeat:repeat-y;
    text-align: left;    
}

#reports_box .box_middle_inner {
    height: 304px;
    overflow: auto;
    margin-right:2px;
    padding: 24px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#reports_box .box_bottom {
    background-image:url(../../images/boxes/box_bottom_scrollable.jpg);
    background-repeat:no-repeat;
    height: 12px;    
     
}

#reports_box div.item {
    margin-bottom: 2px;
    float: left;
    width: 155px;
    height: 304px;
    overflow: hidden;
}

#reports_box div.item_image {
    text-align: left;
}

#reports_box h1 {   
    margin: 0;
    margin-top: 23px;
    padding: 0;
}

#reports_box h1 a {
    color: #010101;
    text-decoration: none;
}

#reports_box h1 a:hover {
    color: black;
    text-decoration: underline;  
}

#reports_box h2 {
    font-size: 0.9167em;
    color: #737373;
    font-weight: normal;
    margin: 0;
    padding: 0;    
}

#reports_box h3 {
    font-size: 0.9167em;
    color: #276792;
    font-weight: normal;
    margin: 0;
    margin-top: 5px;
    padding: 0;
}

#reports_box div.item_more {
    margin: 0;
    padding: 0;
    text-align: left;
    margin-top: 10px;
}

#reports_box div.item_more a {    
    color: #737373;
    font-size: 0.75em;
    text-decoration: none;
}

#reports_box div.item_more a:hover {
    text-decoration: none;  
}

#reports_box div.item_pdf {
    margin: 0;
    padding: 0;
    text-align: left;
}

#reports_box div.item_pdf a {    
    color: #737373;
    font-size: 0.75em;
    text-decoration: none;
    line-height: 1em;
}

#reports_box div.item_pdf a:hover {
    text-decoration: none;  
}


/*
 * tt_news Einzelansicht
 */


#report {
    
}

#report div.item {    
    background-color: #E5E5E4;
    padding: 18px 20px 26px 0;
    margin-bottom: 2px;
}

#report div.item_left {
    width: 150px;  
    float: left;  
}

#report div.item_image {
    position: relative; 
    overflow: hidden;
    text-align: right;
}

#report div.item_right {    
   margin-left: 190px;
      
}

#report h1 {   
    margin: 0;
    padding: 0;
    padding-right: 60px;
}

#report h1 a {
    color: #010101;
    text-decoration: none;
}

#report h1 a:hover {
    color: black;
    text-decoration: underline;  
}


#report h2 {
    font-size: 0.9167em;
    color: #737373;
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-right: 60px;
}

#report h3 {
    font-size: 0.9167em;
    color: #276792;
    font-weight: normal;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    padding-right: 60px;
}

#report div.item_text {
    margin-top: 10px;
    margin-bottom: 7px;
    color: #343434;
    padding-right: 60px;
}

#report div.item_footer {
    text-align: left;
    padding-right: 60px;
}

#report div.item_footer a {    
    color: #737373;
    font-size: 0.75em;
    text-decoration: none;
}

#report div.item_footer a:hover {
    text-decoration: none;  
}