HTML {
	margin: auto;
	width: 100%;
	height: 100%;
}
BODY {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
#site {
	margin: auto;
	background: White url(images/bgsite.jpg) no-repeat top left;
	width: 825px;
	height: 90%;
	}
#logo {
	color: #A9A9A9;
	margin-left: 35px;
	width: 510px;
	height: 450px;
	float: left;
}
#logo .text {
	margin-left: 15px;
	margin-top: 8px;
	}
sup {
	font-size: smaller;
}
#roomheader {
	position: relative;
	top: 90px;
	left: 0px;
	font-size: 25px;
	color: #943350;
	text-indent: 20px;
}
#roomlist table {
	background: url(images/bg-table.gif) no-repeat;
	width: 269px;
	height: 219px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 100px;
	left: 10px;
	color: #943350;
}
#roomlist td, #roomlist th {
	height: 20px;
	line-height: 21px;
	padding-left: 5px;
}
#roomlist th {
	padding-top: 5px;
}
.thema {
	width: 170px;
	text-align: left;
	text-indent: 15px;
}
.user {
	text-align: right;
	padding-right: 30px;
}

#roomlist2 {
	width: 250px;
	position: relative;
	top: 100px;
	left: 0px;
	font-size: x-small;
	color: #943350;
}
#help {
	position: relative;
	top: 0px;
	background: url(images/help-info.gif) no-repeat;
	width: 825px;
	height: 243px;
	color: #943350;
}
#links {
	float: left;
	width: 500px;
	margin: 20px;
	font-size: 18px;
	margin-left: 35px;
}
#links img {
	vertical-align: middle;
	margin-right: 10px;
}
H3 {
	font-weight: lighter;
	font-size: x-large;
	color: #943350;
	display: inline;
}
#rechts {
	float: right;
	margin: 20px 40px 20px 0;
}

#rechts img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer {
	color: #A9A9A9;
	padding-left: 20px;
	font-size: 11px;
}
a:link, a:visited {
	color: #A9A9A9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
