html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: url(/system/images/bg_body.png) top left repeat-x;
	font-size: 85%;
	font-family: Tahoma,Verdana;
}

#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1005px;
	text-align: left;
	font-size: 1em;
}

#header {
	position: relative;
	padding-top: 143px;
}

#logo {
	position: absolute;
	top: 55px;
	left: 0px;
}

#subnavigation {
	position: relative;
	height: 25px;
	background: url(/system/images/bg_subnavigation.png) top left no-repeat;
	margin: 3px 0 0 0;
	color: #fff;
	font-size: 1em;
	letter-spacing: 0.1em;
}

#contactLinks {
	position: absolute;
	top: 6px;
	right: 30px;
}

#contactLinks ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	line-height: 1em;
}

#contactLinks ul li {
	position: relative;
	margin: 0;
	float: left;
	padding: 0 6px 0 6px;
}

#contactLinks ul li.first {
}

#contactLinks ul li a {
	margin: 0;
	padding: 0;
	color: #997474;
	text-decoration: none;
}

#contactLinks ul li a:hover {
	color: #2b2a1c;
}

#subnavigation ul.subnav {
	list-style-type: none;
	margin: 0 18px 0 10px;
	padding: 2px 0 0 0;
	font-size: 0.9em;
}

#subnavigation ul.subnav li {
	position: relative;
	padding: 0px 10px 0px 10px;
	margin: 0;
//	border-left: 1px #fff solid;
	float: left;
}

#subnavigation ul.subnav li.first {
	border-left: 0px !important;
}

#subnavigation ul.subnav li a {
	color: #997474;
/*	color: #fff;*/
	text-decoration: none;
}

#subnavigation ul.subnav li.current a,
#subnavigation ul.subnav li a:hover {
	color: #2b2a1c;
/*	color: #997474;*/
}

#navigation {
	position: relative;
	height: 25px;
	margin-bottom: 3px;
	background: url(/system/images/bg_navigation.png) top left no-repeat;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

#navigation ul {
	list-style-type: none;
	margin: 0 18px 0 16px;
	padding: 3px 0 0 0;
}

#navigation ul li {
	position: relative;
	padding: 0px 10px 0px 10px;
	margin: 0;
//	border-left: 1px #fff solid;
	float: left;
}

#navigation ul li.first {
	border-left: 0px !important;
}

#navigation ul li a {
	color: #fff;
	text-decoration: none;
}

#navigation ul li.current a,
#navigation ul li a:hover {
	color: #454444;
}
#teaser {
	position: relative;
	height: 136px;
	overflow: hidden;
	background: url(/system/images/bg_teaser.png) top left no-repeat;
}

#teaser .wrapper {
	margin: 2px 0 0 2px;
	height: 130px;
	width: 1001px;
	overflow: hidden;
	position: relative;
}

#teaser .area {
	position: relative;
	width: 1500px;
	height: 100%;
}

#teaser ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: visible;
	height: 130px;
}

#teaser ul li {
	float: left;
	margin: 0;
	padding: 0 2px 0 2px;
}

#teaser ul li a,
#teaser ul li a img {
	border: 0;
}

#content {
	position: relative;
	padding: 40px 13px 0 12px;
	line-height: 1.5em;
	font-size: 1em;
}

#content h1 {
	font-size: 1.4em;
	color: #8d874d;
	margin: 0 0 8px 0;
	font-weight: normal;
}

#content h2 {
	font-size: 1.4em;
	color: #6c6c6c;
	margin: 0 0 8px 0;
	font-weight: normal;
}

#content h3 {
	font-size: 1em;
	color: #8d874d;
	margin: 0 0 6px 0;
	font-weight: normal;
	line-height: 1.5em;
}

#content h6 {
	fon-size: 1.4em;
	color: #6c6c6c;
	margin: 0 0 8px 0;
	font-weight: normal;
	line-height: 1.5em;
}

#content p {
	margin: 0 0 13px 0;
}

#content .floatContainer {
	position: relative;
	overflow: hidden;
	width: 980px;
	margin-top: 27px;
	font-size: 1em;
	color: #6c6c6c;
}

#content .floatContainer .left {
	position: relative;
	width: 455px;
	float: left;
}

#content .floatContainer .right {
	position: relative;
	width: 455px;
	float: right;
}

#content .floatContainer h2 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

#content a {
	color: #8d874d;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

p.editmode {
	color: #8d874d;
	font-style: italic;
	font-size: 8pt;
	margin: 0 0 0 0;
	padding: 0;
}

.Zitat {
	font-weight: bold;
	font-size: 0.7em;
	color: #6C6C6C;
	line-height: 1.5em;
}

.ZitatQuelle {
	font-weight: normal;
	font-size: 0.7em;
	color: #6C6C6C;
	line-height: 1.5em;
	font-style: italic;
}

.grosse_Schrift {
	font-size: 1.2em;
}

.hervorgehoben {
	font-weight: bold;
	color: #8d874d;
}

.roteSchrift {
color: rgb(204, 0, 0);
}

div.contactForm {
	padding-top: 10px;
}

div.contactForm p {
	overflow: hidden;
}

div.contactForm p label {
	float: left;
	width: 120px;
}

div.contactForm p input,
div.contactForm p textarea {
	border: 1px #6C6C6C solid;
	color: #6C6C6C;
	width: 180px;
}

div.contactForm p textarea {
	height: 50px;
}

div.contactForm .submitbutton {
	margin-left: 120px;
	cursor: pointer;
	color: #8d874d;
	width: auto;
	padding: 0 5px 0 5px;
}

div.contactForm p input.current,
div.contactForm p textarea.current {
	border: 1px #8d874d solid;
/*	color: #8d874d;*/
}

table.kalender {
border-collapse: collapse;
padding: 0;
margin: 20px 0 20px 0;
border: 0;

}

table.kalender th {
border-collapse: collapse;
padding: 0 15px 5px 15px;
margin: 0;
border: 0;
color: #6C6C6C;
font-weight: bold;
text-align: left;
font-style: italic;
vertical-align: top;
}

table.kalender td {
border-collapse: collapse;
padding: 0 15px 5px 15px;
margin: 0;
border: 0;
color: #6C6C6C;
font-weight: normal;
text-align: left;
text-decoration: none;
vertical-align: top;
}

table.kalender td.kalenderDatum {
white-space: nowrap;
}


table.kalender tr.spacer td {
padding: 0 0 10px 0;
}

table.kalender td.roteSchrift {
color: rgb(204, 0, 0);
}

table.kalender th.kalenderPerson {

}


table.kalender th.kalenderOrt {

}

