html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	/*background-image: url(/custom/images/bg.gif);*/
	background-color: #C5C5C5;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana;*/
	font-size: 0.7em;
	color: #595959;
}
	
img {
	display: block;
	border: 0;
}

h3 {
	font-size: 1.2em;
}

/* --- LISTS --------- */
ul {
	margin-left: 0;
	padding: 0 0 0 15px;
}

li {
	margin: 0 0 0.3em 0;
	list-style: square;
}

ul > li {
	list-style: square;
}

ol > li {
	list-style: decimal;
}

ul.list_A, ul.list_B, ul.list_C {
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #E2E2E2;*/
}

	/* --- LIST-A (with lines) --------- */
	h2.h2A, h2.h2B {
		font-weight: normal;
		text-transform: uppercase;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #E2E2E2;
		background-color: #F5F5F5;
		font-size: 1.1em;
		margin: 1.5em 0 0 0;
		padding: 0.5em 0.5em 0.5em 0.5em;
	}
	
	/* +html h2.h2A {
		padding: 0.5em 0.5em 0.6em 0.5em;
	}*/
	
	ul.list_A li {
		list-style: none;
		border-bottom: 1px solid #E2E2E2;
		margin: 0;
		padding: 0.7em 0 0.5em 0.5em;
	}
	
	ul#projects.list_A li {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
		ul.list_A li a {
			font-size: 1.1em;
			/*font-weight: bold;*/
		}
		
		ul.list_A li a.img {
			float: left;
			border: 1px solid #CCC;
			width: 70px;
			height: 70px;
			margin-right: 12px;
		}
		
		ul.list_A li.imgWide a.img {
			width: 140px;
			padding: 5px;
			min-height: 10px;
			height: auto !important;
			height: 10px;
		}		
		
		ul.list_A li p.imgtxt, ul.list_A li div.imgtxt, ul.list_A li.imgWide div.imgtxt {
			display: block;
			float: left;
			width: 340px;
			margin: 0.2em 0 0 0;
		}
		
		ul.list_A li.imgWide div.imgtxt {
			width: 252px;
		}
		
			ul.list_A li p.imgtxt div,  ul.list_A li p.imgtxt p {
				display: block;
				float: left;
			}
		
			 p.imgtxt a, div.imgtxt a {
				 display: inline-block;
				 margin-bottom: 0.4em;
			 }
		
		/*ul.list_A li a.fbc1101 {
			background-image: url(/custom/images/sgf_square_1101.gif);
			background-repeat: no-repeat;
			background-position: left 0.5em;
			padding-left: 1em;
		}*/
		
	/* --- LIST-B (as List-A, w/o lines) --------- */
	ul.list_B {
		padding-top: 0.5em;
	}
	
	ul.list_B li {
		list-style: none;
		margin: 0;
		padding: 0.3em 0 0.3em 0.5em;
	}
	
	/* --- LIST-C --------- */
	h2.h2C {
		clear: left;
		font-weight: normal;
		text-transform: uppercase;
		border-bottom: 1px solid #E2E2E2;
		font-size: 1.1em;
		margin: 1.5em 0 0 0;
		padding: 0 0 0.5em 0em;
	}
	
	ul.list_C {
		padding-top: 0.5em;
	}
	
	ul.list_C li {
		list-style-position: inside;
		padding: 0.2em 0 0.2em 0;
	}
	
	ul.list_C li.int {
		margin: 0;
		padding: 0.3em 0 0.3em 0;
		list-style: none;
	}
	
	* +html ul.list_C li.int {
		list-style-position: outside;
	}
	
	* html ul.list_C li.int {
		list-style-position: outside;		
	}
	
	
/* --- General Classes --------- */

.left {
	float: left;
}
						
.right {
	float: right;
}

/* --- LINKS --------- */
a, .Stil1, .fillout {
	display: inline;
	color: #A5143B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.viewAll, a.viewAllfue {
	background-image: url(/custom/images/symb_dbl_arrow_1001.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 14px;
	text-transform: uppercase;
}

	a.viewAllfue {
		text-transform: none;
		padding-left: 1.5em;
	}
						
a.rss {
							
}

a.docs, a.dates, a.imp {
	clear: left;
	float: left;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0 0 0.2em 15px;
}

a.docs {
	background-image: url(/custom/images/symb_link_docs_1001.gif);
}

a.dates {
	background-image: url(/custom/images/symb_link_dates_1001.gif);
}

a.imp {
	background-image: url(/custom/images/symb_link_imp_1001.gif);	
}

#bg {
	margin: auto;
	width: 970px;
	height: 100%;
	background-color: white;
}

