/* CSS HESSEKOCHER.COM - TOAST TECHNOLOGIES  */
/* all rights reserved - www.toast.ch */


/* NEWS */
#newstitlebox{
    width: 450px;
    height: 14px;
    position:absolute;
    bottom: 187px;
    left: 10px; 
    z-index:200;
    
    /*left: 10px; */
    /*bottom: 187px; */
    /*background-color : #545454;*/
}
#newstitle{
	font-weight : bold;
	font-style : normal;
	letter-spacing:0.4em;
	font-size : 9px;
	font-family: Verdana, Helvetica, Arial,  Sans Serif;
    padding: 2px 0 0 20px;
    color:#ffffff;
}
#newsbackground{
  position:absolute; left:10px; bottom:23px;
  width:450px; height:160px; 
  overflow:hidden;
}	
#newstitlebackground{
    width: 450px;
    height: 14px;
    position:absolute;
    bottom: 187px;
    left: 10px;
    overflow:hidden;
    z-index:10; 
}       

/*gibt problem mit safari
.newslist {
    width: 430px;
}*/


.newslist tr:hover {
    background-color: #000000;
}

.newslist td {
    color:#ffffff;
	font-weight:normal;
	font-style:normal;
	font-size:10px;
	font-family:Verdana, Helvetica, Arial, Sans Serif;
	text-decoration:none;
	padding: 10px 20px 11px 0;
    vertical-align:top;
	text-align:left;
}
	
.newsheadlinelarge  {
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Helvetica, Arial, Sans Serif;
    color:#ffffff;
    letter-spacing:0.1em;
}
.newstextlarge  {
	font-weight:normal;
	font-size:11px;
	font-family:Verdana, Helvetica, Arial, Sans Serif;
    color:#ffffff;
    letter-spacing:0.1em;
}

.newsline1  {
	font-weight:normal;
	font-size:11px;
    /*color:#861313;*/
    color:#707070;
    letter-spacing:0.1em;
}
.newsline2  {
	font-weight:normal;
    text-transform: uppercase;
    letter-spacing:0.2em;
    color:#ffffff;
}
.newsline3  {
    padding: 2px 0 2px 0;
    color:#ffffff;
}
.newsline4  {
    font-style:italic;
}    
.newslink a, .newslink a:visited  {
	text-decoration:none;
}

.newslink a:hover  {
    font-weight:bold;
    color:#861313;
}


