/* =COMMON
   ----------------------------------------------------*/
   
* {
	padding: 0;
	margin: 0;
	border: 0;
	color: #000 !important;
}

html {
	font-size: 75%;
}

body {
	font: 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	line-height: 1.3em;
	background: #fff;	
	text-align: left;
}

html>body {
	font-size: 12px;
}

ul {
	list-style-type: none;
}   

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 500px;	
	clear: both;
	text-align: left;	
}

#header, #content, #footer {
	width: 500px;
	float: left;
}

a {
	width: auto;
	height: auto;
	text-decoration: none;
	margin: auto;
	padding: auto;
}

#slideshow, #header, #sidebar, #footer {
	display: none;
}

#content {
	padding-top: 20px;
}

#printfooter {
	width: 500px;
	clear: both !important;
	padding-top: 50px;
}

/* =CONTENT
   ----------------------------------------------------*/


h2 {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 15px;
	clear: both;
}

h3 {
	font-weight: normal;
	font-size: 1.4em;
	margin: 5px 0 15px 0;
	color: #000;
	clear: both;
}

h4 {
	font-size: 1.15em;
	margin: 0 0 0 0;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}

p {
	margin-top: 5px;
	margin-bottom: 25px;
}

sup {
	font-size: 85%;
	text-decoration: none;
}

p sup {
	vertical-align: top;
}

.bildtext, .bildtext_klein {
	clear: both !important;
	float: left;
	padding-bottom: 20px;
}

.contentblock {
	clear: both;
}

.halbbreit {
	padding-top: 20px;
}

.halbbreit p {
	margin-bottom: 5px;
}

/* =SITEMAP
   ----------------------------------------------------*/

#sitemap a {
	text-decoration: none;
}
   
#sitemap a h3 {
	color: #669900;
}
   
#sitemap li, #sitemap ul {
	list-style-type: none;
	padding: 10px 0 0 0;	
}
   
#sitemap li {
	padding: 4px;
}
   
#sitemap ul.firstLevel, #sitemap ul.secondLevel {
	padding: 0 0 14px 0;
}

#sitemap .firstLevel li {
	padding: 1px 5px;
}

#sitemap .secondLevel li {
	padding: 1px 15px;
}

#sitemap .thirdLevel li {
	padding: 1px 25px;
}
