html {
	overflow-y: scroll;
}

body {
	margin: 0; 
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 100.1%;
}


.tabelle_hauptseite {
	-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
	border: 1px solid #B0D07B;
}
.bewertungstabelle_ein_hauptseite {
	background-color: #EEF8DE;
}
.bewertungstabelle_aus_hauptseite {
	background-color: #FFFFFF;
}
.tabelle_freizeit {
	-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
	border: 1px solid #D3825E;
}
.bewertungstabelle_ein_freizeit {
	background-color: #FAEEE6;
}
.bewertungstabelle_aus_freizeit {
	background-color: #FFFFFF;
}

.tabelle_wissen {
	-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
	border: 1px solid #78B488;
}
.bewertungstabelle_ein_wissen {
	background-color: #E2F2E7;
}
.bewertungstabelle_aus_wissen {
	background-color: #FFFFFF;
}

.tabelle_nachrichten {
	-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
	border: 1px solid #84ABC2;
}
.bewertungstabelle_ein_nachrichten {
	background-color: #E8EDF0;
}
.bewertungstabelle_aus_nachrichten {
	background-color: #FFFFFF;
}
.tabelle_spiele {
	-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
	border: 1px solid #E3DA59;
}
.bewertungstabelle_ein_spiele {
	background-color: #FFFBDB;
}
.bewertungstabelle_aus_spiele {
	background-color: #FFFFFF;
}
