@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-family: Arial, Helvetia;
	font-size: 0.8em;
	color: #000000;
	margin: 0px;
}

table.startseite {
	width: 100%;
	position: absolute;
	bottom: 0px;
}

td.links {
	width: 476px;
}

td.rechts {
	background-repeat: repeat-x;
	background-image: url('images/content/rechts.jpg');
	vertical-align: top;
	padding-left: 80px;
	padding-top: 170px;
	line-height: 150%;
}

td.rechts p {
	padding-top: 10px;
	padding-left: 45px;
}

#kategorien {
	position: absolute;
	margin-left: -90px;
	bottom: 120px;
}

#bild {
	margin-left: 20px;
}
#text {
	margin-left: 0px;
	color: #ffffff;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}