body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #e6e2e2;
	margin: 0px;
}
img {
	border: 0px;
}
.clearer {
	clear: both;
}
.klein {
	font-size: 11px;
}
#mainFrame {
	float: left;
	width: 860px;
}
#logo {
	width: 860px;
	height: 75px;
	background-image: url(img/contentBg.png);
}
#linie {
	width: 847px;
	height: 1px;
	background-color: #CCCCCC;
}
#schatten {
	background-image: url(img/schattenOben.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 860px;
}
#contentFrame {
	background-image: url(img/contentBg.png);
	background-repeat: repeat-y;
	width: 860px;
	min-height: 1000px;
}
/*---------------------------- Navigation --------------------------*/
#navi {
	width: 647px;
	height: 38px;	
	background-image: url(img/naviZeileBg.gif);
	float: left;
}
#suche {
	width: 200px;
	height: 38px;
	background-image: url(img/naviZeileBg.gif);
	float: left;
}
.suchfeld {
	float: left; 
	margin-top: 6px; 
	color: #848484;
	width: 165px;
}
#navi .button {
	background-image: url(img/naviBg.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 38px;
	float: left;
}
#navi .button a {
	font-size: 16px;
	color: #5b5a5a;
	text-decoration: none;
}
#navi .button:hover, #navi .buttonACT {
	background-image: url(img/roBg.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 38px;
	float: left;
}
#navi .button:hover a, #navi .buttonACT a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
#navi .link, #navi linkEND, #navi linkdACTEND {
	padding: 7px 10px 10px 10px;
}
#navi .red a {
	color: #b70f0f;
}
#subnavi {
	height: 29px;
	background-image: url(img/subnaviBg.gif);
	background-repeat: repeat-x;
	width: 847px;
}
#subnavi .link, #subnavi .linkACT {
	margin-top: 5px;
	font-size: 12px;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #000;
	float: left;
}
#subnavi .linkEND {
	margin-top: 5px;
	font-size: 12px;
	padding: 2px 10px 2px 10px;
	float: left;
}
#subnavi .linkACTEND {
	margin-top: 5px;
	font-size: 12px;
	padding: 2px 10px 2px 10px;
	float: left;
	color: #b70f0f;
}
#subnavi a{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#subnavi a:hover, #subnavi a:hover, #subnavi .linkACT, #subnavi .linkACTEND {
	font-size: 12px;
	color: #b70f0f;
	text-decoration: none;
}

/*---------------------------- Content --------------------------*/
#printlink {
	text-align: left;
	width: 50px;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	margin: 0px 10px 2px 23px;
}
#printlink:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#content {
	width: 567px;
	margin: 27px 10px 10px 23px;
	float: left;
}
#contentBreit {
	width: 800px;
	margin: 27px 10px 10px 23px;
	float: left;
}

#content h1, #contentBreit h1 {
	font-size: 19px;
	color: #000;
	font-weight: normal;
	padding: 0px;
	margin: 16px 0px 10px 0px;
}
#content h2 {

}
#content h3 {
	font-size: 12px;
	border-bottom: 1px solid #b70f0f;
	margin-left: -23px;
	padding-left: 23px;
	display: inline;
	font-weight: normal;
}
#content a, #contentBreit a {
	font-weight: bold;
	color: #b70f0f;
	text-decoration: none;
}
#content a:hover, #contentBreit a:hover {
	font-weight: bold;
	color: #b70f0f;
	text-decoration: underline;	
}
/*------------- Newsformatierungen ------------*/
#content .news1 {
	margin-bottom: 35px;
}
#content .news2 {
	font-size: 11px;
	clear: both;
}
#content .news2 h1 {
	font-size: 13px;
	color: #003877;
	font-weight: bold;
	padding: 0px;
	margin: 12px 0px 12px 0px;
}
#content .news2 h2 {

}
#content .news2 h3 {
	font-size: 11px;
	border-bottom: 1px solid #b70f0f;
	margin-left: -23px;
	margin-top: 35px;
	padding-left: 23px;
	display: inline;
	font-weight: normal;
}
#content h1 a, #content h1 a:hover {
	font-weight: normal;
	color: #000;
}
#content .datum {
	color: #727272;
}
#content .news-latest {
	margin-bottom: 30px;
}
#content .news-single .datum {
	float: right;
	font-size: 11px;
}
#content hr, #teaser hr {
	size: 1px;
	border-top: 1px solid #b70f0f;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	clear: both;
}
/*------------- Teaser ------------*/
#teaser {
	width: 235px;
	margin: 27px 5px 10px 5px;
	float: left;
}
#teaser .box {
	background-color: #edebeb;
	padding: 9px;
	font-size: 11px;
	margin-bottom: 10px;
}
#teaser h1 {
	background-image: url(img/teaserH1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	margin: 0px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
#teaser .box a {
	color: #b70f0f;
	text-decoration: none;	
}
#teaser .box a:hover {
	color: #b70f0f;
	text-decoration: underline;	
}
.news-amenu-item-year a, .news-amenu-item-year a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*---------------------------- Footer --------------------------*/
#footer {
	width: 827px;
	height: 20px;
	border-top: 1px solid #b70f0f;
	padding: 10px;
	font-size: 11px;
	color: #999999;
}
#metaNavi {
	float: left;
}
#copyright {
	float: right;
}
#metaNavi a, #copyright a {
	color: #999;
	text-decoration: none;
}
#metaNavi a:hover, #copyright a:hover {
	color: #999;
	text-decoration: underline;
}
/*---------------------------- Formulare --------------------------*/
form table {
	width: 100%;
	margin-top: 10px;
	background-color: #b70f0f;
}
form td {
	background-color: #f2f2f2;
	vertical-align: top;
	padding: 2px;
}
form th {
	text-align: left;
	color: #FFFFFF;
}
form .hinweis {
	color: #FF0000;
	font-weight: bold;
}
form .step {
	text-align: right;
	font-size: 10px;
}
form .text {
	width: 400px;
}
form .plz {
	width: 40px;
}
form .ort {
	width: 350px;
	margin-left: 2px;
}
form textarea {
	width: 400px;
	height: 100px;
}
form .uebersicht {
	font-family: "Courier New", Courier, monospace;
}
/*------------------------ Sitemap -------------------------------------*/
.unaviSitemap {
}
.sitemap ul {
	list-style-type: none;
}
.sitemap a {
	color: #b70f0f;
	text-decoration: none;
}
/*------------------------ Banner -------------------------------------*/
.banner {
	font-size: 10px;
}
.bannerOben {
	text-align: right;
	/*margin-left: 14px;*/
}
#anzeigenHead {
	height: auto;
	width: 100%;
	float: right;
}
#skyscraper {
	float: right;
	margin-top: -3px;
}
#skyscraper .singleBanner {
	margin-top: 10px;
}
/*---------------------- Typo3 Formatierungen --------------------------*/
.csc-textpic-caption {
	font-size: 9px;
}
#content .news-single h3{
	border-bottom: 1px solid #fff;
}
.tx-indexedsearch-res {
	border-top: 1px solid #b70f0f;
}
.tx-indexedsearch-searchbox fieldset {
	border: 2px solid #b70f0f;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	font-size: 19px;
	color: #b70f0f;
	font-weight: normal;
	height: 25px;
	width: 300px;
}
.tx-indexedsearch .searchbox-tmpl-css label {
	width: 130px;
}
/*--------------------- Terminkalender -------------------------*/

