/* ######------ 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: #9494b0; }
		body { background: url(../images/rsf_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/rsf_container_bg.jpg); }
		#container { width:1012px; }
	
	/* ###--- 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: 30px; 
				background-color: #000166;
		}
		
		#top_left {
					position:relative;
					float:left;
					width: 380px;
		}
		
		#top_right {
					position:relative;
					float:right;
					width: 380px;
		}
		
	/* ###--- Text im TopBalken ---### */
		#top_content_left {
						padding-top: 15px;
						padding-left: 30px;
						text-align:left; 
						font-family: Verdana; 
						font-size: 10px; 
						color: #FFFFFF;
		}

		#top_content_right {
						padding-top: 10px;
						padding-right: 15px;
						text-align:right; 
						font-family: Verdana; 
						font-size: 10px; 
						color: #FFFFFF;
		}
		
		#top_content_right a:link {
						color: #FFFFFF;
						text-decoration: underline;
		}
		#top_content_right a:visited {
						color: #FFFFFF;
						text-decoration: underline;
		}
		#top_content_right a:hover {
						color: #000066;
						text-decoration: none;
						background-color: #FFFFFF;
		}
		#top_content_right a:active {
						color: #FFFFFF;
						text-decoration: underline;
		}
/* ######------ TOP BALKEN END ------################################################################## */
		
		
/* ######------ HEAD BEGIN ------######################################################### */
		
	/* ###--- Head ---### */
		#head {
				background: url(../images/rsf_header.jpg); 
				position: relative; 
				height: 218px;
				z-index:3;
		}
		#head_navi {
				position: absolute;
				bottom: 20px;
				left: 15px;
				width: auto;
				height: 45px;
				z-index:3;
		}
/* ######------ HEAD END ------######################################################### */
		
		
/* ######------ NAVI TOP BEGIN ------######################################################### */
		
	/* ###--- NaviTop ---### */
		#navi_top {
					background: none; 
					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: 215px; /* width:0px; wenn col1 nicht angezeigt werden soll */
				float:left; 
				border-right: 1px dotted #000000;
				z-index:1;
				/* display: none; wenn col1 nicht angezeigt werden soll */
		}
		
	/* ###--- Column 2 ---### */
		#col2 {
				position: relative; 
				margin-top: 15px;
				margin-bottom: 0px;
				margin-left: 20px; /* margin-left:xxpx; wenn col1 nicht angezeigt werden soll */
				margin-right: 20px; /* margin-right:xxpx; wenn col3 nicht angezeigt werden soll */
				width: auto; 
				z-index:1;
		}
		
	/* ###--- Column 3 ---### */
		#col3 {
				position: relative; 
				width: 178px; /* width:0px; wenn col3 nicht angezeigt werden soll */
				float:right;
				border-left: 1px dotted #000000;
				z-index:1;
				/* display:none; wenn col3 nicht angezeigt werden soll */
		}
		
	/* ###--- Abstände der drei Spalten nach unten wegen Footer ---### */
		#col1, #col2, #col3 { padding-bottom: 46px; }
	
	/* Textformatierungen weiter unten */
	/* ###--- TEXT Column 1 ---### */
		#col1_content {
						margin-left:25px;
						z-index:1;
		}
		
	/* ###--- TEXT column 2 ---### */
		#col2_content { 
						display:block; height:1%; /* sonst wird in typo3 das 2. inhaltselement erst unter der navi angezeigt */
						z-index:1;
		}
		
	/* ###--- TEXT column 3 ---### */
		#col3_content { 
						margin-right:29px;
						z-index:1;
						
		}
		
/* ######------ COLUMN 1 2 3 END ------######################################################### */


/* ######------ FOOTER BEGIN ------######################################################### */
		
	/* ###--- Footer ---### */
		#footer {
					background: url(../images/rsf_footer.jpg); 
					position: relative; 
					margin: -46px auto 0; /* - wert = höhe des footers */
					width:1012px; 
					height:46px; 
		}
		
		#footer_left {
						left: 10px;
						position:absolute;
						width: 380px;
		}
		
		#footer_right {
						right: 10px;
						top: 10px;
						position:absolute;
						width: 380px;
		}
		
	/* ###--- TEXT Footer ---### */
		#footer_content_left {
							text-align:left; 
							font-family: Verdana; 
							font-size: 10px; 
							color: black; 
							padding-top:18px; 
							padding-left: 30px;
		}
		
		#footer_content_right {
							text-align:right; 
							font-family: Verdana; 
							font-size: 10px; 
							color: black; 
							padding-top:18px; 
							padding-right: 0px;
		}
		#footer_content_right a:link {
						color: #000066;
						text-decoration: underline;
		}
		#footer_content_right a:visited {
						color: #000066;
						text-decoration: underline;
		}
		#footer_content_right a:hover {
						color: white;
						background-color: #000066;
						text-decoration: none;
		}
		#footer_content_right a:active {
						color: #000066;
						text-decoration: underline;
		}
