	/** {
		margin: 0px;
		font: 10pt Verdana;
	}*/
	
	html {
		/* overflow: hidden; */
	}
	
	#table {
		width: 100%;
		height: 100%;
	}
	
	#sidebar {
		width: 150px;
		vertical-align: top;
	}
	
	#banner {
		background-color: lightblue;
	}
	
	#ads {
		margin-top: 35px;
		margin-bottom: 35px;
		text-align: center;
	}
	
	#vote {
		padding-left: 8px;
	}
	
	#frame {
		width: 100%;
		height: 100%;
		border: 1px solid #777;
	}
	
	#anbieterframe {
		border: none;
		width: 100%;
		height: 100%;
	}
	
	select, button {
		font: 8pt Verdana;
		border: 1px solid #777;
	}
	
	option {
		font: 7pt Verdana;
	}

	h2 {
		text-align: left;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#backlink {
		padding-left: 8px;
		margin-top: 35px;
	}
	
	.chart {
		background-image: url('./smsicons/chartbg.png');
		text-align: right;
		font: 8pt Verdana;
		height: 15px;
		color: #333;
	}
	
	.chartborder {
		border: 1px solid #333;
		width: 100px;
		height: 15px;
		background: white;
		text-align: left;
	}

	.menuliste{
		border: 1px solid lightblue;
		width: 500px;
	}

	.item{
		background-color: #FFFFFF;
		height: 20px;
		padding: 5px;
	}
		
/*	.item{
		border: 1px solid #CCC;
		background: #EEE;
		border-bottom: none;
		cursor: pointer;
		-moz-opacity: 0.3;
		padding: 5px;
		height: 20px;
	}*/
	
	.center {
		text-align: center;
	}
	
	.titel {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #FB9233; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #93C600;
}