/* -------------------------------------------------------------- */	
/* Message Modul                                                  */
/* -------------------------------------------------------------- */	

/* -------------------------------------------------------------- */		
/* Definition der News-Box                                        */
/* -------------------------------------------------------------- */		
.box-News .bottom-right
    {
    }
    
.box-News .bottom-left
    {
    }
    
.box-News .top-right
    {
    }
    
.box-News .top-left
    {
    }
    
.box-News .titlebar
    {
	position:relative;
    font-family:verdana, arial;
    font-weight:bold;
    font-size:11px;
	color:#FFFFFF;
    text-align:left;
	height:18px;
	background:#C40000;
	padding-top:4px;
	padding-left:5px;
	margin-top:0px;
    margin-left:0px;
    margin-right:0px;
	}
	
.box-News .content
    {
	font-size:11px;
    text-align:left;
    padding:4px;
	padding-top:4px;
    }
    
.box-News
    {
    border:1px #C40000 solid;
	background:#FFFFFF;
	padding:0px;
    margin:0px;
    }
    
.box-News .content a
    {
	color:#3566B4;
	text-decoration:none;
	}
		
.box-News .content a:hover
    {
	color:#C40000;
	text-decoration:none;
	}	
	
/* -------------------------------------------------------------- */		
	

/* -------------------------------------------------------------- */			

/* -------------------------------------------------------------- */		
/* News - Seite mit den letzen News + Archivjahren                */
/* -------------------------------------------------------------- */	
/* Links */
#news-index-left
	{
	float:left;
	width:340px;
	}
	
#news-index-left a
	{
	color:#3566B4;
	}
	
#news-index-left a:hover
	{
	color:#C40000;
	}
	
/* Rechts */	
#news-index-right
	{
	float:right;
	width:170px;
	margin:0px;
	}
	
#news-index-right a
	{
	color:#3566B4;	
	}

#news-index-right a:hover
    {
	color:#C40000;
	}		

/* -------------------------------------------------------------- */		
/* Newsarchiv - Seite mit den News eines Jahres                   */
/* -------------------------------------------------------------- */	
/* Links */
#news-archive-left
	{
	float:left;
	width:530px;
	}
	
#news-archive-left a
	{
	color:#3566B4;
	}
	
#news-archive-left a:hover
	{
	color:#C40000;
	}
