/* ######------ ALLGEMEINES BEGIN ------############################################################## */

	#imageflow_container { display: none; }

	/* ###--- Alle Abstände werden auf 0 gesetzt ---### */
		* { margin: 0; padding: 0 }
	
	/* ###--- 100% Höhe für die Seite ---### */
		html { height: 100%; }
		body { height: 100.1%; }
		
	/* ###--- Hintergrund für HTML und BODY ---### */
		html { }
		body { background: #fff; }
	
/* ######------ ALLGEMEINES END ------###############################################################*/


/* ######------ CONTAINER BEGIN ------############################################################### */
	
	/* ###--- Container wird relativ positioniert ---### */
		#container { position: relative; }
		
	/* ###--- Ausrichtung der Seite ---### */
		body { text-align: left; }
		#container { margin-top:0; margin-bottom:0; margin-left:20px; }
		
	/* ###--- Hintergrund und Breite der Seite ---### */
		#container { background: #fff; }
		#container { width:950px; }
	
	/* ###--- Hack damit die Seite 100% Höhe hat ---### */
		#container { min-height: 100%; height: auto !important; height: 100% /*IE*/; }
		
/* ######------ CONTAINER END ------################################################################# */

	
/* ######------ TOP BALKEN BEGIN ------########################################################## */
	
	/* ###--- TopBalken ---### */
		#top { 
				position: relative;
				height: 60px; 
				background: #fff;
		}
		
		#top_left {
					position:relative;
					float:left;
					width: 400px;
					background:#fff;
					display:none;
					top:8px;
		}		
		
		#top_right {
					position:relative;
					float:right;
					width: 400px;
					background:#fff;
					top:8px;
					right:113px;
					z-index:90;
		}
		
	/* ###--- Text im TopBalken ---### */

		#top_content_left {
						padding-top: 0px;
						padding-left: 30px;
						text-align:left; 
						font-family: Verdana; 
						font-size: 10px; 
						color: #000;
		}	
	
		#top_content_right {
						padding-top: 0px;
						
						text-align:right; 
						font-family: Arial,Verdana,sans-serif; 
						font-size: 11px; 
						color: #000;
		}
		
		#top_content_right ul {
						list-style-type:none;
		}
		#top_content_right li {
						display:inline;
						padding-left:7px;
		}
		#top_content_right a:link {text-decoration:none;color:#000;}
		#top_content_right a:visited {text-decoration:none;color:#000;}
		#top_content_right a:hover {text-decoration:underline;color:#000;}
		#top_content_right a:active {text-decoration:none;color:#000;}
		
		#suchbox {position:absolute;right:0px;top:7px;z-index:90;}
		* html #suchbox {top:4px;}
		#suchbox input {border:1px solid #000; font-size:11px;font-family:Arial,Verdana,sans-serif;padding-left:3px;}
		
/* ######------ TOP BALKEN END ------################################################################## */
		
		
/* ######------ HEAD BEGIN ------######################################################### */
		
	/* ###--- Head ---### */
		#head {
				background: #fff; 
				position: relative; 
				height: 150px;
		}
		
		#logo {
				/*background: url(../images/logo.jpg);*/
				width:246px;
				height:130px;
				position:absolute;
				top:0px;
				left:0px;
		}
		
		#header {
				/*background: url(../images/header_bild.jpg);*/
				width: 681px;
				height: 137px;
				position:absolute;
				top:0px;
				right:0px;
				z-index:12;
		}
		
		#header_title {
				position:absolute;
				top:3px;
				right:20px;
				font-family:Arial,Verdana,sans-serif;
				font-size:24px;
				font-weight:bold;
				z-index:13;
				color:#000;
		}
		
		#header_alt_title {
				position:absolute;
				top:10px;
				left:280px;
				font-family:Arial,Verdana,sans-serif;
				font-size:16px;
				font-weight:bold;
				z-index:13;
				color:#e10437;
		}
		
