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

	/* ###--- Alle Abstände werden auf 0 gesetzt ---### */
		* { margin: 0; padding: 0 }
	
	/* ###--- 100% Höhe für die Seite ---### */
		html { height: 100%; }
		body { height: 100%; }
		
	/* ###--- Hintergrund für HTML und BODY ---### */
		html { background: #e8e8e8; }
		/*body { background: url(../images/body_bg.jpg) repeat-x; }*/
	
/* ######------ ALLGEMEINES END ------###############################################################*/


/* ######------ CONTAINER BEGIN ------############################################################### */
	
	/* ###--- Container wird relativ positioniert ---### */
		#container { position: relative; }
		
	/* ###--- Ausrichtung der Seite ---### */
		body { text-align: center; }
		#container { margin: 0 auto 0; }
		
	/* ###--- Hintergrund und Breite der Seite ---### */
		#container { background: url(../images/main.jpg); }
		#container { width:944px; }
	
	/* ###--- 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: 38px; 
				background: url(../images/top.jpg);
		}
		
		#top_left {
					position:relative;
					float:left;
					width: 944px;
		}
		
		#top_right {
					position:relative;
					float:right;
					width: 380px;
		}
		
	/* ###--- Text im TopBalken ---### */
		#top_content_left {
						padding-top: 11px;
						padding-left: 12px;
						text-align:left; 
						font-family: Verdana; 
						font-size: 10px; 
						color: #FFFFFF;
		}

		#top_content_right {
						padding-top: 15px;
						padding-right: 33px;
						text-align:right; 
						font-family: Verdana; 
						font-size: 10px; 
						color: #FFFFFF;
		}
		
/* ######------ TOP BALKEN END ------################################################################## */
		
		
/* ######------ HEAD BEGIN ------######################################################### */
		
	/* ###--- Head ---### */
		#head {
				/*background: url(../images/header.jpg); */
				position: relative; 
				height: 149px;
		}
		
/* ######------ HEAD END ------######################################################### */
		
		
/* ######------ NAVI TOP BEGIN ------######################################################### */
		
	/* ###--- NaviTop ---### */
		#navi_top {
					background: url(../images/navi_top.jpg); 
					height:42px; 
					position: relative; 
		}
		
	/* ###--- TEXT navi_top ---### */
		#navi_top_content {
							text-align:left; 
							font-family: Verdana; 
							font-size: 10px; 
							color: #FFFFFF; 
							padding-top:8px; 
							padding-left: 30px;
		}
		
/* ######------ NAVI TOP END ------######################################################### */


/* ######------ COLUMN 1 2 3 BEGIN ------######################################################### */

	/* ###--- Column 1 ---### */
		#col1 {
				position: relative; 
				width: 197px; /* width:0px; wenn col1 nicht angezeigt werden soll */
				float:left; 
				/*border-right: 1px dotted #000000;*/
				/* display: none; wenn col1 nicht angezeigt werden soll */
		}
		
	/* ###--- Column 2 ---### */
		#col2 {
				position: relative; 
				margin-top: 0px;
				margin-bottom: 0px;
				margin-left: 220px; /* margin-left:xxpx; wenn col1 nicht angezeigt werden soll */
				margin-right: 20px; /* margin-right:xxpx; wenn col3 nicht angezeigt werden soll */
				width: auto; 
		}
		
	/* ###--- Column 3 ---### */
		#col3 {
				position: relative; 
				width: 178px; /* width:0px; wenn col3 nicht angezeigt werden soll */
				float:right;
				border-left: 1px dotted #000000;
				/* display:none; wenn col3 nicht angezeigt werden soll */
		}
		
	/* ###--- Abstände der drei Spalten nach unten wegen Footer ---### */
		#col1, #col2, #col3 { padding-bottom: 20px; }
	
	/* Textformatierungen weiter unten */
	/* ###--- TEXT Column 1 ---### */
		#col1_content {
						margin-left:10px;
						margin-top: 15px;
		}
		
	/* ###--- 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 */
		}
		
	/* ###--- TEXT column 3 ---### */
		#col3_content { 
						margin-right:29px;
		}
		
/* ######------ COLUMN 1 2 3 END ------######################################################### */


/* ######------ FOOTER BEGIN ------######################################################### */
		
	/* ###--- Footer ---### */
		#footer {
					background: url(../images/footer.jpg) no-repeat bottom; 
					position: relative; 
					margin: -20px auto 0; /* - wert = höhe des footers */
					width:944px; 
					height:20px; 
		}
		
		#footer_left {
						position:absolute;
						left:10px;
		}
		
		#footer_right {
						position:absolute;
						right:25px;
						border-top:1px solid #000000;
						width:705px;
		}
		
	/* ###--- TEXT Footer ---### */
		#footer_content_left {
							text-align:left; 
							font-family: Verdana; 
							font-size: 10px; 
							color: #FFFFFF; 
							padding-top:3px; 
							padding-left: 12px;
		}
		
		#footer_content_right {
							text-align:right; 
							font-family: Verdana; 
							font-size: 10px; 
							color: #000000; 
							padding-top:3px; 
							padding-right: 10px;
		}
		#footer_content_left a:link {color: #FFFFFF; text-decoration: none;}
		#footer_content_left a:visited {color: #FFFFFF; text-decoration: none;}
		#footer_content_left a:hover {color: #3a4796; background-color: white;}
		
		#footer_content_right a:link {color: #000000; text-decoration: none;}
		#footer_content_right a:visited {color: #000000; text-decoration: none;}
		#footer_content_right a:hover {color: white; background-color: #3a4796; text-decoration: none}
		