#main {
	width: 920px;
	clear: left;
	float: left;
	padding: 0 24px 0 24px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-image: url(/custom/images/bg_head.jpg);
	background-repeat: repeat-x;
	background-color: white;
}

	#head {
		clear: left;
		float: left;
		width: 100%;
		min-height: 73px;
		height: auto !important;
		height: 73px;
		padding-top: 25px;
	}
	
		#logo {
			float: left;
		}
		
		#signs {
			float: right;
			margin-bottom: 12px;
		}
		
		#signs img {
			display: block;
			float: left;
			margin-left: 10px;
		}
		
		/* --- METANAV ------------------- */
		#metanav {
			clear: right;
			float: right;
			font-size: 0.9em;
			color: #666;
		}
		
		* html #metanav {
			width: 446px;
		}
		
		* +html #metanav {
			width: 446px;
		}
		
			#locations {
				float: left;
				margin-top: 35px;
				font-size: 0.9em;
				text-transform: uppercase;
				margin-left: 15px;
				color: #676767;
			}
			
				#locations a {
					color: #676767;
				}
		
			#metanav p {
				margin: 0;
				padding: 2px 0 0 0;
			}
		
			#metanav a {
				color: #666;
				text-decoration: none;
			}
			
			#metanav a:hover {
				text-decoration: underline;
			}
			
			#metanav a.search {
				padding-left: 15px;
				background-image: url(/custom/images/lupe.jpg);
				background-repeat: no-repeat;
			}
			
			/* --- SUCHE --------- */
			#metanav form {
				display: block;
				float: left;
				margin: 0 0 0 12px;
				padding: 0;
			}
			
			#metanav input.searchFieldMain {
				display: block;
				float: left;
				border: 1px solid #CCC;
				border-right: 0;
				margin: 0;
				height: 13px;
				background-image: url(/custom/images/form_searchfield_bg.gif);
				background-repeat: no-repeat;
				width: 88px;
				font-size: 0.9em;
				padding: 1px;
			}
				
			#metanav input#searchButton {
				display: block;
				float: left;
				margin: 0;
				padding: 0;
				background-position: left 2px;
			}
	
		/* --- NAVIGATION ------------------- */	
		ul#nav {
			clear: left;
			float: left;
			width: 906px;
			background-image: url(/custom/images/nav_bg2.jpg);
			background-repeat: repeat-x;
			/*background-color: #646464;*/
			height: 26px;
			margin: 0 0 1px 0;
			padding: 0 12px 0 2px;
		}
		
		* html ul#nav {
			height: 20px;
			margin-bottom: 0px;
		}
		
		ul#nav li, ul#nav li.flag {
			list-style: none;
			padding: 0;
			margin: 0 1px 0 0;
			display: block;
			float: left;
			color: white;
			/*font-size: 1.25em;*/
			font-size: 1.1em;
			text-transform: uppercase;
			background-image: url(/custom/images/nav_btn_line2.jpg);
			background-position: left top;
			background-repeat: no-repeat;
		}
		
		ul#nav li.first, ul#nav li.firstOn, ul#nav li.firstHome, ul#nav li.firstOnHome  {
			background-image: none;
		}
		
		ul#nav li.flag {
			background-image: none;
			padding-right: 0;
			float: right;
		}
		
		* html ul#nav li, * html ul#nav li.flag  {
			min-width: 5px;
			width: auto !important;
			width: 5px;
			white-space: nowrap;
			padding-bottom: 0px;
		}
		
		ul#nav a, ul#nav a#flag_en, ul#nav a#flag_de {
			color: white;
			text-decoration: none;
			display: block;
			/*height: 22px;*/
			height: 18px;
			margin-top: 2px;
			/*padding: 5px 9px 0 9px;*/
			padding: 4px 9px 0 9px;
		}
		
		ul#nav a#flag_en, ul#nav a#flag_de {
			background-image: url(/custom/images/flag_en.gif);
			background-repeat: no-repeat;
			width: 20px;
			height: 16px;
			margin-top: 6px;
			padding: 5px 0 0 0;
		}
		
		ul#nav a#flag_de {
			background-image: url(/custom/images/flag_de.gif);
		}
		
		ul#nav a:hover, ul#nav a.on {
			/*background-image: url(/custom/images/nav_btn_bg.jpg);
			background-repeat: repeat-x;*/
			/*background-color: #A5143B;*/
			background-color: #A5143B;
		}
		
		ul#nav li a.sel {
			background-color: #595959;
		}
		
		ul#nav a#flag_en:hover {
			background-image: url(/custom/images/flag_en_ov.gif);
			background-color: transparent;
		}
		
		ul#nav a#flag_de:hover {
			background-image: url(/custom/images/flag_de_ov.gif);
			background-color: transparent;
		}
	
	/* --- STARTPAGE ------------------------------------ */
	
	/* --- FRAME ------------------- */	
	#frame {
		clear: left;
		float: left;
		background-color: #E2E2E2;
		/*min-height: 280px;
		height: auto !important;
		height: 280px;*/
		width: 920px;
		padding: 0 0 9px 0;
		margin-top: 1px;
	}
	
	* html #frame {
		width: 920px;
	}

		/* --- FRAME-BOXES ---------------------------------- */
		.fbox {
			float: left;
			width: 213px;
			text-align: left;
			border: 1px solid #A8A8A8;
			background-color: white;
			margin: 9px 12px 0 0;
		}
	
		/*.fbox .top, .fbox .top_cLeft, .fbox .top_cRight {
			background-image: url(/custom/images/fbox_top.jpg);
			background-repeat: no-repeat;
			height: 4px;
		}
		
			.fbox .top_cLeft {
				background-image: url(/custom/images/fbox_top_cleft.jpg);
			}
		
		* html .fbox .top, * html .fbox .btm, * html .fbox .top_cLeft, * html .fbox .btm_cLeft, * html .fbox .top_cRight, * html .fbox .btm_cRight {
			font-size: 1px;
			line-height: 1px;
		}
			
		.fbox .mdl, .fbox .mdl_cLeft, .fbox .mdl_cRight {
			padding: 1px 7px 1px 7px;
			width: 213px;
			height: 258px;
			background-image: url(/custom/images/fbox_mdl.jpg);
			background-repeat: repeat-y;
		}
		
			.fbox .mdl_cLeft {
				background-image: url(/custom/images/fbox_mdl_cleft.jpg);
			}
			
		.fbox .btm, .fbox .btm_cLeft, .fbox .btm_cRight {
			background-image: url(/custom/images/fbox_btm.jpg);
			background-repeat: no-repeat;
			height: 4px;
		}
		
			.fbox .btm_cLeft {
				background-image: url(/custom/images/fbox_btm_cleft.jpg);
			}*/
			
		.fbox h2 {
			margin: 0;
			padding: 5px 11px 0 11px;
			/*background-image: url(/custom/images/fbox_h2_grey.jpg);*/
			background-image: url(/custom/images/cbox_head.jpg);
			font-size: 1.1em;
			height: 20px;
			color: #595959;
			text-transform: uppercase;
			font-weight: normal;
		}
			
		.fbox h2 a {
			display: block;
			color: #595959;
			text-decoration: none;
		}
		
		.fbox h2 a:hover {
			text-decoration: none;
		}
			
		.fbox h2.bg1001 {
			background-image: url(/custom/images/fbox_h2_1001.jpg);
		}
		
		.fbox .fboxContent {
			/*background-image: url(/custom/images/fbox_bgcontent.jpg);
			background-repeat: repeat-x;*/
			padding: 12px 6px 6px 12px;
		}
		
		.fbox ul {
			margin: 0;
			padding: 0;
		}
		
		.fbox li {
			padding: 0;
			/*line-height: 1.5em;*/
		}
			
			
		/* --- MONITOR ------------------- */	
		#monitor, #monitor2 {
			width: 453px;
			margin-top: 0;
			border: 0;
		}
		
		* html #monitor, * html #monitor2 {
			height: 265px;
			overflow: hidden;
		}
		
		#monitor2 {
			width: 680px;
		}
			
				div.part {
					 float: left;
					 margin: 0;
					 padding: 0;
					 width: 441px;
					 height: 239px;
				}
				
				div.part div.imageText {
					width: 415px;
					padding: 18px;
					margin: 0;
					height: 196px;
					background-position: left top;
					border-right: 1px solid #A8A8A8;
					border-bottom: 1px solid #D3D3D3;
					border-left: 1px solid #A8A8A8;
					padding-top: 24px;
					font-size: 1.1em;
				}
				
				#monitor2 div.part div.imageText {
					width: 642px;
					background-position: right top;
				}
				
					div.imageText h2 {
						font-size: 1.4em;
						font-weight: bold;
						background-image: none;
						color: #595959;
						padding: 0;
						text-transform: none;
						/*margin-top: 24px;*/
					}
					
					div.imageText ul {
						padding-left: 14px;
					}
			
				#monitor ul#monitorList, #monitor2 ul#monitorList {
					clear: left;
					float: left;
					margin: 0;
					padding: 0 0 2px 2px;
					border: 1px solid #A8A8A8;
					border-top: 0;
					width: 449px;
				}
				
				* html #monitor ul#monitorList {
					/*border: 1px solid red;
					height: 25px;*/
				}
				
				#monitor2 #monitorList.wide {
					width: 676px;
				}
				
				#monitor #monitorList li, #monitor2 #monitorList li {
					float: left;
					/*min-width: 10px;
					width: auto !important;
					width: 10px;*/
					list-style: none;
					margin: 2px 12px 0 0;
					padding: 0;
					text-transform: uppercase;
				}
				
				* html #monitor #monitorList li, * html #monitor2 #monitorList li {
					/*border: 1px solid blue;*/
				}
				
				#monitor ul#monitorList a, #monitor2 ul#monitorList a {
					display: inline-block;
					float: left;
					height: 18px;
					color: #A5143B;
					padding: 3px 7px 0 7px;
					font-size: 1.1em;
					text-decoration: none;
					/*white-space: nowrap;*/
				}
				
				* html #monitor ul#monitorList a, * html #monitor2 ul#monitorList a {
					/*border: 1px solid #ccc;*/
				}
				
				#monitor #monitorList a:hover, #monitor #monitorList a.on, #monitor2 #monitorList a:hover, #monitor2 #monitorList a.on {
					background-image: url(/custom/images/nav_bg2.jpg);
					background-repeat: repeat-x;
					color: white;
				}
			
			#monitor .btm, #monitor2 .btm, #monitor .btm_cRight {
				clear: left;
				float: left;
				width: 100%;
				background-image: url(/custom/images/mon_btm.jpg);
			}
			
			#monitor2 .btm {
				background-image: url(/custom/images/mon_btm_large.jpg);
			}
			
				#monitor .btm_cRight {
					background-image: url(/custom/images/mon_btm_cright.jpg);
				}
			
		/* --- ADD. FRAME-BOXES ------------------- */
			/*#slidebox_master .mdl_cLeft {
				padding-left: 0px;
				width: 220px;
			}*/
			#accordion, #accordion2 {
				height: 254px;
			}
			
				#accordion h2 a, #accordion2  h2 a {
					background-image: url(/custom/images/symb_arrow_accordion.gif);
					background-repeat: no-repeat;
					background-position: right 4px;
				}
					
			
				#accordion div, #accordion2 div  {
					height: 203px;
					overflow: hidden;
					background-image: url(/custom/images/fbox_bgcontent.jpg);
					background-repeat: repeat-x;
					background-position: left 1px;
					/*padding: 12px 8px 0 9px;*/
					padding: 0;
				}
				
				#accordion div h3, #accordion div p, #accordion div ul, #accordion2 div h3, #accordion2 div p, #accordion2 div ul {
					display: inline-block;
					margin: 12px 8px 0 9px;
					padding: 0;
				}
				
				#accordion div h3, #accordion2 div h3 {
					font-size: 1.2em;
					font-weight: bold;
				}
				
				#accordion div li, #accordion2 div li {
					list-style: none;
				}
				
			
			/* --- ZG-PULLDOWN, WORDCLOUD, SGSEARCH ------------------- */
			#zgpulldown, #wcloud {
				float: left;
				width: 214px;
				border: 1px solid #A8A8A8;
				/*margin: 4px 0 9px 6px;*/
				height: 76px;
				background-color: white;
				color: #333;
				overflow: hidden;
			}
			
				#zgpulldown h2 {
					border-top: 1px solid white;
					border-left: 1px solid white;
					border-right: 1px solid white;
					padding: 0;
					height: 24px;
				}
				
				#zgpulldown h2 a {
					background-image: url(/custom/images/symb_pulldown.gif);
					background-position: 198px 5px;
					background-repeat: no-repeat;
					padding: 4px 11px 0px 11px;
					height: 20px;
					text-decoration: none;
					color: white;
				}
				
				#zgpulldown .fboxContent {
					padding-top: 6px;
				}
				
				#zgpulldown form {
					margin: 2px 0 0 0;
					padding: 7px 0 0 0;
					background-image: url(/custom/images/line_dgrey_2px.gif);
					background-position: top;
					background-repeat: repeat-x;
				}
				
				* html #zgpulldown form {
					padding-top: 4px;
				}
				
				
				#zgpulldown input {
					display: block;
					float: left;
					margin: 0;
				}
				
				#zgpulldown label {
					margin: 0 0 0 6px;
					display: block;
					float: left;
				}
				
				* html #zgpulldown label {
					margin-top: 3px;
				}
				
				* html #zgpulldown input, * +html #zgpulldown input {
					margin: -4px;
				}
				
					#pulldown {
						border: 1px solid #999;
						border-top-color: white;
						position: absolute;
						width: 186px;
						margin-left: 1px;
						background-image: url(/custom/images/pulldown_bg.jpg);
						background-repeat:repeat-x;
						z-index: 1;
						display: none;
						min-height: 40px;
						height: auto !important;
						height: 40px;
						background-color: #F4F4F4;
						padding: 12px 12px 6px 12px;
					}
					
						#pulldown ul {
							margin: 0;
							padding: 0;
						}
						
						#pulldown li {
							margin: 0 0 3px 0;
							padding: 0;
							list-style: none;
						}
						
						#pulldown ul li a {
							color: #333;
							text-decoration: none;
							background-image: url(/custom/images/symb_arrow_black_q.gif);
							background-repeat: no-repeat;
							background-position: left 2px;
							padding-left: 16px;
						}
						
						#pulldown ul li a:hover {
							color: #AC153E;
							background-image: url(/custom/images/symb_arrow_1001_q.gif);
						}
						
			#wcloud {
				width: 193px;
				border-color: #999;
				margin-top: 8px;
				padding: 3px 10px 0 10px;
				height: 71px;
				color: #666;
				text-transform: uppercase;
				text-align: justify;
				line-height: 1.8em;
			}
			
			* +html #wcloud {
				line-height: 2em;
			}
			
				#wcloud .cSmall {
					font-size: 0.8em;
				}
				
				#wcloud .cLarge {
					font-size: 1.3em;
				}
				
				#wcloud .cXlarge {
					font-size: 1.7em;
				}
				
				#wcloud a {
					text-decoration: none;
				}
				
				#wcloud a:hover {
					text-decoration: underline;
				}
				
				#wcloud p {
					padding: 0;
					margin: 0;
				}
				
			#sgsearch {
				float: left;
				width: 213px;
				height: 24px;
				text-align: left;
			}
			
				#sgsearch #sgslang {
					display: none;
				}
			
			#sgsearch a.sgSearch {
				display: block;
				width: 203px;
				height: 20px;
				padding: 4px 0 0 10px;
				background-image: url(/custom/images/btn_sgs_bg.jpg);
				background-repeat: no-repeat;
				text-transform: uppercase;
				color: white;
				font-size: 1.1em;
			}
			
			#sgsearch a.sgSearch:hover {
				background-image: url(/custom/images/btn_sgs_bg_ov.gif);
				text-decoration: none;
			}
			
		/* --- Zielgruppen - Startseite --- */
		#zielgruppen.fbox {
			border: 0;
			width: 215px;
		}
		
			#zielgruppen.fbox h2 {
				border: 1px solid #A8A8A8;
			}
			
			#zielgruppen.fbox ul#zg {
				border: 1px solid #8A8A8A;
				background-color: #8A8A8A;
			}
			
			#zielgruppen.fbox ul li{
				width: 100%;
				padding: 0;
				margin: 0;
				list-style: none;
			}
			
			#zielgruppen.fbox ul li a {
				display: block;
				color: white;
				padding: 0.4em 0 0.4em 18px;
				background-image: url(/custom/images/d2_arrow.gif);
				background-repeat: no-repeat;
				background-position: 10px 8px;
			}
			
			#zielgruppen.fbox ul li a:hover, #zielgruppen.fbox ul li a.on {
				background-color: #595959;
				text-decoration: none;
			}
			
			
			/* --- HOTLINKS, SLIDEBOX & cBox-Links ------------------- */
			#hotlinks .mdl {
				max-height: 167px;
				height: auto !important;
				height: 167px;
			}
			
			#slidebox li a {
				display: inline-block;
				clear: left;
				float: left;
				text-decoration: none;
				color: #A5143B;
				padding-left: 12px;
				background-image: url(/custom/images/symb_arrow_1001.gif);
				background-repeat: no-repeat;
				background-position: left 6px;
			}
			
			/*#hotlinks li a:hover, */#slidebox li a:hover {
				text-decoration: underline;
			}
			
			#hotlinks li {
				margin-bottom: 0.4em;
				list-style: none;
			}
				
		
	/* --- CONTENT ------------------- */
	#content {
		clear: left;
		float: left;
		width: 100%;
		text-align: left;
		padding: 18px 0 0 0px;
	}
	
		.cBox {
			float: left;
			width: 215px;
			margin: 0 12px 0 0;
			/*min-height: 256px;
			height: auto !important;
			height: 256px;*/
			padding: 0;
		}
		
			.cBox .cont, .cBox .contNoHead {
				float: left;
				border: 1px solid #D3D3D3;
				min-height: 278px;
				width: 213px;
				height: auto !important;
				height: 268px;
				background-image: url(/custom/images/cbox_head.jpg);
				background-repeat: repeat-x;
				background-position: top;
				padding: 0 0 5px 0;
			}
			
			.cBox .contNoHead {
				background-image: none;
			}
			
				.cont h2, #sgform h2 {
					display: block;
					padding: 5px 10px 5px 10px;
					margin: 0;
					color: #333;
					text-transform: uppercase;
					font-size: 1em;
					font-weight: normal;
				}
				
				.cont p {
					margin: 13px 10px 12px 10px;
					padding: 0;
				}
				
				.cont ul, .cont ol {
					margin-left: 10px;
					margin-right: 10px;
				}
			
				.cBox ul.tabs  {
					clear: left;
					float: left;
					margin: 0;
					padding: 0;
				}
				
				.cBox ul.tabs li {
					float: left;
					margin: 0;
					padding: 0;
					list-style: none;
					border-left: 1px solid #C2C2C2;
				}
				
					.cBox ul.tabs li.first {
						border-left: 0;
					}
				
				.cBox ul.tabs li a {
					display: block;
					float: left;
					width: 86px;
					padding: 5px 10px 5px 10px;
					height: 15px;
					background-image: url(/custom/images/cbox_tabs_shadow.gif);
					background-repeat: no-repeat;
					color: #333;
					text-decoration: none;
					text-transform: uppercase;
				}
				
					.active {
						display: block;
						float: left;
						width: 86px;
						padding: 5px 10px 5px 10px;
						height: 15px;
						background-image: url(/custom/images/cbox_tabs_line.gif);
						background-color: white;
						background-position: bottom;
						color: #333;
						text-decoration: none;
						text-transform: uppercase;
					}
					
				.cBox ul.tabs li.first a {
					background-image: url(/custom/images/cbox_tabs_line.gif);
					background-repeat: no-repeat;
					background-color: white;
					background-position: bottom;
				}
				
				.cBox .cont div.first, .cBox .cont div.contTab, .cBox .cont div {
					width: 193px;
					padding: 13px 10px 0 10px;
					clear: left;
					float: left;
				}
				
				* html .cBox .cont div.first, * html .cBox .cont div.contTab, * html .cBox .cont div {
					clear: none;
					float: none;
				}
				
				.cBox .cont div.contTab {
					display: none;
				}
				
					ul.links, ul.links2 {
						margin: 0;
						padding: 0;
					}
				
					ul.links li, ul.links2 li {
						margin-bottom: 0.6em;
						background-image: url(/custom/images/symb_arrow_1001.gif);
						background-repeat: no-repeat;
						background-position: left 5px;
						padding-left: 12px;
						list-style: none;
					}
					
					ul.links2 li {
						margin-bottom: 0.3em;					
					}
					
					.cBox .cont div p {
						margin: 0 0 1em 0;
						padding: 0 !important;
					}
					
					.cont div ul.contBottom {
						clear: left;
						float: left;
						width: 100%;
						margin: 0;
						padding: 0;
						background-image: url(/custom/images/line_grey_1px.gif);
						background-repeat: repeat-x;
						margin-top: 8px;
						padding-top: 8px;
					}
					
					.cont div ul.contBottom li {
						list-style: none;
					}
					
					iframe#gmap {
						width: 191px;
						height: 150px;
						border: 1px solid #CCC;
						margin-bottom: 5px;
					}
					
					* html iframe#gmap {
						width: 189px;
					}
					
					#tabMaps {
						clear: left;
						float: left;
						border: 1px solid #CCC;
						border-bottom: 0;
						padding: 0;
						width: 191px;
						margin: 0;
					}
					
					#tabMaps li {
						list-style: none;
						float: left;
						padding: 4px 0 6px 6px;
					}
					
					.gmapTabActive {
						color: #333;
						text-decoration: none;
					}
					
					
					
				.cBox .cont div.first {
					display: block;
				}
			
			.cBox .btm {
				clear: left;
				float: left;
				height: 12px;
				width: 100%;
				background-image: url(/custom/images/cbox_btm.jpg);
				background-repeat: repeat-x;
			}
			
			#contact_map_stg.cont {
				min-height: 150px;
				height: auto !important;
				height: 150px;
			}
			
			/*a.sgSearch {
				float: left;
				clear: left;
				display: block;
				height: 20px;
				padding: 6px 0 0 10px;
				background-image: url(/custom/images/btn_sgs_bg.jpg);
				background-repeat: repeat-x;
				/*border: 1px solid #B7B7B7;
				width: 203px;
				color: white;
				text-decoration: none;
				text-transform: uppercase;
			}
			
			a.sgSearch:hover {
				background-image: url(/custom/images/sg_btn_bg_ov.jpg);
				text-decoration: none; 
			}*/
	
		#text {
			float: left;
			width: 441px;
			padding: 10px 12px 12px 0;
			line-height: 1.3em;
			border: none;
		}
		
		* html #text ul {
			width: 406px;
		}
				
		
		/* html #text {
			width: 406px;
		}*/
	
		h1 {
			font-size: 1.8em;
			line-height: 1.2em;
			font-weight: normal;
			margin: 0;
			padding: 0;
		}
		
		h1.start {
			font-size: 1.9em;
			text-transform: uppercase;
		}
		
		h2 {
			font-size: 1.3em;
			font-weight: normal;
			line-height: 1.2em;
		}
		
		#footer {
			clear: left;
			float: left;
			width: 100%;
			color: #949494;
			margin-top: 18px;
			margin-bottom: 12px;
			/*border-top: 1px solid #E3E3E3;*/
		}
		
			#footer p, #footer_page p {
				float: left;
				margin: 0;
				padding: 0;
			}
		
		
			#footer ul {
				float: left;
				/*min-width: 500px;
				width: auto !important;
				width: 500px;*/
				width: 60%;
				margin: 0 0 0 15px;
			}
		
			#footer ul li {
				float: left;
				list-style: none;
				/*margin-right: 15px;*/
				margin: 0 15px 0 0;
				white-space: nowrap;
			}
			
			#footer ul li a, #footer_page ul li a , .lastMod{
				color: #949494;
				text-decoration: none;
			}
			
			#footer ul li a:hover, #footer_page ul li a:hover {
				color: #666;
			}
			
			li.lastMod {
				padding-left: 15px;
			}
			
				a.fPrint, a.fTop, a.fSearch, a.fSitemap {
					background-position: left 2px;
					background-repeat: no-repeat;
					padding-left: 15px;
				}
			
				a.fPrint {
					background-image: url(/custom/images/symb_footer_print.gif);
				}
				
				a.fPrint:hover {
					background-image: url(/custom/images/symb_footer_print_ov.gif);
				}
				
				a.fTop {
					background-image: url(/custom/images/symb_footer_top.gif);
				}
				
				a.fTop:hover {
					background-image: url(/custom/images/symb_footer_top_ov.gif);
				}
				
				a.fSearch {
					background-image: url(/custom/images/symb_footer_search.gif);
				}
				
				a.fSearch:hover {
					background-image: url(/custom/images/symb_footer_search_ov.gif);
				}
				
				a.fSitemap {
					background-image: url(/custom/images/symb_footer_sitemap.gif);
				}
				
				a.fSitemap:hover {
					background-image: url(/custom/images/symb_footer_sitemap_ov.gif);
				}
		
		/* --- STUDYGUIDE-SEARCH - General Definition --------- */
		form#options {
			display: block;
			float: left;
			background-color: #F2F2F2;
			margin: 2px 0 0 0;
			padding: 0;
			width: 441px;
		}
		
			#search .head {
				color: #666;
			}
		
			#options div {
				clear: none;
				float: left;
				margin: 0;
				padding: 6px 9px 6px 10px;
				border-bottom: 1px solid #D3D3D3;
				height: 64px;
			}
			
				#options #interests, #options #type {
					background-image: url(/custom/images/pixel_white.gif);
					background-position: right top;
					background-repeat: repeat-y;
				}
				
			#options .fLeft {
				float: left;
				margin-right: 7px;	
			}
			
			/*#sgform #options div {
					min-width: 100px;
					width: auto !important;
					width: 100px;
					min-height: 110px;
					height: auto !important;
					height: 110px;
			}*/
				
				
				* html div#type {
					/*width: 120px;*/
				}
			
			#options .head {
				display: block;
				margin-bottom: 5px;
			}
			
			#options input {
				display: block;
				clear: left;
				float: left;
				padding: 0;
				margin: 0 5px 5px 0;
			}
			
			* html #options input {
				margin: 0 2px 0 0;
			}
			
			* +html #options input {
				margin: 0 1px 0 0;
			}
			
			#options select {
				display: block;
				clear: left;
				float: left;
				font-size: 1em;
				width: 150px;
				margin: 3px 0 7px 0;
			}
			
			#options label {
				clear: none;
				display: block;
				float: left;
				color: #333;
				padding: 0;
				margin: 0;
				/*margin-top: 3px;*/
			}
			
			* html #options label {
				padding-top: 3px;				
			}
			
			* +html #options label {
				padding-top: 3px;
			}
			
			/*#addOptions {
				clear: left;
				float: left;
				display: none;
				height: 17px;
				padding: 0 0 0 5px;
				color: #595959;
			}*/
			
			#addOptions {
				clear: left;
				position: absolute;
				width: 100px;
				display: none;
				padding: 0 0 0 5px;
				color: #595959;
				background-color:#CCC;
				margin: 16px 0 0 0;
				padding: 5px;
				text-align: left;
			}
			
			* html #addOptions {
				margin: 16px 0 0 -110px;
			}
			
			* +html #addOptions {
				margin: 16px 0 0 -110px;
			}
			
				#addOptions input {
					clear: left;
					float: left;
					display: block;
					margin: 2px 0 0 0;
					padding: 0;
				}
				
				* html #addOptions input {
					margin: -1px 0 0 0;
				}
				
				* +html #addOptions input {
					margin: -1px 0 0 0;
				}
			
				#addOptions label {
					clear: none;
					float: left;
					display: block;
					margin: 3px 10px 0 5px;
				}
				
				* html #addOptions label {
					margin: 3px 5px 0 2px;
				}
				
				* +html #addOptions label {
					margin: 3px 5px 0 2px;
				}

				#addOptions .textAsBlock {
					display: block;
					float: left;
				}
				
				#addOptions div.line_d, #addOptions div.line_s {
					width: 100%;
					margin: 5px 0 5px 0;
					clear: left;
					float: left;
				}
				
				* html #addOptions div.line_d, * html #addOptions div.line_s {
					line-height: 1px;
				}
				
				* +html #addOptions div.line_d, * +html #addOptions div.line_s {
					line-height: 1px;
				}
				
				#addOptions div.line_d {
					border-bottom: 1px dotted white;
				}
				
				#addOptions div.line_s {
					border-bottom: 1px solid white;
				}
				
			
		/* --- STUDY-GUIDE HOMEPAGE --------- */
				
		/*#studyGuideStart.cBox {
			width: 443px;
		}
		
				#studyGuideStart #interests, #studyGuideStart #categories, #studyGuideStart #type {
					width: 246px;
					border-right: 0;
					height: 64px;
				}
				
				#studyGuideStart #categories, #studyGuideStart #form {
					width: 157px;	
				}
		
			/* -- for IE 6, 7 and 8 --------- */
			/*#studyGuideStart .cont {
				width: 441px;
			}
			
			ul.SGLinks, ul.linklist {
				clear: left;
				float: left;
				width: 441px;
				margin: 10px 0 7px 0;
				padding: 0;
			}
			
			* html ul.SGLinks, ul.linklist {
				clear: none;
				float: none;
			}
			
			ul.SGLinks li, ul.linklist {
				width: 220px;
				width: auto !important;
				width: 220px;
				float: left;
				list-style: none;
				margin: 0 0 3px 0;
				padding: 0;
			}
			
			ul.SGLinks li.wide {
				width: 398px;
				margin-top: 0.2em;
				padding-top: 0.8em;
				background-image: url(/custom/images/line_419px.gif);
				background-repeat: no-repeat;
				background-position: 10px top;
			}
			
			ul.SGLinks li a, a.showAll, #studyGuideStart h3 a {
			/*#studyGuideStart a {
				display: block;
				width: 178px;
				margin: 0 10px 3px 10px;
				padding: 0 10px 0 10px;
				border: 1px solid #CCC;
				color: #666;
				background-image: url(/custom/images/symb_searchSG_arrow.gif);
				background-repeat: no-repeat;
				background-position: right 4px;
			}
			
			ul.SGLinks li a:hover, a.showAll:hover, #studyGuideStart h3 a:hover {
				background-color: #F2F2F2;
				text-decoration: none;
			}
			
			#studyGuideStart a.request {
				width: 173px;
				background-image: url(/custom/images/symb_searchSG_requestInfo.gif);
				background-repeat: no-repeat;
				background-position: 3px 4px;
				padding-left: 15px;
				color: #333;
				background-color: #F2F2F2;
			}
			
			#studyGuideStart a.request:hover {
				background-color: #DBDBDB;
			}
			
			#studyGuideStart a.showAll {
				width: 398px;
				background-image: url(/custom/images/symb_searchSG_showAll.gif);
			}
			
			/*#studyGuideStart p {
				clear: left;
				float: left;
				padding: 10px 0 0 0;
				margin: 0 10px 10px 10px;
				background-image: url(images/line_grey_1px.gif);
				background-repeat: repeat-x;
				background-position: left top;
			}
			
			* html #studyGuideStart p {
				margin: 0 5px 10px 5px;
			}*/

			/*#fb {
				margin: 0;
				padding: 0;
				width: 100%;
				background-image: url(/custom/images/line_grey_1px.gif);
				background-position: center;
				background-repeat: repeat-y;
			}
			
				#fb div {
					float: left;
					clear: none;
					width: 220px;
					margin: 0 0 4px 0;
					padding: 0;
				}
				
				#fb h3 {
					display: block;
					font-size: 1em;
					font-weight: normal;
					margin: 0 10px 3px 10px;
					padding: 0;
				}
				
				* html #fb h3 {
					float: none;
				}
				
					#fb h3 a {
						margin: 2px 0 2px 0;
						width: 180px;
						color: white;
						background-image: url(/custom/images/symb_searchSG_down.gif);
						background-position: right 5px;
						padding: 1px 10px 1px 10px;
						border: 0;
					}
					
					.down {
						background-image: url(/custom/images/symb_searchSG_down.gif);
					}
					
					#fb ul {
						margin: 0 10px 0 10px;
						padding: 2px 0 0 0;
					}
					
					#studyGuideStart #fb ul {
						display: none;
					}
					
					#fb li {
						display: inline-block;
						float: left;
						clear: left;
						margin: 0;
						padding: 0 0 0.3em 10px;
						list-style: none;
						background-image: url(/custom/images/line_666_3px.jpg);
						background-repeat: no-repeat;
						background-position: left 0.6em;
						width: 180px;
					}
					
					#fb li a {
						color: #666;
					}*/
					
