/* FARBEN */
/* 1. Ueberschrift / Links / Schriften */
/* 2. individuelle Styles */
/* 3. Container */
/* 4. TYPO3 */
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:30px 30px 30px 30px;
	padding: 0 0 0 0;
}
/* FARBEN */
/* Farben gelb - hell: #FFE485 - mittel: #FFD955 - dunkel: #EDA90E */
body {
	background-color: transparent;
	background-image: none;
}
h3 {
	background-color: transparent;
}
.rahmen1 {	
	background-color: #eeeeee;
}
.rahmen2 {	
	border: 2px solid #eeeeee;
}
hr {
	color: #eeeeee;
	border-top: 2px solid #eeeeee;
}
#topallbox {
	background-image: none;
}
#middleall {
	background-image: none;
}
#middleallbox {
	background-image: none;
}
.news-single-item h2 {
	background-color: #eeeeee;
}
/* 1. Ueberschrift / Links / Schriften */
h1 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 11px 0;
	padding: 0 0 0 0;
}
h2 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 11px 0;
	padding: 0 0 0 0;
}
h3 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 11px 0;
	padding: 2px 5px 2px 5px;
}
h4 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 11px 0;
	padding: 0 0 0 0;
}
a:link, a:visited, a:active  {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border: 0px;
}
/* 2. individuelle Styles */
.fixfloat {
	float: none;
	clear: both;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px
}
p.bodytext {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.rahmen1 {	
	margin: 0 0 11px 0;
	padding: 2px 5px 2px 5px;
}
.rahmen2 {	
	margin: 0 0 11px 0;
	padding: 2px 5px 2px 5px;
}
ul {
	list-style: square;
}
li {
	list-style: square;
}
hr {
	background-color: white;
	height: 2px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	margin-top: 11px;
	margin-bottom: 11px;
}
/* 3. Container */
#allbox {
	width: 100%;
}
#left {
	display: none;
}
#topleftbox {
	display: none;
}
#all {
	width: 99%;
}
/* 3.1. Container Kopfbereich - top */
#topallbox {
	width: 100%;
	height: 115px;
}
#topall {
	width: 100%;
	margin: 0 0 0 0;
}
#logobox {
	padding: 0 0 0 0;
}
#navbox {
	display: none;
}
/* 3.2. Container Contentbereich - middle */
#middleallbox {
	width: 100%;
	background-repeat: repeat;
}
#middleall {
	width: 100%;
	margin: 0 0 0 0;
	background-repeat: no-repeat;
}
#middlecontentbox {
	width: 100%;
}
#navmiddle {
	display: none;
}
#contentbox {
	width: 100%;
}
#content {
	width: 100%;
}
#twocol50zu50 #sub1 {
	width: 40%;
	float: left;
}
#twocol50zu50 #sub2 {
	width: 40%;
	float: left;
	margin: 0 0 0 10px;
}
#twocol30zu70 #sub1 {
	width: 30%;
	float: left;
}
#twocol30zu70 #sub2 {
	width: 60%;
	float: left;
	margin: 0 0 0 10px;
}
#middlerightbox {
	display: none;
}
#impressumbox {
	text-align: center;
	padding: 25px 0 15px 0;
	font-size: 10px;
}
/* Mailform */
form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
form br, .csc-mailform-field {
	clear: both;
}
fieldset {
	line-height: 2em;
	border: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
label {
   float: left;
   text-align: left;
   width: 75px;
	line-height: 1.2em;
}
textarea {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0 0 3px -3px;
}
html>body textarea {
	margin-left: 0px;
}
input {
	border: 1px solid #000000;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0 0 3px 0;
}
.csc-mailform-submit {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
	border: 0px solid #990000;
	padding: 1px 1px 1px 1px;
	margin: 0 0 5px 75px;
	cursor: pointer;
}
/* tt-news */
.news-latest-item h3 a:link, .news-latest-item h3 a:visited, .news-latest-item h3 a:active  {
	color: #000000;
	text-decoration: none;
}
.news-latest-item h3 a:hover {
	color: #000000;
	text-decoration: underline;
}
.news-latest-content {
	margin: 0 0 0 10px;
}
.news-latest-img {
	float: left;
	margin: 0 10px 0 0;
}
.news-latest-text {
	float: left;
	margin: 0 10px 0 0;
}
.news-latest-morelink {
	text-align: right;
	margin: 5px 10px; 0 0;
}
.news-single-item h2 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 11px 0;
	padding: 2px 5px 2px 5px;
}
.news-single-item h3 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 11px 0;
	padding: 0 0 0 0;
	background-color: transparent
}
.news-single-img {
	float: right;
	width: 265px;
	margin: 0 0 0 10px;
}
.news-single-imgcaption {
	font-size: 10px;
	margin: 5px 0 5px 0;
}
.news-single-timedata {
	margin: 11px 0 0 0;
}
.news-single-author {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.news-single-additional-info dd, .news-single-additional-info dt, .news-single-additional-info dl {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.news-single-additional-info dt {
	font-weight: bold;
}
.news-single-additional-info {
	margin: 0 0 11px 0;
}
.news-latest-termine .news-latest-item  {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
.news-latest-termine h3  {
	color: #FFFFFF;
	font-size: 11px;
	background-color: transparent;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.news-latest-item_schwarzes_brett_top {
	width: 265px;
	height: 40px;
	background-image: url(../../pics/bg_schwarzes_brett_top.jpg);
} 
.news-latest-item_schwarzes_brett {
	width: 265px;
	background-image: url(../../pics/bg_schwarzes_brett.jpg);
}
.news-latest-item_schwarzes_brett p {
	padding: 0 5px 0 8px;
	margin: 0 0 0 0;
}
.news-latest-item_schwarzes_brett h4 {
	padding: 0 5px 0 8px;
	margin: 0 0 5px 0;
}
.news-latest-item_schwarzes_brett_bottom {
	width: 265px;
	height: 20px;
	background-image: url(../../pics/bg_schwarzes_brett_bottom.jpg);
}

/* Suche */

.tx-indexedsearch-searchbox legend {
	display: none;
}

.tx-indexedsearch-searchbox label {
	width: 135px;
}

.tx-indexedsearch-searchbox input {
	padding: 1px 1px 1px 1px;
	width: 185px;
}

input#tx-indexedsearch-searchbox-button-submit {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	border: 0px;
	padding: 1px 1px 1px 1px;
	margin: 0 0 0 135px;
	cursor: pointer;		
	width: 189px;
}

.tx-indexedsearch-sw {
	font-weight: bold;
}

.tx-indexedsearch-browsebox {
	margin: 0 0 30px 0;
}

ul.browsebox {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	display: block;
	background-color: #EEEEEE;
}

ul.browsebox li {
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	list-style: none;
	display: inline;
}

ul.browsebox li a:link, ul.browsebox li a:visited, ul.browsebox li a:active {
	background-color: #EEEEEE;
	color: #333333;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
}

ul.browsebox li a:hover, ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
}
.tx-indexedsearch-res img {
	float: left;
}

.tx-indexedsearch-res h3 {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
}

.tx-indexedsearch-res h3 a:link, .tx-indexedsearch-res h3 a:visited, .tx-indexedsearch-res h3 a:active {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}

.tx-indexedsearch-res h3 a:hover {
	background-color: #EEEEEE;
	color: #000000;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}


p.tx-indexedsearch-descr {
	background-color: #eeeeee;
	padding: 8px 8px 8px 8px;
	margin: 0 0 15px 0;
}
