* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
	margin-bottom:1px;
}

body {
	padding: 20px 0;
	/* background-color: #FDF5DB; */
	background-color: #E6E6E6;
	color: #000000;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

img {
	border: 0;
}

#pagewrapper {
	width: 960px;
	margin: 0 auto;;
	/* background-color: #FFF; */
}

#header {
	/* padding: 40px; */
	margin: 0 0 8px 0;
	background-color: #CFD0D2;
	float: left;
}

#header_l {
	float: left;
	width: 680px;
	padding: 40px;
}

#header_r {
	float: right;
	width: 160px;
	padding: 20px;
}

#main {
	width: 880px;
	background-color: #FFF;
	/* border: 1px solid #CFD0D2; */
	padding: 40px;
	margin: 0 0 8px 0;
	float: left;
}

#spalte1 {
	float: left;
	width: 216px;
	padding: 0;
	margin: 0 0 0 0;
	/* background-color: #DDD; */
}

#spalte2 {
	float: left;
	width: 624px;
	padding: 0;
	margin: 0 0 0 40px;
	/* background-color: #EEE; */
}

#footer {
	clear: both;
	padding: 20px 40px 20px 40px;
	margin: 0 0 20px 0;
	background-color: #CFD0D2;
	float: left;
	font-size: 11px;
	width: 880px;
}

#footer_l {
	float: left;
	width: 440px;
}

#footer_r {
	float: right;
	width: 440px;
	text-align: right;
}

#kontakt_l {
	float: left;
	width: 271px;
	border-right: 1px dotted #BBB;
	padding-right: 40px;
	/* background-color: #EEE; */
}

#kontakt_r {
	float: left;
	width: 271px;
	padding-left: 40px;
	/* background-color: #EEE; */
}

/*********** LINKS + MENU */

a { color: #C0303A; }
a:hover, #navlist a:hover { text-decoration: underline;}
a:active { color: #C0303A; }

#navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px dotted #BBB;
	width: 216px;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-top: 1px dotted #BBB;
}

#navlist li a { text-decoration: none; }


/*********** DIVERSES */

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 30px 0;
	color: #C0303A;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 30px 0;
}

p {
	margin: 0 0 20px 0;
}

p.bordertop {}

.small {
	font-size: 11px;
}

#header img {
	display: block;
}

ul.normal {
	padding-left: 30px;
	margin-left: 0;
	margin-bottom: 30px;
	/* list-style-type: square; */
	list-style-image: url(../images/listbullet.gif);
}

ul.normal li {
	padding-bottom: 8px;
}

p.clicker {
	/* font-weight: normal; */
	color: #C0303A;
	text-decoration: underline;
	cursor: pointer;
	background: url(../images/plus.gif) no-repeat left center;
	padding-left: 18px;
}

p.clicker.open {
	font-weight: bold;
	background: url(../images/minus.gif) no-repeat left center;
}

p.article {
	margin-bottom: 30px;
}

hr {
	border-bottom: 1px dotted #BBB;
	border-top: 0;
	height: 0;
	margin: 5px 0;
}

.picleft {
	float: left;
	padding: 0 40px 40px 0;
	/* background-color: #EEE; */
}

.picnavi {
	margin: 40px 0 0 0;
}

.kontakt {
	padding: 20px;
	background-color: #EEE;
	margin-bottom: 20px;
}

table#contacttable td {
	white-space: nowrap;
	padding: 0 20px 3px 0;
}

table#contacttable input.text {
	width: 400px;
}

table#contacttable textarea {
	width: 402px;
	height: 200px;
}

.aktuelles {
	float: right;
	width: 220px;
	padding: 20px;
	margin: 0 0 30px 40px;
	background-color: #EEE;
	border: 1px solid #BBB;
}

a[href$=".pdf"] {
	background-position:right center;
	background-repeat:no-repeat;
	margin:-2px 0;
	padding:2px 22px 2px 0;
	background-image:url(../images/link_pdf.png);
}