/* --- PAGES ------------------------------------ */
	
	/* --- HEAD-IMAGES --------- */
	#images {
		margin-top: 1px;
		clear: left;
		float: left;
		width: 681px;
		height: 155px;
		text-align: left;
	}
	
		#images img {
			display: block;
			float: left;
		}
		
		#images img.left {
			margin-right: 1px;
		}
	
	/* --- FRAME --------- */
	#frame.page {
		clear: none;
		float: left;
		width: 227px;
		min-height: 146px;
		height: auto !important;
		height: 146px;
		/*min-height: 143px;
		height: auto !important;
		height: 143px;*/
		padding-left: 12px;
	}
	
	* html #frame.page {
		padding-bottom: 9px;
	}
	
		#quicklinks {
			float: left;
			margin: 9px 0 9px 0;
			min-height: 102px;
			height: auto !important;
			height: 102px;
		}
	
		/*#quicklinks .mdl {
			min-height: 101px;
			height: auto !important;
			height: 101px;
		}*/
		
		#quicklinks ul.links li {
			margin-bottom: 0.45em;
		}
		
	/* --- CONTENT --------- */
	#content.page {
		margin-top: 1px;
		padding: 0;
		/*background-image: url(images/line_74_1px.gif);*/
		/*background-image: url(/custom/images/pixel_e4.gif);
		background-position: 227px top;
		background-repeat: repeat-y;*/
	}
	
		#subnav, #text_page, #col {
			font-size: 1em;
			line-height: 1.3em;
			float: left;
		}
		
			/* +html #text_page p {
				display: block;
				width: 100%;
				clear: left;
				padding-bottom: 12px;
			}*/
		
		#text_page, #col {
			/*font-size: 1.1em;*/
			margin-top: 18px;
		}
				
		
		/* --- SUBNAVIGATION --------- */
		#subnav {
			width: 219px;
			margin-right: 8px;
		}
		
			#block {
				width: 207px;
				height: 46px;
				margin-bottom: 14px;
				background-color: #A5143B;
				color: white;
				text-transform: uppercase;
				font-size: 1.1em;
				padding: 9px 0 0 12px;
			}
		
			#subnav ul {
				float: left;
				margin: 0;
				padding: 0;
				background-image: url(/custom/images/subnav_bg_ul.jpg);
				background-repeat: repeat-x;
				background-color: white;
			}
			
			ul#sub2 li {
				display: block;
				clear: left;
				float: left;
				list-style: none;
				/*width: 219px;*/
				min-height: 24px;
				height: auto !important;
				height: 24px;
				padding: 0;
				/*background-image: url(/custom/images/subnav_bg_li.jpg);
				background-repeat: repeat-x;*/
				margin: 0 0 2px 0;
				background-color: #E4E4E4;
			}
			
			ul#sub2 li a {
				float: left;
				display: block;
				width: 188px;
				min-height: 16px;
				height: auto !important;
				height: 16px;
				padding: 5px 20px 4px 11px;
				color: #595959;
				/*background-image: url(/custom/images/subnav_arrow.gif);*/
				background-position: 205px 8px;
				background-repeat: no-repeat;
			}
			
			ul#sub2 li a:hover {
				background-image: url(/custom/images/subnav_arrow.gif);			
			}
			
			ul#sub2 li a:hover, ul#sub2 li a.on, ul#sub2 li a.curr {
				color: white;
				text-decoration: none;
				background-color: #595959;
			}
			
			ul#sub3 {
				background-color: white;
			}
			
			ul#sub3 li {
				/*background-image: url(/custom/images/line_CCC_1px.gif);
				background-repeat: repeat-x;*/
				background-position: left top;
				background-color: transparent;
				margin: 0;
				border-top: 1px solid #E8E8E8;
			}
			
			ul#sub3 li a {
				background-image: none;
				background-color: transparent;
			}
			
			ul#sub3 a:hover {
					color: #A5143B;
					background-image: url(/custom/images/subnav_arrow.gif);
			}
				
				ul#sub4 li {
					background-color: #F3F3F3;
				}
				
				ul#sub4 li a {
					padding-left: 25px;
					width: 173px;
				}
				
				ul#sub5 li {
					background-color: white;
				}
				
				ul#sub5 li a {
					padding-left: 40px;
					width: 158px;
				}

			ul#sub3 li a:hover, ul#sub3 li a.on, ul#sub3 li a.curr {
				color: #595959;
				text-decoration: none;
				background-color: transparent;
			}

			#subnav a.curr {
				background-image: url(/custom/images/subnav_arrow.gif);
			}
			
			ul#sub3 li a.curr, ul#sub3 li a.on {
				/*font-weight: bold;*/
			}
			
			#subnav a.on, #subnav a.on:hover {
				background-image: url(/custom/images/subnav_arrow_down.gif);
			}
			
			/* --- SUBNAVIGATION 1001 (MAIN) --------- */
			ul#sub2 li a.on, ul#sub2 li a.curr {
				background-color: #A5143B;
			}

			ul#sub3 li a:hover, ul#sub3 li a.on, ul#sub3 li a.curr  {
				background-color: transparent;
			}

			ul#sub3 li a:hover, ul#sub3 li a.on, ul#sub3 li a.curr {
				color: #A5143B;
			}
		
		#text_page {
			width: 430px;
			padding: 0 18px 8px 18px;
		}
			
			ul.breadcrumbs {
				clear: left;
				float: left;
				padding: 0;
				margin: 0 0 1.5em 0;
			}
			
			ul.breadcrumbs li {
				display: inline-block;
				float: left;
				border-right: 1px solid #595959;
				padding: 0 5px 0 0;
				margin-right: 5px;
				list-style: none;
				color: #888;
			}
			
			* html ul.breadcrumbs li {
				white-space: nowrap;
			}
			
			* +html ul.breadcrumbs li {
				white-space: nowrap;
			}
			
				ul.breadcrumbs li.last {
					padding-left: 0;
					border-right: 0;
				}
			
			#text_page h1 {
				clear: left;
				margin-bottom: 1em;
			}
		
		#col .cBox {
			margin-right: 0;
			clear: left;
		}
		
		#col .cBox .cont {
			min-height: 10px;
			height: auto !important;
			height: 10px;
		}
		
	#footer_page {
		clear: left;
		float: left;
		width: 100%;
		text-align: center;
		background-image: url(/custom/images/footer_page.jpg);
		background-repeat: no-repeat;
		padding-top: 1.3em;
		margin-top: 2em;
	}
	
		#footer_page ul {
			width: auto;
		}
		
		#footer_page li {
			display: inline;
			list-style: none;
		}
		
		#footer_page li a {
			margin-left: 15px;
		}
		