/* ######------ HEAD END ------######################################################### */
		
		
/* ######------ NAVI TOP BEGIN ------######################################################### */
		
	/* ###--- NaviTop ---### */
		#navi_top {
					background: #fff; 
					height:20px; 
					position: relative; 
		}
		
	/* ###--- TEXT navi_top ---### */
		#navi_top_content {
							text-align:left; 
							font-family: Verdana; 
							font-size: 10px; 
							color: #000; 
							padding-top:0px; 
							padding-left: 280px;
							background:#ccc;
							display:none;
		}
		* html #navi_top_content {padding-left: 120px; }
		
/* ######------ NAVI TOP END ------######################################################### */

/* ######------ FOOTER END ------######################################################### */
		#footer {
					background: #fff; 
					position: relative; 
					margin: -30px auto 0; /* - wert = höhe des footers */
					width:950px; 
					height:30px; /* muss mindestens so hoch sein wie footer_left bzw. right top plus footer_top height */
					font-family:Arial,Verdana,sans-serif;
					font-size:11px;
					margin-left:20px;
		}

		#footer_left {
						position:absolute;
						left:285px;
						top: 0px; 
						height: 20px; 
						width:300px;
		}
		
		#footer_right {
						position:absolute;
						right:190px;
						top: 0px; 
						height: 20px; 		
						width:300px;						
		}		
		
		#footer_content_left {
							text-align:left; 
							font-family:Arial,Verdana,sans-serif;
							font-size: 11px; 
							color: #000; 
							padding-top:0px; 
							padding-left: 0px;
		}		
		
		#footer_content_left a:link {color:#000;text-decoration:none;}
		#footer_content_left a:visited {color:#000;text-decoration:none;}
		#footer_content_left a:hover {color:#000;text-decoration:underline;}
		#footer_content_left a:active {color:#000;text-decoration:none;}
		
		#footer_content_right {
							text-align:right; 
							font-family:Arial,Verdana,sans-serif;
							font-size: 11px; 
							color: #000; 
							padding-top:0px; 
							padding-right: 0px;
		}
		#footer_content_right a:link {color:#000;text-decoration:none;}
		#footer_content_right a:visited {color:#000;text-decoration:none;}
		#footer_content_right a:hover {color:#000;text-decoration:underline;}
		#footer_content_right a:active {color:#000;text-decoration:none;}				
		
/* ######------ FOOTER END ------######################################################### */
		
/* ######------ COLUMN 1 2 3 BEGIN ------######################################################### */

	/* ###--- Column 1 ---### */
		#col1 {
				position: relative; 
				width: 246px; /* width:0px; wenn col1 nicht angezeigt werden soll */
				float:left; 
				/* display: none; wenn col1 nicht angezeigt werden soll */
				background:#fff;
		}
		
	/* ###--- Column 2 ---### */
		#col2 {
				position: relative; 
				margin-top: 0px;
				margin-bottom: 0px;
				margin-left: 246px; /* margin-left:xxpx; wenn col1 nicht angezeigt werden soll; breite wie breite von col1. */
				margin-right: 170px; /* margin-right:xxpx; wenn col3 nicht angezeigt werden soll; breite wie breite von col3 */
				width: 534px;
				background:#fff;
				
		}
		* html #col2 { width:528px; left:-3px; }
		
	/* ###--- Column 3 ---### */
		#col3 {
				position: relative; 
				width: 170px; /* width:0px; wenn col3 nicht angezeigt werden soll */
				float:right;
				/* display:none; wenn col3 nicht angezeigt werden soll */
				background:#fff;
		}
		
	/* ###--- Abstände der drei Spalten nach unten wegen Footer ---### */
		#col1, #col2, #col3 { padding-bottom: 40px; }
	
	
	/* Textformatierungen weiter unten bei CONTENT FORMATIERUNGEN */
	/* ###--- TEXT Column 1 ---### */
		#col1_content {
						margin-left:0px; /* abstand des inhaltes zum rand. breite des randes. rand=breite des GRAFIKrandes. innenabstand des inhaltes weiter unten bei CONTENT FORMATIERUNGEN  */
		}
		
	/* ###--- TEXT column 2 ---### */
		#col2_content { 
						display:block; height:1%; /* sonst wird in typo3 das 2. inhaltselement erst unter der navi angezeigt; bilder im IE rutschen aus dem 2. inhaltselement in das erste manchmal wenn das nicht ist */
						/* im typo3 setup bekommt jedes inhaltselement noch folgendes mit: <div style="display:block;height:1%;">|</div><div style="clear:both;"></div> */
						/* margin-right:xxpx; randbreite des GRAFIKrandes. innenabstand des inhaltes weiter unten bei CONTENT FORMATIERUNGEN */
		}
		
	/* ###--- TEXT column 3 ---### */
		#col3_content { 
						margin-right:0px; /* abstand des inhaltes zum rand. breite des randes. rand=breite des GRAFIKrandes. innenabstand des inhaltes weiter unten bei CONTENT FORMATIERUNGEN */
		}
		
