html, body	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	background-color: #333333;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#page	{
	width: 100%;
	height: 100%;
	background-image: url(bilder/bg-wrapper.png);
	background-repeat: repeat-y;
	background-position: top center;
}

#head	{
	width: 100%;
	height: 530px;
	background-image: url(bilder/bg-head.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

#head .naviwrapper	{
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#topnavi	{
	width: 990px;
	padding-top: 430px;
}

#topnavi ul	{
	margin: 0;
	margin-left: 210px;
	padding: 0;
	list-style-type: none;
}

#topnavi li	{
	margin: 0;
	padding: 0;
	padding-right: 10px;
	display: inline;
}

#topnavi a	{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	background-image: url(bilder/button-topnavi.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

#topnavi a:hover	{
	text-decoration: none;
	color: #CCCCCC;
}

#seite	{
	width: 100%;
	min-height: 530px;
	background-image: url(bilder/bg-seite.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#seite .seitenwrapper	{
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#sidebar	{
	float: left;
	padding-left: 165px;
	width: 205px;
}

#sidebar ul {
	margin: 0;
	margin-top: 7px;
	margin-left: 15px;
	padding: 0;
	list-style-type: none;
}

#sidebar li	{
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
}

#sidebar a	{
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	font-size: 13px;
	background-image: url(bilder/button-sidebarnavi.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

#sidebar a:hover	{
	text-decoration: none;
	color: #FFFFFF;
}

#clear	{
	clear: both;
	height: 10px;
}

#footer	{
	width: 990px;
	height: 110px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	background-image: url(bilder/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#footer .adresse	{
	margin-left: 153px;
	padding-top: 60px;
}

#footer .adresse a	{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

#footer .adresse a:hover	{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: overline;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 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;
}

.fettzentriert {
	font-weight: bold;
	text-align: center;
}

.fettgrau {
	font-weight: bold;
	color: #CCCCCC;
}

.weiss	{
	color: #FFFFFF;
}

caption	{
	padding-bottom: 20px;
}

#inhalt	{
	float: left;
	width: 460px;
	font-size: 0.75em;
	margin-left: 10px;
	line-height: 1.4em;
}

#inhalt h1	{
	color: #CCCCCC;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px dotted #F24433;
	padding-bottom: 10px;
}

#inhalt h2	{
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	background-image: url(bilder/bg-h2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 20px 5px;
	margin: 30px 0px 10px 0px;
}

#inhalt .galerie td	{
	padding: 5px;
	padding-bottom: 20px;
	text-align: center;
	vertical-align: top;
}

a.navi:link 	{
	text-decoration: underline;
	color: #CCCCCC;
	font-weight: bold;
}

a.navi:visited 	{
	text-decoration: underline;
	color: #CCCCCC;
	font-weight: bold;
}

a.navi:hover 	{
	color: #CCCCCC;
	text-decoration: overline;
	font-weight: bold;
}

a.navi:active 	{
	text-decoration: underline;
	color: #CCCCCC;
	font-weight: bold;
}