/* --- SG-SEARCH - ALL PAGES --------- */
#sgsearch_bg, div.divCenter {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;  
	z-index: 1;
	background-color: white;
	text-align: center;
	display: none; 
}

div.divCenter {
	margin-top: 300px;
	background-color: transparent;
}
	
#sgsearch_main {
	/*display: none;*/
	position: absolute;
	left: 0;
	top: -1000px;
	width: 100%;
	z-index: 10;
}

	#sgsearch_main div.center {
		margin: 90px auto 0 auto;
		width: 546px;
	}

.hide {
	display: none;
}
		
/* --- BACKGROUND-COLORS AND LINK-HOVERS --------- */
.bg1001  {
	background-color: #A5143B !important;	
}

.bg1101  {
	background-color: #0080B9 !important;	
}

.bg1102  {
	background-color: #9BBD0F !important;	
}

.bg1103  {
	background-color: #FABA00 !important;
	color: #333 !important;
}

.bg1104  {
	background-color: #EF7F01 !important;	
}

a.bg1101:hover  {
	background-color: #4DA6CE !important;	
}

a.bg1102:hover   {
	background-color: #B4CC53 !important;	
}

a.bg1103:hover   {
	background-color: #F7CA48 !important;	
}

a.bg1104:hover   {
	background-color: #EFA149 !important;	
}

