/* Style Sheet 				*/
/* aktuelles.css				*/
/*					*/
/* Created	: 01.11.2008		*/
/* Created by	: Edsch			
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#aktuelles table { 
	border: none;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}

#aktuelles table tr:hover td { 
	background: #bcb483;
	}

#aktuelles caption { 
	caption-side: top;
	text-align: left;
	padding: 0 0 0.9em 0;
	font-weight: bold;
	}
	
#aktuelles tr th { 
	padding: 0.5em 0 0.5em 0.2em;
	font-weight: bold;
	text-align: left;
	background: #cccccc;
	}
	
#aktuelles tr { 
	valign: top;
	}

#aktuelles td { 
	height: 45px;
	}

#aktuelles td, tr 	{
	padding: 0.5em 0 0.5em 0.2em;  
	align: left;
	}
	
#aktuelles tr.gerade td { 
	background: #bcb483;
	}

#aktuelles tr td.bild { 
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	width: 134px;
	}
	

#aktuelles tr td.date {
	border: none;
	text-align: right;
	border-collapse: collapse;
	empty-cells: show;
	width: 153px;
	}

#aktuelles tr td.text { 
	border: none;
	text-align: justify;
	border-collapse: collapse;
	empty-cells: show;
	width: 750px;
	}
