@CHARSET "UTF-8";


	/*********************/
	/** -- Content-Wrapper
	/** -- umgibt die Linke Spalte, die Content Spalte und die rechts Spalte
	*/
	div#content-wrapper { padding: 80px 16px 0 16px; }



		/** -- LEFT
		/** -- Linke Spalte enthält die Sub-Navigation
		*/
		div#left { float: left; width: 100px; height: 10px; }

	

		/** -- CONTENT
		/** -- enthält den eigentlichen Inhalt
		*/
		div#content { float: left; width: 768px; padding: 0; }
			#content table.sitemap { line-height: 16px; margin: 0 0 9px 0; }
				#content table.sitemap th { font-size: 11px; text-transform: uppercase; /*width: 160px;*/ background: #FFF url(../img/misc/icon_sitemap_header.gif) no-repeat left center; border-bottom: 1px solid #01164F; padding: 5px 10px; }
				#content table.sitemap td { padding: 5px 10px 5px 2px; }
				/* Einzelne Spalten */
				#content table.sitemap td.bildungsangebot {  }
				#content table.sitemap td.organisation {  }
				#content table.sitemap td.news {  }
				#content table.sitemap td.standorte {  padding-right: 0; }



				#content table.sitemap th a { text-decoration: none; }
				#content table.sitemap th a:hover { text-decoration: underline; }

				/* Ebene 1 */
				#content table.sitemap td ul { padding: 0 0 10px 0; }
					#content table.sitemap td ul li { background: url(../img/misc/list_item_standard.gif) no-repeat left 7px; padding: 0 0 0 8px; }
						#content table.sitemap td ul li a { font-weight: bold; text-decoration: none; }
						#content table.sitemap td ul li a:hover { text-decoration: underline; }
					/* Ebene 2 */
					#content table.sitemap td ul ul.zwei { /*background: yellow;*/ padding: 0 0 10px 1px; }
						#content table.sitemap td ul ul.zwei li { background: url(../img/misc/list_item_standard.gif) no-repeat left 7px; padding: 0 0 0 8px; }
							#content table.sitemap td ul ul.zwei li a { font-weight: normal; text-decoration: none; }
							#content table.sitemap td ul ul.zwei li a:hover { text-decoration: underline; }


						/* Ebene 3 */
						#content table.sitemap td ul ul ul.drei { /*background: red;*/ padding: 0 0 10px 1px; }
							#content table.sitemap td ul ul ul.drei li { background: url(../img/misc/list_item_standard.gif) no-repeat left 7px; padding: 0 0 0 8px; }
								#content table.sitemap td ul ul ul.drei li a { font-weight: normal; text-decoration: none; }
								#content table.sitemap td ul ul ul.drei li a:hover { text-decoration: underline; }







				


			/*#content table.sitemap a { text-decoration: none; }
			#content table.sitemap a:hover { text-decoration: underline; }*/


			/***************/
			/* Breadcrumbs */
			div#breadcrumbs ul li,
			div#breadcrumbs ul li a { background: none !important; }

