@charset "UTF-8";
body {
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.inhalt {
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #333333;
	text-align: left;
}
.titelauswahl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: left;
}

.auswahl {
	font-size: 13px;
	background-color: #333333;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: left;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #999999;
	text-align: left;
}
.infobox {
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
#img {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 6px;
}
