html, body	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #343A3A;
	text-align: center;
}

#seite	{
	width: 100%;
	height: 100%;
	background-image: url(bilder/bg-seite.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#wrapper	{
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 30px;
}

#topnavi	{
	width: 980px;
	text-align: right;
	padding-top: 80px;
}

#topnavi ul	{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#topnavi li	{
	padding: 0px;
	padding-left: 30px;
	margin: 0px;
	display: inline;
}

#topnavi a	{
	color: #E5E5E5;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 20px;
}

#topnavi a:hover	{
	color: #33B3CC;
	text-decoration: none;
	background-image: url(bilder/navipfeil.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#box {
	width: 980px;
	padding-top: 230px;
}

#sidebar	{
	float: left;
	border: 1px solid #6A665D;
	background-color: #575B5C;
	background-image: url(bilder/bg-sidebar.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 40px;
	padding-bottom: 40px;
}

#sidebar ul	{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#sidebar li	{
	padding: 0px;
	margin: 0px;
}

#sidebar a	{
	color: #E5E5E5;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 20px;
	display: block;
}

#sidebar a:hover	{
	color: #33B3CC;
	text-decoration: none;
}

#inhalt	{
	width: 650px;
	float: right;
	font-size: 0.85em;
	line-height: 1.5em;
	padding-top: 40px;
}

#inhalt h1	{
	color: #CC9933;
	font-size: large;
	letter-spacing: 1px;
	background-image: url(bilder/bg-h1.jpg);
	background-position: left center;
	background-repeat: repeat-y;
	padding: 0.7em 0 0.7em 0.7em;
}

#inhalt h2	{
	color: #CC9933;
	font-size: medium;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#inhalt li	{
	padding-bottom: 0.7em;
}

#clear	{
	clear: both;
	height: 20px;
}

#footer	{
	width: 980px;
	background-image: url(bilder/bg-footer.jpg);
	background-position: left;
	background-repeat: repeat-y;
	text-align: center;
	font-size: 0.85em;
	padding-top: 15px;
	padding-bottom: 15px;
}

.orange	{
	color: #CC9933;
}

.fettorange {
	font-weight: bold;
	color: #CC9933;
}

.blau	{
	color: #33B3CC;
}

.fettblau {
	font-weight: bold;
	color: #33B3CC;
}

.noborder	{
	border: none;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.text-links {
	text-align: left;
}

.text-rechts {
	text-align: right;
}

.text-zentriert {
	text-align: center;
}

.text-blocksatz {
	text-align: justify;
}

.kursiv {
	font-style: italic;
}

.fett {
	font-weight: bold;
}

.linienabstand	{
	padding-bottom: 15px;
	padding-top: 15px;
}

a.navi:link 	{
	text-decoration: none;
	color: #33B3CC;
}

a.navi:visited 	{
	text-decoration: none;
	color: #33B3CC;
}

a.navi:hover 	{
	text-decoration: overline;
	color: #CC9933;
}

a.navi:active 	{
	text-decoration: none;
	color: #33B3CC;
}