/* --- TABLES --------- */

.tblHeadGrey {
	background-color: #E8E8E8;
	padding: 2px;
}

/*-- ALL --------- */
#intro {
	color: #777;
	border-bottom: 1px solid #E8E8E8;
	/*border-bottom: 1px solid red;*/
	padding: 0;
	margin-bottom: 1em;
}

#intro p, #intro div {
	margin-bottom: 1em;
	padding: 0;
}
	

/*#intro div {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #E8E8E8;
}*/

#intro p div {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.listContent {
	clear: left;
	float: left;
	width: 100%;
	display: block;
	padding-top: 1.5em;
}

.listContent ul {
	margin-top: 0.5em;
	margin-bottom: 1.3em;
}

.headline {
	font-weight: bold;
	font-size: 1.1em;
}

.lgrey {
	color: #777;
}

ul.cols2 {
	clear: left;
	float: left;
	width: 100%;
	margin: 10px 0 12px 0;
	padding-left: 0;
}

ul.cols2 li {
	float: left;
	list-style: none;
	padding-left: 12px;
	margin: 0 0 6px 0;
	width: 45%;
	background-image: url(/custom/images/symb_q.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
}

ul.ulList {
	margin: 1em 0 1.5em 0;
}

.listImg {
	float: left;
	width: 110px;
	margin-right: 18px;
	border: 1px solid #ccc;
	background-color: #E8E8E8;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	overflow: hidden;
}

.listImgPartners {
	float: left;
	width: 140px;
	margin-right: 18px;
	border: 1px solid #ccc;
	background-color: white;
	padding: 5px;
}

a.linkIntern, a.linkExtern, a.fbc1101_linkIntern,  a.fbc1102_linkIntern, a.fbc1103_linkIntern, a.fbc1104_linkIntern, a.fbcInWi_linkIntern,  a.fbcIDT_linkIntern, a.fbcLBU_linkIntern, a.fbcGeWi_linkIntern {
	display: inline-block;
	background-image: url(/custom/images/symb_link_int.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 18px;
}

a.linkExtern {
	background-image: url(/custom/images/symb_link_ext.gif);	
}

ul.woListStyle {
	margin: 0;
	padding: 0;
}

ul.woListStyle li {
	list-style: none;
	margin: 0 0 0.3em 0;
	padding: 0;
}
	
.listText {
	float: left;
	width: 100%;
}

	.listText h2 {
		margin: 0.3em 0 0 0;
		font-weight: bold;
	}

	.listText p {
		margin: 0.6em 0 0 0;
	}
	
	.btmSmall {
		margin-bottom: 3px;
	}
	
	.btmLarge {
		margin-bottom: 1em;
	}
	
	.listText span.box {
		display: inline-block;
		clear: left;
		float: left;
		width: 420px;
		padding: 6px;
		background-color: #E8E8E8;
		font-weight: bold;
	}
	
.head3pxBtm {
	margin-bottom: 3px;
}

.textFooter {
	font-size: 0.8em;
	color: #777;
	width: 100%;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #E8E8E8;
}

ul.listAcc {
	/*color: #333;*/
}

	ul.listAcc li {
		margin-bottom: 0.6em;
	}

/* --- Right column - Link-Buttons --------- */
a.colLink_rss, a.colLink_outlook, a.colLink_print {
	display: block;
	width: 193px;
	text-transform: uppercase;
	background-image: url(/custom/images/symb_rss.gif);
	background-repeat: no-repeat;
	background-position: 188px 3px;
	padding: 4px 10px 4px 10px;
	color: #595959;
}

a.colLink_rss:hover, a.colLink_outlook:hover, a.colLink_print:hover {
	background-color: white;
	text-decoration: none;
}

a.colLink_outlook {
	background-image: url(/custom/images/symb_outlook.gif);
	background-position: 193px 5px;	
}

a.colLink_print {
	background-image: url(/custom/images/symb_printerfriendly.gif);
	background-position: 193px 5px;	
}

/*a.download {
	display: inline-block;
	padding: 3px 0  0 20px;
	background-image: url(/custom/images/symb_download.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

a.download span {
	color: #595959;
	text-decoration: none;
}*/

/* --- PERSONEN-LISTEN --------- */
div.person {
	width: 100%;
	float: left;
	clear: none;
}

div.person div.text {
	float: left;
	width: 300px;
	padding-right: 6px;
}

div.person div.textWide {
	clear: left;
	float: left;
	width: 100%;
	padding: 0;
	border-top: 1px solid #CCC;
}

	
	/* --- STUDIERENDE ohne Bilder --------- */
	div.textWide h2 {
		display: block;
		clear: left;
		float: left;
		width: 426px;
		margin: 0 0 0.4em 0;
		padding: 0.3em 0 0.3em 0.3em;
		background-color: #F5F5F5;
		border-bottom: 1px solid #E2E2E2;
	}
	
	div.textWide p {
		margin: 0 0 0.3em 0;
		padding: 0 0 0 0.5em;
	}

	div.textWide ul.listFunctions {
		clear: left;
		float: left;
		width: 426px;
		margin: 0 0 1em 0;
		padding: 0;
	}
		
		div.textWide ul.listFunctions li {
			list-style: none;
			margin: 0;
			padding: 0 0 0 0.5em;
		}
		
	div.textWide ul.listThesis {
		margin: 0 0 1.4em 0;
		padding: 0 0 0 1.6em;
	}
	
	* +html div.textWide ul.listThesis {
		margin-left: 0.4em;
	}
	
	* html div.textWide ul.listThesis {
		margin-left: 0.4em;
	}
	
	div.textWide ul.listThesis {	
		margin-left /*\**/: 0.2em\9
	}

		
		div.textWide ul.listThesis li {
			margin: 0 0 0.4em 0;
			padding: 0;
		}

div.line {
	float: left;
	width: 432px;
	border-bottom: 1px solid #E8E8E8;
	margin: 12px 0 12px 0;
	line-height: 1px;
	font-size: 1px;
}

div.function {
	width: 200px;
	margin-top: 8px;
	clear: left;
	float: left;
	color: #888;
}

div.function ul {
	margin: 3px 0 0 0;
}

p.function {
	margin: 1.2em 0 0.5em 0;
}
	

div.personImgOut {
	width: 110px;
	clear: left;
	float: left;
	margin-right: 12px;
}

div.personImgIn {
	width: 110px;
	float: left;
	height: auto;
	overflow: hidden;
	background-color: #E8E8E8;
	border: 1px solid #CCC;
}

.person h2 {
	margin: 3px 0 6px 0;
	padding: 0;
	font-size: 1.2em;
}

.email {
	font-size: 0.8em;
}

a.enlarge {
	display: inline-block;
	padding-left: 12px;
	background-image: url(/custom/images/symb_link_enlarge.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #595959;
}

#personDetail {
	width: 100%;
	float: left;
	clear: none;
}

	#personDetail h2 {
		margin: 3px 0 6px 0;
		padding: 0;
	}

	#personDetail div.personImgOut {
		width: 110px;
	}

	#personDetail div.personImgIn {
		height: auto;
	}
	
	* hmtl #personDetail div.personImgIn img {
		clear: left;
		float: left;
		height: auto;
	}
	
	#personDetail div.text {
		float: left;
		padding: 12px;
		/*width: 286px;*/
		width: 284px;
		background-color: #E8E8E8;
		min-height: 122px;
		height: auto !important;
		height: 122px;
	}
	
	* html #personDetail div.text {
		width: 280px;
	}
	
	
	/* --- F&E - Ansprechperson - Start --------- */
	#personDetail.fue {
		margin-top: 1em;
		margin-bottom: 1.5em;
	}
	
	#personDetail.fue h2 {
		margin: 3px 0 6px 0;
		padding: 0;
	}

	#personDetail.fue div.personImgOut {
 		width: 80px;
		margin-right: 0;
	}

	#personDetail.fue div.personImgIn {
		width: 80px;
		height: auto;
	}
	
	* html #personDetail.fue div.personImgIn {
		border-right: 0;
	}
	
	#personDetail.fue div.text {
		width: 322px;
		margin-left: 1px;
		min-height: 82px;
		height: auto !important;
		height: 82px;
		background-color: white;
		border-left: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
	
	* html #personDetail.fue div.text {
		width: 320px;
	}
	
	/* --- F&E - Ende --------- */
	
	#personDetail div.text p {
		margin: 0.5em 0 0 0;
		padding: 0;
	}
	
	#personDetail div.text ul {
		margin: 0.5em 0 0 0;
	}
	