/* ######------ FOOTER END ------######################################################### */
		
		
/* ######------ CONTENT FORMATIERUNGEN BEGIN ------######################################################### */

	/* ###--- Column 1 FORMATIERUNGEN ---### */
		#col1_content {
		}
	
	/* ###--- Column 2 FORMATIERUNGEN ---### */
		/* Standard */
		#col2_content {
						font-family: Verdana; 
						font-size: 12px; 
						font-style: normal;
						font-weight: normal;
						color: #000000;
						text-align:left;
						padding-left: 5px;
						padding-right: 5px;
						line-height: 16px;
						overflow: hidden;
		}
		/* Links */
		#col2_content a:link {
							color: #000066;
							text-decoration: underline;
		}
		#col2_content a:visited {
							color: #000066;
							text-decoration: underline;
		}
		#col2_content a:hover {
							color: #FFFFFF;
							text-decoration: none;
							background: #000066;
		}
		#col2_content a:active {
							color: #000066;
							text-decoration: none;
		}		
		#col2_content a img {
							border: 1px solid #FFFFFF;
							display: block;
		}
		#col2_content a:hover img {
							border: 1px solid #000000;
							
		}
		/* Überschriften */
		#col2_content h1 {
						font-size: 18px;
						color: #000066;
						border-bottom: 1px solid #000000;
						padding:0;
						margin-top: 10px;
						margin-bottom: 10px;
						margin-left: 0px;
						margin-right: 0px;
		}
		#col2_content h2 {
						font-size: 14px;
						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;		
		}
		/* Tabellen */
		#col2_content td {
							font-size: 10px;
		}
		/* 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;
		}
		/* 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 {
						list-style-position: inside;
						margin-left: 0px;
		}
		/* TYPO 3 Formatierungen (RTE)  und RTE Vorgabestyles zum Auswählen */
		#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, 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 {
		}

/* ######------ 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 ------######################################################### */	

/* ######------ DropdownNavi BEGIN ------######################################################### */
/*MENU*/
#DIV_navcontainer      { position: absolute; z-index: 3; top: 0; left: 3px; width: 980px; height: 44px;  }
/*IE HACK*/
* html #DIV_navcontainer { position: absolute; z-index: 3; top: 0; left: 0; width: 980px; height: 44px }
#navigation     { text-align: left; margin: 0; padding: 0; float: left }
#DIV_navcontainer li        {line-height: 10px; list-style: none; margin-top: 0; margin-right: 0px; margin-left: 0; position: relative; float: left; border-right: 1px solid #000 }
#DIV_navcontainer li a   { padding-right: 0px; padding-left: 0px; width: auto }
#DIV_navcontainer li a:hover { background-color: none;}
/*IE HACK*/
* html #DIV_navcontainer li   { line-height: 10px; margin-top: 0; margin-right: 0px; float: left;  }
#DIV_navcontainer li ul       { background-color: #9494b0; display: block; margin: 0; padding-top: 0; padding-right: 0; padding-left: 0; position: absolute; left: -999em; width: 150px; float: none; border: solid 1px #000; list-style-position:outside;}
/*IE HACK*/
* html #DIV_navcontainer li ul     { background-color: #9494b0; position: absolute; top: 44px; left: -999em; width: 150px; float: none; border: solid 1px #000 }
#DIV_navcontainer li ul li     { line-height: 18px; background-color: #9494b0; display: block; margin: 0; float: none; border-style: none; }
/*IE HACK*/
* html #DIV_navcontainer li ul li {margin-bottom: : -3px; background-color: #9494b0; }
#DIV_navcontainer li ul li :hover {background-color: white;}
#DIV_navcontainer li ul li a  { background-color: #9494b0; display: block; width: 150px; float: none; border-style: none; margin: 0; }
#DIV_navcontainer li:hover ul {margin: 0; padding: 0; position: absolute; left: -1px; display: block;}

/*MENU-FONT*/
#navigation a    { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
#navigation a:visited   { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
#navigation a:active   { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
#navigation a:hover   { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }


/* ######------ DropdownNavi END ------######################################################### */

/* ######------ TT_NEWS FORMATIERUNGEN BEGIN ------######################################################### */


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:none;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:none;
	background-color:white;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:none;
	/*background-color:#D8FA70;*/
	background-color:white;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	border:none;
	background-color:white;

}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #000066;
	background-color:white;

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #000066;
	background-color:white;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: none;
	background-color: white;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#fff;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #000000;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: white;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#000066;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:1px solid white;
	background-color:white;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: black;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/* 	clear: both; */
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}





/* ######------ TT_NEWS FORMATIERUNGEN END ------######################################################### */	
