* {
	padding: 0;
	margin: 0;
}
body {
	background: #FFF;
	font-size: 12px;
	font-family: Arial;
	color: #000;
}
a:link, a:visited, a:active {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
img {
	display: block;
	border: 0;
}
fieldset {
	border: 0;
}
.logo {
	position: absolute;
	top: 10px;
	left: 25px;
	width: 385px;
	height: 54px;
}
.container {
	position: relative;
}
.header {
	height: 85px;
}
.content {
	position: relative;
	padding: 25px;
}
.content ul {
	margin: 10px 0 10px 14px;
}
.content ul li {
	margin: 0 0 10px 0;
}
.inner-content h1 {
	font-size: 18px;
	margin: 0 0 15px;
}
.inner-content h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0;
}
.inner-content h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0;
}
.inner-content p {
	margin: 0 0 6px;
	line-height: 18px;
}
/*SECONDARY-CONTENT*/
.secondary-content, 
.pagefunctions {
	display: none;
}

/*HOME*/
#home .content {
	background: none !important;
}
#home .secondary-content {
	padding: 0 0 30px 25px;
	display: block;
}
#home .inner-secondary-content h3 {
	margin: 0 0 5px 0;
}
#home .inner-secondary-content ul {
	margin: 10px 0 0 14px;
}
#home .inner-secondary-content ul li {
	margin: 0 0 10px 0;
}
.box-left,
.box-center,
.box-right {
	margin: 0 0 20px 0;
}

.main-navigation,
.secondary-navigation,
.meta-navigation,
.quicksearch {
	display: none;
}

.tx-indexedsearch-res {
	padding: 5px 0 5px 0;
}
.tx-indexedsearch-res table {
	width: 100%;
}
.tx-indexedsearch-res table p {
	margin: 0;
}
.tx-indexedsearch-res table thead th {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	padding: 3px;
}
.tx-indexedsearch-res table tbody td {
	vertical-align: top;
	padding: 3px;
}

#searchresults_body .relevance {
    border-right: 0 none;
}
#searchresults_body .relevance span {
    background-image: url('../images/bg_rating.gif');
    background-repeat: no-repeat;
    text-indent: -100px;
    display: block;
    width: 59px;
}
#searchresults_body .relevance_4 span {
    background-position: -12px 0;
}
#searchresults_body .relevance_3 span {
    background-position: -24px 0;
}
#searchresults_body .relevance_2 span {
    background-position: -36px 0;
}
#searchresults_body .relevance_1 span {
    background-position: -48px 0;
}

/*NEWS*/
.news-latest-date, 
.news-list-date {
	display: block;
}
.news-latest-item {
	margin: 0 0 10px 0;
}
.news-list-item {
	padding: 10px 0 4px 0;
	border-top: 1px solid #000;
}
.news-list-item img {
	float: left;
	margin: 5px 10px 0 0;
}
.news-latest-item h4,
.news-list-item h4 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 2px 0 4px 0;
}
.news-latest-item .more,
.news-list-item .more {
	font-weight: bold;
	margin: 0 0 0 5px;
}

/* single */
.news-single-backlink {
	display: none;
}
.news-single-imgcaption {
	font-size: 11px;
	padding: 4px;
	line-height: 13px;
}

/*NEWS - Veranstaltungen*/
.box-right .news-latest-item h4 {
	font-size: 12px;
}

.news-catmenu img {
	display: inline;
}

/*FOOTER*/
.footer {
	position: relative;
	clear: both;
	padding: 15px 0;
}
.inner-footer {
	padding: 0 10px;
	font-size: 10px;
	text-transform: uppercase;
}
.inner-footer ul {
	display: none;
}

/* forms */
.formular {
	margin: 15px 0 0;
	padding: 10px;
}
.formular legend {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
}
div.formrow {
	clear: both;
	margin: 0 0 5px;
	min-height: 21px;
}
div.formrow label {
	width: 140px;
	display: block;
	float: left;
	line-height: 21px;
}
div.formrow select {
	width: 301px;
	height: 19px;
	float: left;
	border: 1px solid #000;
}
div.formrow input {
	width: 295px;
	height: 17px;
	float: left;
	padding: 2px 2px 0;
	border: 1px solid #000;
}
div.formrow input[readonly] {
	border: 0;
	background: none;
}
div.formrow textarea {
	width: 295px;
	height: 100px;
	padding: 2px;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #000;
}
div.formrow button {
	border: 0;
	width: 104px;
	height: 29px;
	cursor: pointer;
	display: block;
}
div.formrow button span {
	display: block;
	height: 29px;
	line-height: 25px;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
}
div.formrow button.submit {
	float: right;
}
div.captcha {
	margin: 0 0 20px 0;
}
div.captcha_container {
	position: relative;
	height: 37px;
}
div.captcha_container img {
	position: absolute;
	left: 141px;
	top: 1px;
}
div.captcha_container input {
	position: absolute;
	left: 320px;
	top: 5px;
	width: 100px;
	height: auto;
	font-size: 20px;
}
span.abuse {
	display: block;
	font-size: 10px;
	line-height: 10px;
}
/* mailform */
div.info label {
	line-height: 14px;
	padding: 5px 0 0 0;
}
div.formrow textarea#info {
	height: 30px;
}

/* tabelle */
.contenttable {
	border-collapse: collapse;
	margin: 15px 0;
	width: 100%;
	border-bottom: 1px solid #000;
}
.contenttable p {
	margin: 0;
}
.contenttable thead th {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	padding: 3px;
}
.contenttable tbody td {
	border-top: 1px solid #000;
	vertical-align: top;
	padding: 3px;
}

/* bilder */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-size: 11px;
	padding: 4px;
	line-height: 13px;
}

/* loginform */