/* --- TANDEM-Listen --------- */
div.tandem {
	width: 204px;
	float: left;
	clear: none;
	margin-right: 12px;
}

	div.tandem h2 {
		margin-bottom: 2px;
		font-weight: bold;
	}
	
	p.cat {
		width: 100%;
		font-size: 10pt;
		text-transform: uppercase;
		margin: 0 0 1.6em 0;
	}
	
	div.tandem p {
		margin: 1em 0 1em 0;
	}
	
/* --- PROJECTS --------- */
#projectDetails, .contentBox {
	width: 408px;
	padding: 12px;
	background-color: #E8E8E8;
	margin-bottom: 12px;
}

	.contentBox {
		width: 406px;
		background-color: #FFF;
		border: 1px solid #D3D3D3;
	}
	
	#projectDetails ul {
		margin: 0 0 12px 0;
	}
	
/* -- LIST-CONTAINER --------- */
div.list_container {
	clear: left;
	float: left;
	width: 100%;
	/*background-color: #E8E8E8;*/
	margin-bottom: 12px;
}

	div.list_container h2.list_link {
		clear: left;
		float: left;
		margin: 0;
		background-color: white;
		font-size: 1.1em;
		/*font-weight: bold;*/
	}
	
	div.list_container h2.list_link a {
		display: block;
		float: left;
		width: 394px;
		border: 1px solid #CCC;
		padding: 6px 24px 6px 12px;
		margin: 0;
		background-color: white;
		background-image: url(/custom/images/subnav_arrow_down.gif);
		background-position: 412px 0.9em;
		background-repeat: no-repeat;
		color: #595959;
		text-decoration: none;
		/*font-weight: bold;*/
	}
	
	div.list_container h2.list_link a:hover {
		background-color: #F2F2F2;
	}
	
	ul.list_items {
		/*display: none;*/
		width: 382px;
		clear: left;
		float: left;
		border: 1px solid #CCC;
		border-top: 0;
		padding: 12px 24px 12px 24px;
		margin: 0;
	}
	
	ul.list_items h3 {
			font-size: 1em;
			font-weight: normal;
			line-height: 1.2em;
			margin:  0 0 0.1em 0;
	}

