html,body {
	font-family: "Verdana", Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	height: 100%;
}


body,td {
	font-size: 80%;
	color: #fff;
}

.sm16 {
     font-size: 4px; line-height: 4px;
     height: 16px;
     overflow: hide;
}

.sm15 {
     font-size: 4px; line-height: 4px;
     height: 15px;
     overflow: hide;
}

table, table.td {
	margin: 0px;
	padding: 0px;
}

table.aussen { 
	width:100%; height:100%; 
}

table.aussen td { 
	text-align:center; vertical-align:middle; 
}

/*
div.innen, div.innen td {
	margin-left:auto; margin-right:auto;
	width:980px; text-align:left;
}
*/


h1 {
	font-size: 130%;
}

#main-container {
	width: 745px;
	height: 400px; 
	overflow: auto; 
	text-align: left;
	
}



div#news-sideblock {
	width: 95%;
	text-align: left;
	
	font-size: 10px;
	margin: auto;
}
#news-sideblock a {
	text-decoration: none;
	color: #fff;
}

#news-sideblock a:hover {
	text-decoration: underline;
}
#news-sideblock h1.news-title{
	padding: 0px;
	margin: 0px;
	
	font-size: 100%;
	font-weight: bold;
}
#news-sideblock hr {
	text-align: center;
	width: 50%;
}

#news-list h1, #events-list h1 {
	color: #fff;
	margin: 0px;
	padding: 0px;
	
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}

#news-list a, #events-list a {
	color: #fff;
}