/* ######------ COLUMN 1 2 3 END ------######################################################### */
		
	
		
/* ######------ CONTENT FORMATIERUNGEN BEGIN ------######################################################### */

	/* ###--- Column 1 FORMATIERUNGEN ---### */
		#col1_content {
						text-align:left;
						font-family:Arial,Verdana,sans-serif;
						font-size:12px;
						line-height:16px;
						font-weight:bold;
		}
		
		#col1_content ul {
						list-style-type:none;
		}
		#col1_content ul a:link {text-decoration:none;color:#000;}
		#col1_content ul a:visited {text-decoration:none;color:#000;}
		#col1_content ul a:hover {text-decoration:underline;color:#000;}
		#col1_content ul a:active {text-decoration:none;color:#000;}
		
		#col1_content ul li.red a:link {color:red;}
		#col1_content ul li.red a:visited {color:red;}
		#col1_content ul li.red a:hover {color:red;}
		#col1_content ul li.red a:active {color:red;}
		
		#col1_content ul li.act a.act_link {text-decoration:underline;}
		#col1_content ul li {margin-bottom:10px;}
		
		#col1_content ul ul {
						padding-left:30px;
						font-weight:normal;
						margin-top:10px;
		}
	
		#col1_content ul ul li.act a:link {font-weight:bold;text-decoration:none;}
		#col1_content ul ul li.act a:visited {font-weight:bold;text-decoration:none;}
		#col1_content ul ul li.act a:hover {font-weight:bold;text-decoration:none;}
		#col1_content ul ul li.act a:active {font-weight:bold;text-decoration:none;}
		#col1_content ul ul li {margin-bottom:5px;}

		#col1_content ul ul a:link {text-decoration:none;color:#000;}
		#col1_content ul ul a:visited {text-decoration:none;color:#000;}
		#col1_content ul ul a:hover {text-decoration:underline;color:#000;}
		#col1_content ul ul a:active {text-decoration:none;color:#000;}

		
		
	/* ###--- Column 2 FORMATIERUNGEN ---### */
		/* Standard */
		#col2_content {
						font-family: Arial,Verdana,sans-serif; 
						font-size: 12px; 
						font-style: normal;
						font-weight: normal;
						color: #000000;
						text-align:left;
						padding-left: 23px;
						line-height: 20px;
						overflow: hidden; /* wenn das nicht ist, wird der 2. inhaltsblock erst unter der navi angezeigt bzw. der inhalt des 1. blocks. */
		}
		* html #col2_content { overflow:visible; }
		/* Links */
		#col2_content a {}
		#col2_content a:link {
							color: #e10437;
							text-decoration: underline;
							
		}
		#col2_content a:visited {
							color: #e10437;
							text-decoration: underline;
							
		}
		#col2_content a:hover {
							color: #e10437;
							text-decoration: none;
							
		}
		#col2_content a:active {
							color: #e10437;
							text-decoration: underline;
							
		}	
		/* border nur wenn in typo3 der haken bei rahmen ist */
		#col2_content .csc-textpic-border a img {
							border: 1px solid #FFFFFF;
							display: block;
		}
		#col2_content .csc-textpic-border a:hover img {
							border: 1px solid #000000;
							
		}
		#col2_content .csc-textpic-border img {
							border: 1px solid #000000;	
		}
		/* Überschriften */
		#col2_content h1 {
						font-size: 16px;
						color: #8b8b8b;
						padding:10px 0 10px 0;
						margin:0;
						font-style:italic;
						font-family:Arial,Verdana,sans-serif;
		}
		#col2_content h2 {
						font-size: 14px;
						padding:10px 0 10px 0;
						margin:0;
						color:#e10437;
		}
		#col2_content h3 {
						font-size: 16px;
						padding:10px 0 10px 0;
						margin:0;	
						color:#e10437;
		}
		#col2_content h4 {
						font-size: 18px;
						padding:10px 0 10px 0;
						margin:0;	
						color:#e10437;
		}
		#col2_content h5 {
						font-size: 20px;
						padding:10px 0 10px 0;
						margin:0;	
						color:#e10437;						
		}
		#col2_content h6 {
						font-size: 22px;
						padding:10px 0 10px 0;
						margin:0;	
						color:#e10437;
		}
		/* HR */
		#col2_content hr {
							height:1px;
							border-top:1px solid #e10437;
							border-bottom:0;
							border-left:0;
							border-right:0;
							margin-bottom:10px;
							margin-top:10px;
		}
		* html #col2_content hr {
							/* im IE besitzt margin einen abstand im gegensatz zum FF */
							
		}		
		/* Tabellen */
		#col2_content td {
							font-size: 12px;
							padding:5px;
		}
		/* Absätze */
		#col2_content p {
						padding: 0 0 10px 0;
						margin-top: 0px;
						margin-bottom: 0px;
						margin-left: 0px;
						margin-right: 0px;
		}
		/* Bilder */
		#col2_content img {
						margin: 5px;
						/*border: 1px solid #000000;*/
		}
		#col2_content p.bodytext a img {
										border:1px solid #FFFFFF;
		}	
		#col2_content p.bodytext a:hover img {
										border:1px solid #000000;
		}					
		/* Listen */
		#col2_content ul {
						list-style-type: none;
		}
		#col2_content li {
						background:url(../images/listen_punkt.gif) no-repeat 0px 8px;
						padding: 0 0 0 15px;
		}
		
		
		/* TYPO 3 Formatierungen (RTE)  und RTE Vorgabestyles zum Auswählen */
		#col2_content p.align-left {
									text-align: left;
		}
		#col2_content p.align-center {
									text-align: center;
		}
		#col2_content p.align-right {
									text-align: right;
		}
		#col2_content p.align-justify { text-align: justify; }
		
		#col2_content blockquote { font-style: italic; }
		
		#col2_content .csc-textpic-image {
										margin: 3px;  /* abstand zwischen bildern bei text mit bild und bild. muss gemacht werden, da im IE sonst das layout zerschossen wird. */
													  /* wenn die bilder einen rahmen von z.b. 1px haben, wird das im IE anders berechnet und das letzte bild in der reihe wird umgebrochen */
													  /* wenn man in typo3 den abstand erhöht (adv. column/row space), kann bzw. muss er hier auch höher gemacht werden */
		}
		#col2_content .csc-textpic img {
										margin: 0;  /* muss gemacht werden, damit bei z.b. text mit bild der aussenabstand beim bild 0 ist. da er vorher durch #col2_content img gesetzt wurde. */
													/* sonst rutscht der text irgendwie ins bild. */
		}
		#col2_content .important {
									font-weight: bold;
									text-decoration: underline;
		}
		#col2_content .name-of-person {
									font-style: italic;
									font-weight: bold;
									text-decoration: underline;
		}
		#col2_content .detail {
								color: #FF0000;
		}
		#col2_content table.csc-frame-frame1 {
											border: 1px solid #000000;  /* tabelle mit rahmen und grauem hintergrund */
											background: #CCCCCC;
		}
		#col2_content table.csc-frame-frame2 {
											border: 1px solid #000000;  /* tabelle mit rahmen und gelbem hintergrund */
											background: yellow;
		}
		#col2_content p.csc-frame-frame1 {
										border: 1px solid #000000;  /* absatz mit rahmen und grauem hintergrund */
										background: #CCCCCC;
		}
		#col2_content p.csc-frame-frame2 {
										border: 1px solid #000000;  /* absatz mit rahmen und gelbem hintergrund */
										background: yellow;
		}
		
		#col2_content .content_box {
						position:relative;
		}
		
		#col2_content .content_box_top {
						background:url(../images/content_box_top.jpg) no-repeat;
						position:relative;
						width:505px;
						height:16px;
						font-size:1px;
		}
		
		#col2_content .content_box_middle {
						background:url(../images/content_box_middle.jpg) repeat-y;
						position:relative;
						padding:0 20px 0 20px;
						height:1%;
		}
		
		#col2_content .content_box_bottom {
						background:url(../images/content_box_bottom.jpg) no-repeat;
						position:relative;
						width:505px;
						height:16px;
						font-size:1px;
						margin-bottom:10px;
		}
	

	
		#col2_content input, #col2_content textarea {
						border:1px solid #999;
						font-family: Arial, Verdana, sans-serif;
						color:#000;
						font-size:12px;
						padding: 3px;
						background:#fff;
		}
		
		
		
		/* ## tt_news ## */
		#col2_content div.news-single-item h3 {font-size:12px;font-weight:bold;color:#000;}	
		#col2_content p.news-single-imgcaption {color:#666;font-style:italic;font-size:11px;padding:0 0 0 5px;}
	
	/* ###--- Column 3 FORMATIERUNGEN ---### */
		#col3_content {
						text-align:left;
						padding-left:4px;
						line-height:20px;
						font-size:12px;
						font-family:Arial,Verdana,sans-serif;
						color:#e10437;
		}

		#col3_content a:link {text-decoration:none; color:#e10437;}
		#col3_content a:visited {text-decoration:none; color:#e10437;}
		#col3_content a:hover {text-decoration:underline; color:#e10437;}
		#col3_content a:active {text-decoration:none; color:#e10437;}
		
		#col3_content .content_box {
						position:relative;
		}
		
		#col3_content .content_box_top {
						background:url(../images/right_box_top.jpg) no-repeat;
						position:relative;
						width:166px;
						height:14px;
						font-size:1px;
		}
		
		#col3_content .content_box_middle {
						background:url(../images/right_box_middle.jpg) repeat-y;
						position:relative;
						padding:0 10px 0 10px;
						height:1%;
						
		}
		
		#col3_content .content_box_bottom {
						background:url(../images/right_box_bottom.jpg) no-repeat;
						position:relative;
						width:166px;
						height:14px;
						margin-bottom: 10px;
						font-size:1px;
		}
		
	    #col3_content .content_box_middle h1 {
						font-family:Arial, Verdana, sans-serif;
						font-size:12px;
						line-height:20px;
						color:#E10437;
						margin:0;
						padding:0;
		}		
		
		#col3_content div.tx-timtabflickrrss-pi1 img {
						border:0;
		}
		#col3_content div.tx-timtabflickrrss-pi1 {
						text-align:center;
		}
		
		#col3_content p.align-left {
									text-align: left;
		}
		#col3_content p.align-center {
									text-align: center;
		}
		#col3_content p.align-right {
									text-align: right;
		}
		#col3_content img {border:0;}
		
/* ######------ CONTENT FORMATIERUNGEN END ------######################################################### */		
		
		
/* ######------ HACKS BEGIN ------######################################################### */

	/* ###--- clearfix hack ---### */
		.clearfix:after { content: " "; display: block; clear: both; visibility: hidden; }
		.clearfix {display: inline-table;}
		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */
	/* ###--- end clearfix hack ---### */

/* ######------ HACKS END ------######################################################### */	