/* --- PARTNERUNIS --- */
ul.partnerUniCountry {
	margin: 0 0 1em 0;
}

ul.partnerUniCountry ul {
	margin: 0;
	padding: 0;
}

ul.partnerUniCountry ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* --- DIENSTLEISTUNG --- */
/*p.dienstleistung div {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}

p.dienstleistung div p {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}*/


	


	

/*.headline {
	display: block;
	margin: 0 0 3px 0;
}*/

.newsImg {
	clear: left;
	float: left;
	width: 170px;
	border: 1px solid #CCC;
	background-color: #E8E8E8;
	height: 80px;
	margin-bottom: 12px;
}

.newsImage {
	clear: left;
	float: left;
	border: 1px solid #CCC;
	background-color: #E8E8E8;
	height: 93px;
	margin-bottom: 12px;
}

/* --- PULDOWN-NAV --------- */
#pulldown_nav {
	clear: left;
	float: left;
	width: 100%;
	background-color: #CCC;
}

#pulldown_nav ul {
	display: none;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	width: 215px;
	text-align: left;
	padding: 2px 0 0 0;
	margin: 0;
	border-bottom: 1px solid #8B8B8B;
}

* html #pulldown_nav ul {
	padding: 0;
}

	#pulldown_nav ul li {
		display: block;
		width: 213px;
		clear: left;
		float: left;
		list-style: none;
		padding: 0;
		margin: 0;
		background-color: #E2E2E2;
		border-left: 1px solid #8B8B8B;
		border-right: 1px solid #8B8B8B;
	}
	
	#pulldown_nav a {
		clear: left;
		float: left;
		display: block;
		width: 198px;
		padding: 5px 5px 5px 10px;
		color: #595959;
		text-decoration: none;
		border-top: 1px solid white;
	}
	
	#pulldown_nav a:hover {
		background-color: #595959;
		color: white;
	}
	

/* --- F&E --------- */

a.fbc1101, a.fbc1101_linkIntern, a.fbcInWi, a.fbcInWi_linkIntern  {
	color: #0080B9;
}

a.fbc1102, a.fbc1102_linkIntern, a.fbcIDT, a.fbcIDT_linkIntern {
	color: #708C0B;
}

a.fbc1103, a.fbc1103_linkIntern, a.fbcLBU, a.fbcLBU_linkIntern {
	color: #DC7401;
}

a.fbc1104, a.fbc1104_linkIntern, a.fbcGeWi, a.fbcGeWi_linkIntern {
	color: #333;
}

#fueFilter {
	width: 407px;
	margin: 0 0 1em 0;
	padding: 0.8em 12px 1em 12px;
	background-color: #F3F3F3;
	background-color: #E2E2E2;
	border-bottom: 1px solid #D3D3D3;
	display: block;
	clear: left;
	float: left;
}

#fueFilter.mb0 {
	margin-bottom: 0;
}

#pub.fueFilter {
	background-color: #E2E2E2;	
}

* html #fueFilter {
	width: 406px;
}

* +html #fueFilter {
	width: 406px;
}

	#fueFilter label {
		display: inline-block;
		clear: left;
		float: left;
		width: 100px;
		margin-top: 0.5em;
	}
	
	#fueFilter select, #fueFilter input {
		display: inline-block;
		float: left;
		width: 220px;
		font-size: 1em;
		margin-top: 0.4em;
	}
	
		* html #fueFilter select, * html #fueFilter input, * html #fueFilter label {
			/*margin-top: 1em;*/
		}
		
	#fueFilter #filter2 select {
		width: 320px;
	}
	
	#fueFilter p {
		width: 100%;
		clear: left;
		float: left;
		margin: 0 0 0.4em 0;
		padding: 0 0 0.4em 0;
		border-bottom: 1px solid #D3D3D3;
	}
	
	#fueFilter ul.filter2 {
		margin: 1.5em 0 0.4em 0em;
		padding: 0 0 0 0.6em;
		clear: left;
		float: left;
		width: 412px;
		border-bottom: 1px solid white;
	}
	
		#fueFilter ul.filter2 li {
			margin: 0 0 0 -1px;
			float: left;
			list-style: none;
			border: 1px solid white;
			border-top: 0;
			border-bottom: 0;
		}
		
		#fueFilter ul.filter2 li a {
			display: block;
			padding: 0.3em 0.8em 0.3em 0.8em;
			color: #595959;
		}
		
		#fueFilter ul.filter2 li a.on, #fueFilter ul.filter2 li a:hover {
			background-image: url(/custom/images/bg_fue_reiter.jpg);
			border-top: 0;
			border-bottom: 0;
		}
		
	#fueFilter #pd_trans {
		display: none;
	}
	
/* --- REGISTER / BUTTONS / SORTIERUNG --- */

ul#reg_head {
	float: left;
	width: 419px;
	border-bottom: 1px solid #D3D3D3;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 12px;
}

ul#reg_head.wide {
	width: 440px;	
	margin: 0 0 0.3em 0;
}

* html ul#reg_head.wide {
	width: 439px;
}

* html ul#reg_head {
	width: 418px;
}

* +html ul#reg_head {
	width: 418px;
}

	ul#reg_head li {
		float: left;
		list-style: none;
		margin: 0 0 0 -1px;
		padding: 0;
		border-left: 1px solid #D3D3D3;
		border-right: 1px solid #D3D3D3;
	}
	
	ul#reg_head li a {
		display: block;
		padding: 0.4em 0.8em 0.4em 0.8em;
		text-transform: uppercase;
		color: #333;
		border-top: 1px solid white;
	}
	
	ul#reg_head li a:hover, ul#reg_head li a.on, ul#reg_head li a.back  {
		text-decoration: none;
		border-top: 1px solid #D3D3D3;
		background-image: url(/custom/images/bg_reg_head.jpg);
		background-repeat: repeat-x;
	}
	
	ul#reg_head li a.back {
		padding: 0.1em 0.8em 0.2em 1.6em;
		background-image: url(/custom/images/bg_regHead_back.jpg);
		background-position: left bottom;
		text-transform: none;
		color: #333;
	}
	
	ul#reg_head li a.back:hover {
		background-image: url(/custom/images/bg_regHead_back_ov.jpg);
	}
	
	/* --- Buttons --- */
	ul#reg_head.btns {
		margin: 0 0 2em 0;
		padding: 0;
		border-bottom: 0;
	}
	
	* +html ul#reg_head.btns {
		margin: 0;
		padding: 0;
	}
	
	ul#reg_head.btns li {
		float: left;
		list-style: none;
		margin: 0 1em 0 0;
		padding: 0;
		border: 1px solid #D3D3D3;
	}
	
	ul#reg_head.btns li a {
		text-transform: none;
		border: 0;
	}
	
	ul#reg_head.btns li a.next {
		padding: 0.1em 1.6em 0.2em 0.8em;
		background-position: right bottom;
		background-image: url(/custom/images/bg_regHead_next.jpg);
	}
	
	ul#reg_head.btns li a.next:hover {
		background-image: url(/custom/images/bg_regHead_next_ov.jpg);
	}
	
	/* --- Sortierung --- */
	ul#sortList {
		clear: left;
		float: left;
		margin: 0 0 1.5em 0;
		padding: 0;
		width: 429px;
		border-top: 0;
		border-left: 1px solid #D3D3D3;
		border-right: 1px solid #D3D3D3;
		border-bottom: 1px solid #D3D3D3;
	}
	
	* html ul#sortList {
		width: 428px;
	}
	
	* +html ul#sortList {
		width: 428px;
	}
		
		ul#sortList li {
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
			border-right: 1px solid #D3D3D3;
		}
		
			ul#sortList li a {
				display: block;
				padding: 0.2em 2em 0.2em 1em;
				font-size: 1em;
				color: #666;
				background-image: url(/custom/images/symb_sort.gif);
				background-position: right bottom;
				background-repeat: no-repeat;
			}
			
			ul#sortList li a:hover, ul#sortList li a.on {
				background-image: url(/custom/images/symb_sort_ov.gif);
				text-decoration: none;
			}
		
	
