* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

img, div, a, li, #search form, input#search-btn { behavior: url(iepngfix.htc) }

#teaser img {
	border: 1px solid #c4c1bc;
}

html {
	height: 100.12%;
}

body {
	background: #fff url(../img/bg.jpg) repeat-x top left;
	font-family: Arial;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #000;
}

p {
	margin-bottom: 10px;
}

h1, h2, h3 {
	font-size: 1.167em;
	margin-bottom: 15px;
}

#main {
	width: 950px;
	margin: auto;
}

#header {
	width: 100%;
	height: 155px;
	background: #fff url(../img/bg_header.jpg) repeat-x top left;
	position: relative;
}

#logo {
	position: absolute;
	top: 18px;
	left: 25px;
}

#persons {
	position: absolute;
	top: 32px;
	left: 266px;
	width: 676px;
	height: 119px;
	background: transparent url(../img/persons.png) no-repeat top left;
}

#search {
	position: absolute;
	top: 5px;
	left: 580px;
	width: 351px;
	height: 30px;
}

#search form {
	width: 100%;
	height: 100%;
	background: transparent url(../img/bg_search.png) no-repeat top left;	/* filter-fehler bei IE bei klickbaren kindelement innerhalb von positionierten elementen */
}

#search-magnifier {
	position: absolute;
	top: 5px;
	left: 25px;
}

#search-query {
	position: absolute;
	top: 2px;
	left: 50px;
	width: 216px;
	height: 19px;
	border: 1px solid #b6b6b6;
}

#search-btn {
	position: absolute;
	top: 2px;
	left: 275px;
}

#meta {
	position: absolute;
	top: 10px;
	right: 373px;
}

#meta span {
	margin-left: 9px;
	margin-right: 9px;
}

/* positionierung der elemente der suche */

#content {
	width: 100%;
	background-color: #f1f3f6;
	/*
	border-left: 1px solid #f4f2f3;
	border-right: 1px solid #f4f2f3;
	*/
	padding: 25px 0;
	overflow: hidden;
}

#teaser {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

#col1 {
	float: left;
	display: inline;
	width: 193px;
	margin-left: 25px;
	border: 1px solid #dbd9da;
	background-color: #fefcfd;
}

#col2 {
	float: right;
	display: inline;
	width: 193px;
	margin-right: 25px;
	/* border: 1px solid red; */
}

#col3 {
	width: 470px;
	margin: auto;
	/* border: 1px solid blue; */
}

#menu {
	margin: 15px 0 0 15px;
}

#menu li {
	list-style: none;
	margin-bottom: 14px;
}

#menu li.active {
	font-weight: bold;
}

#menu li ul {
	margin-top: 6px;
}

#menu li li {
	margin-bottom: 6px;
	margin-left: 10px;
}

#menu li li.active {
	background: transparent url(../img/arrow.gif) no-repeat 0 4px;
	padding-left: 11px;	
}

#footer {
	width: 100%;
	height: 170px;
	padding-top: 15px;
	background: transparent url(../img/bg_footer.gif) repeat-x 0 0;
}

#footer-content {
	width: 951px;
	height: 160px;
	margin: auto;
	background-color: #5390c7;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}

#col3 ul li {
	margin-left: 30px;
}

.csc-sitemap ul li {
	margin-left: 50px;
}

#col3 ul li, .csc-sitemap ul li ul {
	margin-bottom: 10px;
}

/* Kalender Styles überschreiben */

dl dd {
	margin-bottom: 15px;
}

.default_categoryheader, .default_catheader {
	background-color: transparent;
}

.invalid {
	color: #ff0000;
}

.news-list-container {
	background-color: transparent;
	border: 0;
}

.news-list-item {
	background-color: transparent;
}

.news-list-date {
	width: 100px;
	background-color: transparent;
	color: #000;
}

.news-list-container h3 {
	background-color: transparent;
	border-bottom: 1px solid #DBD9DA;
}

.news-list-container h3 a {
	color: #666;
}

.news-list-container h3 a:link, .news-list-container h3 a:visited, .news-list-container h3 a:hover {
	color:#666;
}

.news-single-item h2 {
	color: #666;
	font-size: 1.333em;
}

.news-single-item {
	background-color: transparent;
	border: 0;
	padding: 0px;
}

.tx-cal-controller  a{
	text-decoration: underline;
}

#links {
	padding-left: 10px;
	margin-top: 20px;
	overflow: hidden;
}

#links img {
	border: 0;
}

td {
	vertical-align: top;
	padding-right: 10px;
}

.tx-cal-controller td{
	padding-right: 0;
}

.csc-mailform {
	border: 0;
}

.csc-mailform label {
	display: block;
	width: 100%;
}

.csc-mailform-field {
	margin-bottom: 10px;
}