
html, body {
	margin: 0; 
	padding: 0;
}

.head {
	padding: .5em;
	margin: 0;
	background: url(../images/headbottombg.png) bottom left repeat-x white;
	color: black;
}

.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: .5em;
	font-size: .6em;
	font-family: arial, verdana, sans-serif;
	background-color: #39C;
	color: #33FFCC;
	width: 100%;
}
body>.footer {
	position: fixed;
}


.userfooter {
	position: absolute;
	right: 0;
	bottom: 100%-1.8em;
	top: 0;
	margin: 0;
	padding: .5em;
	font-size: .8em;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	background-color: #C99;
	border-bottom: 1px solid white;
	color: black;
}
body>.userfooter {
	position: fixed;
}

footer.a:link, a:active, a:visited {
	color: #aa00aa;
}

footer.a:hover {
	text-decoration: none;
}

.hidden {
	display: none;
}

.menu {
	margin: 0;
	padding: 1em 0;
	font-size: 1em;
	font-family: arial, verdana, sans-serif;
	background: url(../images/menubtntop.png) top left repeat-x #C1D4F2;
}

.menu a:link, .menu a:active, .menu a:visited {
	color: black;
	padding: 1em;
	margin: 0;
}

.menu a:hover, .menu a.active {
	background: url(../images/menubtntophover.png) top left repeat-x #9999FF;
	text-decoration: none;
}

div.content {
	margin: 0;
	padding: 1em;
	background: url(../images/contentbg.png) top left repeat-x white;
}

p, td, th, li, input, label, legend {
	font-family: arial, verdana, sans-serif;
	font-size: .8em;
}

form.login {
	float: right;
	margin: 1em;
	display: inline;
}

form.login fieldset {
	border: 1px solid blue;
	background-color: white;
	display: inline;
}

label,input,select { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	width: 9em; /* Breite.*/
}

input#remember, label#lremember {
	width: auto;
}

input.submit {
	width: auto;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	clear: left; /* das floating der labels und inputs aufheben */
}

.red {
	background-color: inherit;
	color: red;
}

table.rankingtable
{
	height: 95%;
	width: 100%;
}
td.rankingmenu 
{
	vertical-align: top;
	width: 15em;
	background-color: #D4D0C8;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-top: 1px solid #FFF;
	font-size: .8em;
	margin: 1em 0;
	padding: 0;
}
td.rankingmenu a
{
	display: block;
	font-family: arial, verdana, sans-serif;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #D4D0C8;
	border-top: 1px solid #D4D0C8;
	border-left: 1px solid #D4D0C8;
	margin: 0;
	padding: .2em 1em;
}
td.rankingmenu a:hover
{
	font-family: arial, verdana, sans-serif;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #777;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
table.ranking
{
	background-color: lightblue;
	font-family: "curier new";
	border: 1;

}