/*#content .tx-cal-controller a {
	color: #fff;
	font-weight: normal;
}*/
#content .tx-cal-controller .monthToday {
	background-color: #f0f3a2;
}
#content .tx-cal-controller .month-large a, #content .tx-cal-controller .month-weeknums a  {
	color: #b70f0f;
	text-decoration: underline;
}
.month-large .day {
	width: 120px;
	height: 120px;
}
#calendar-nav {
	width: 800px;
}
#month-header-prevnext {
}
.orange_catheader_bullet, .green_catheader_bullet, .blue_catheader_bullet, .red_catheader_bullet {
	font-size: 20px;
}
/*--------------------- tt_news -------------------------*/
.news-list {
	margin-top: 20px;
}
/*.news-list .news-single-img {
	margin-top: 40px;
}*/
/*--------------------- Umfrage -------------------------*/
#frmPbSurvey fieldset {
	border: 1px solid #b70f0f;
}
#frmPbSurvey .questionComment, #frmPbSurvey .questionSubtext {
	font-size: 12px;
}
.barcontainer, .bar {
	background-color: #b70f0f;
	color: #FFFFFF;
}
/*---------------------------- Print --------------------------*/
@media print {
  /* ... Formatdefinitionen zum Drucken ... */
  #navi { visibility: hidden; width: 0px; height: 0px; overflow: hidden;}
  #printlink { visibility: hidden;  width: 0px; height: 0px; overflow: hidden;}
  #printlinkBreit { visibility: hidden;  width: 0px; height: 0px; overflow: hidden;}
  #anzeigenHead { visibility: hidden;  width: 0px; height: 0px; overflow: hidden;}
  #schatten { visibility: hidden;  width: 0px; height: 0px; overflow: hidden;}
  #suche { visibility: hidden;  width: 0px; height: 0px; overflow: hidden;}
  #teaser { visibility: hidden;  width: 0px; height: 0px; overflow: hidden;}
  #subnavi { visibility: hidden;  width: 0px; height: 0px; overflow: hidden;}
  #footer { visibility: hidden;  width: 0px; height: 0px; overflow: hidden;}
  #skyscraper { visibility: hidden;  width: 0px; height: 0px; overflow: hidden;}
  #logo { width: 400px; height: 74px; overflow: hidden;}
  #content { clear: both; }
  #contentBreit { clear: both; }
}
/*--------------------------- IE6 Warnmeldung -------------------------*/
#warnMeldung {
	position: absolute;
	width: 716px;
	height: 320px;
	background-color: #fff;
	color: #000;
	left: 50%;
	margin-left: -358px;
	top: 50%;
	margin-top: -160px;
	padding: 15px;
	z-index: 999;
	border: 5px solid #ff0000;
}
#warnMeldung .Text {
	font-size: 14px;
}
#warnMeldung h1 {
	font-weight: bold;
	font-size: 16px;
}
#warnMeldung .Link {
	float: left;
	margin-right: 10px;
}