/* --- FACHBEREICHS-LISTEN 2-SPALTIG --- */

div#layer_trans {
	/*display: none;*/
}

div.fbListWide {
	width: 453px;
	clear: left;
	float: left;
}

* html div.fbListWide {
	width: 450px;
}

	div.colLeft {
		clear: left;
		float: left;
		width: 219px;
		margin-right: 12px;
		padding: 0;		
	}
	
	* html div.colLeft {
		width: 207px;
		margin-right: 0;
	}
	
	div.colRight {
		float: right;
		width: 219px;		
	}
	
	* html div.colRight {
		float: right;
		width: 207px;	
	}

	.fbBox h3 {
		margin: 1em 0 0em 0;
		padding: 0;
	}

	/* FB-Schaltflächen --- */
	.fbBox h3 a {
		font-weight: normal;
		font-size: 0.8em;
		color: white;
		text-transform: none;
	}
		
	.fbBox h3 a {
		display: block;
		color: white;
		padding: 4px 0 4px 9px;
		background-image: url(/custom/images/symb_searchSG_down.gif);
		background-repeat: no-repeat;
	}
					
	div.fbListWide .fbBox h3 a {
		width: 210px;
		background-position: 206px 8px;
	}				
					
	.fbBox h3 a:hover {
		text-decoration: underline;
	}
								
	.fbBox ul {
		margin: 0;
		padding: 0;
	}
				
	* html .fbBox ul#list_InWi, * html .fbBox ul#list_IDT, * html .fbBox ul#list_LBU, * html .fbBox ul#list_GeWi {
		padding-left: 9px;
		width: 10px;
	}
					
		.fbBox ul li {
			margin: 0 0 0 9px;
			padding: 0 0 4px 12px;
			list-style: none;
		}
				
		* html .fbBox ul li {
			width: 190px;
			margin: 0;
		}
		
		
		ul.fb1001, ul.fb1101, ul.fb1102, ul.fb1103, ul.fb1104 {
			padding-top: 0.8em;
		}
					
		.fb1001 li, .fb1101 li, .fb1102 li, .fb1103 li, .fb1104 li {
			background-image: url(/custom/images/sgf_square_1001.gif);
			background-repeat: no-repeat;
			background-position: left 0.4em;
		}
		
		.fb1101 li {
			background-image: url(/custom/images/sgf_square_1101.gif);
		}
					
		.fb1102 li {
			background-image: url(/custom/images/sgf_square_1102.gif);
		}
					
		.fb1103 li {
			background-image: url(/custom/images/sgf_square_1104.gif);
		}
					
		.fb1104 li {
			background-image: url(/custom/images/sgf_square_1103.gif);
		}
					
		.fb1101 li a:hover, .fb1101 li a.sel {
			color: #0080B9;						
		}
					
		.fb1102 li a:hover, .fb1102 li a.sel {
			color: #708C0B;						
		}
					
		.fb1103 li a:hover, .fb1103 li a.sel {
			color: #333;						
		}
					
		.fb1104 li a:hover, .fb1104 li a.sel {
			color: #DC7401;						
		}
					
		.fb1101 li a.sel, .fb1102 li a.sel, .fb1103 li a.sel, .fb1104 li a.sel {
			font-weight: bold;
		}
					
		.fbBox ul li a {
			color: #666;
		}
		
/* --- NEWS/EVENTS-LISTEN mit Register --- */

ul#next_back {
	width: 100%;
	clear: left;
	float: left;
	margin: 1em 0 1em 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

	ul#next_back li {
		float: left;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
		ul#next_back li a {
			float: left;
			padding: 0.3em 0.5em 0.3em 0.5em;
			border-right: 1px solid #CCC;
		}
		
		ul#next_back li a.on, ul#next_back li a:hover {
			background-color: #CCC;
			color: white;
			text-decoration: none;
		}
		
		ul#next_back li a.nextBack, ul#next_back li a.nextBackIA {
			border-right: 0;
		}
		
		ul#next_back li a.nextBackIA {
			color: #CCC;
		}
		
		ul#next_back li a.nextBack:hover, ul#next_back li a.nextBackIA:hover {
			background-color: white;
			color: #333;
		}
		
		ul#next_back li a.nextBackIA:hover {
			color: #CCC;
		}
		
/* --- TABLES --- */
table.strd, table.v1 {
	width: 437px;
	border-collapse: collapse;
	border-top: 2px solid #E2E2E2;
	vertical-align: top;
	border-right: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
}

	table.strd tr, table.v1 tr {
		border-bottom: 1px solid #E2E2E2;
		padding: 0.4em 0 0.4em 0;
	}
	
	table.strd th, table.v1 th {
		font-weight: bold;
		background-color: #F0F0F0;
		padding: 0.3em;
		text-transform: uppercase;
	}
	
	table.strd td, table.v1 td {
		padding: 0.4em;
		vertical-align: top;
		border-right: 1px solid #E2E2E2;
		border-left: 1px solid #E2E2E2;
	}
	
table.v1 {
	border-color: #CCC;
	border-right: none;
	border-left: none;
}
	
	table.v1 tr {
		background-color: #F5F5F5;
	}
	
	table.v1 td {
		border-right: none;
		border-left: none;
	}
		


/* --- FOOTER --- */

#footer_page.d2 {
	clear: left;
	float: left;
	padding: 1em 0 2em 0;
	/*margin-bottom: 2em;*/
	border-top: 10px solid #E4E4E4;
	text-align: left;
	background-image: none;
}

#footer_page.d2 li a {
	margin-left: 0;	
}
		ul.footer_list {
			display: block;
			float: left;
			width: auto;
			margin: 0 10px 0 0;
			padding: 3px 5px 0 1px;
			min-height: 60px;
			height: auto !important;
			height: 60px;
			border-right: 1px solid #E4E4E4;
			color: #949494;
		}
		
			ul.footer_list li {
				clear: left;
				float: left;
				list-style: none;
				margin: 0px 10px 3px 0px;
				padding: 0;
			}

			ul.footer_list li.left {
			clear: left;
			float: left;
			min-width: 80px;
			width: auto !important;
			width: 80px;
			text-align: left;
		}
			
		ul.footer_list li.right {
			clear: none;
			float: left;
			width: auto;
		}
		
				ul.footer_list li a {
					padding-left: 0.2em;
					padding-right: 0.2em;
				}
		
				ul.footer_list a.fPrint, ul.footer_list a.fTop, ul.footer_list a.fSitemap {
					background-position: left 2px;
					background-repeat: no-repeat;
					padding-left: 18px;
				}
			
				ul.footer_list a.fPrint {
					background-image: url(/custom/images/symb_d2_print.gif);
				}
				
				ul.footer_list a.fTop {
					background-image: url(/custom/images/symb_d2_top.gif);
				}
				
				ul.footer_list a.fSitemap {
					background-image: url(/custom/images/symb_d2_sitemap.gif);
				}

				#footer ul.footer_list li a:hover, #footer_page ul.footer_list li a:hover {
					color: #666;
					background-color: #E4E4E4;
				}

/* --- OFFLINE --------- */
a#btnOffline {
	display: block;
	float: left;
	width: 204px;
	height: 19px;
	padding: 4px 0 0 11px;
	background-image: url(/custom/images/symb_d2_offline_btn.gif);
	background-repeat: no-repeat;
	background-position: 189px 3px;
	background-color: #898989;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

#btnOffline:hover {
	background-color: #595959;
}

#offline {
	border: 2px solid #A8A8A8;
	background-color: white;
	padding: 1em;
}

	#offline a.close {
		margin: 0.8em 0.8em 0 0;
		display: block;
		width: 12px;
		height: 12px;
		background-image: url(/custom/images/symb_d2_offline_close.gif);
		background-repeat: no-repeat;
	}
	
	#offline a.close:hover {
		background-image: url(/custom/images/symb_d2_offline_close_ov.gif);
	}
	
.reg {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 1.5em;	
}