/* ######------ FOOTER END ------######################################################### */
		
		
/* ######------ CONTENT FORMATIERUNGEN BEGIN ------######################################################### */

		#flaggen {
			text-align:left;
			margin-left: 20px;
		}

	/* ###--- Column 1 FORMATIERUNGEN ---### */
		#col1_content {
		}
	
	/* ###--- Column 2 FORMATIERUNGEN ---### */
		/* Standard */
		#col2_content {
						font-family: Verdana; 
						font-size: 11px; 
						font-style: normal;
						font-weight: normal;
						color: #000000;
						text-align:left;
						padding-left: 5px;
						padding-right: 15px;
						line-height: 18px;
						overflow: hidden;
		}
		/* Links */
		#col2_content a:link {
							color: #3a4796;
							text-decoration: underline;
		}
		#col2_content a:visited {
							color: #3a4796;
							text-decoration: underline;
		}
		#col2_content a:hover {
							color: #FFFFFF;
							text-decoration: none;
							background: #3a4796;
		}
		#col2_content a:active {
							color: #3a4796;
							text-decoration: underline;
		}	

		/* Überschriften */
		#col2_content h1 {
						font-size: 16px;
						font-weight:bold;
						color: #3a4796;
						border-bottom: 1px solid #3a4796;
						padding:0;
						margin-top: 10px;
						margin-bottom: 10px;
						margin-left: 0px;
						margin-right: 0px;
						text-align:right;
		}
		#col2_content h2 {
						color:#3a4796;
						font-size: 11px;
						font-weight:bold;
						margin-top: 10px;
						margin-bottom: 10px;
		}
		#col2_content h3 {
						font-size: 16px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h4 {
						font-size: 18px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h5 {
						font-size: 20px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		#col2_content h6 {
						font-size: 22px;
						margin-top: 10px;
						margin-bottom: 10px;		
		}
		/* HR */
		#col2_content hr {
							height:1px;
							border-top:1px solid #3a4796;
							border-bottom:0;
							border-left:0;
							border-right:0;
		}
		* html #col2_content hr {
							/* im IE besitzt margin einen abstand im gegensatz zum FF */
							margin-top: -7px 0;
							
		}
		/* Tabellen */
		#col2_content td {
							font-size: 11px;
		}
		/* Absätze */
		#col2_content p {
						padding: 0;
						margin-top: 10px;
						margin-bottom: 10px;
						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;
		}			
		/* 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;	
		}		
		/* Listen */
		#col2_content ul, ol {
							padding: 0;
							margin-top: 5px;
							margin-bottom: 5px;
							margin-left: 0px;
							margin-right: 0px;
		}
		/* Listenelemente */
		#col2_content li {
						list-style-position: outside;
						/*list-style-type: circle;*/
						margin-left: 20px;
		}
		/* damit im internet explorer die liste z.B. nicht in ein bild reinrutscht */
		*html #col2_content li {
						list-style-position: inside;
						margin-left: 0px;
		}
		/* 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 .csc-textpic-caption {
											line-height:12px;
											font-style: italic;
											color: #666666;
											font-size: 10px;
		}
		#col2_content .csc-textpic-image {
										margin: 10px;  /* 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, 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;
		}
	
	/* ###--- Column 3 FORMATIERUNGEN ---### */
		#col3_content {
		}

	/* ###--- Benutzerdefinierte Formatierungen ---### */
		#col2_content .spruchDesTages {
						font-style:italic;
						line-height: 16px;
		}
		
/* ######------ CONTENT FORMATIERUNGEN END ------######################################################### */		

/*############################ MAILFORMULAR ################################*/
legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
padding-top:10px;
padding-bottom:10px;
}

.mf-radio {
border:0px;
margin-bottom: 5px;
}

.mf-text {
color: #000000;
border: 1px solid #FFFFFF;
background-color: #3a4796;
margin-bottom: 5px;
font-family:Arial, Verdana, sans-serif;
color:#FFFFFF;
font-size:12px;
}

.mf-check {
margin-bottom: 5px;
padding:0px;
float:left;
}
.mf-select {
margin-bottom: 5px;
font-family:Arial, Verdana, sans-serif;
border: 1px solid #FFFFFF;
background-color: #3a4796;
color:#FFFFFF;
font-size:12px;
}

.mf-input {
border: 1px solid #FFFFFF;
margin-bottom: 5px;
font-family:Arial, Verdana, sans-serif;
color:#FFFFFF;
font-size:12px;
background-color: #3a4796;
}

.mf-submit {
color: #ffffff;
background-color: #3a4796;
border: 1px solid #FFFFFF;
margin-bottom:5px;
}

.mf-reset {
color: #ffffff;
background-color: #3a4796;
border: 1px solid #FFFFFF;
}
/*############################ ENDE MAILFORMULAR ################################*/
		
/* ######------ 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 ------######################################################### */	
