@CHARSET "ISO-8859-1";

/* --- rh-o ---------------------------------------------- */

/* --- Allg. ---------------------- */
html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;

	background-color: white;
	color: black;
}


/* Boxen ---------------------- */
.DivContG
{
	margin: 20px;
	padding: 0px;
	text-align: left;
}

#Header
{
	float: left;
	width: 100%;
	height: 140px;
	overflow: hidden;
}

#Content
{
	float: left;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

#Footer
{
	clear: left;
	width: 100%;
	height: 56px;
	margin: 0px;
	padding: 6px;
	overflow: hidden;
	border-top: 2px solid;
}


/* --- Elem. ---------------------- */
a
{
	text-decoration: none;
	color: black;
}
a:VISITED { color: black; }

#Logo
{
	position: relative;
	top: 10px;
	left: 120px;
}

.TabInhalt
{
	margin-left: 300px;
	margin-top: 30px;
}
.TabInhalt td
{
	padding-bottom: 40px;
	padding-right: 20px;
}


/* Eigenschaften ---------------------- */
.C_AlignC { text-align: center; }
