/* CSS  IHK-Kassel - Dreispaltig - Breite 950 (gesamt) */
html, body {margin: 0;}

body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 80%;
	text-align: left;
	color: #444444;
	}

#PBody {
	width: 100%;  
	text-align: center; 
	padding: 0px;
	height: 100%;
	background-color: #DFE2EC;
	}

#PC {
	text-align: left;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1010px;
	height: 300px;
	background: url("pics/ly_bg_pc_2px.gif") repeat-y;
	}

			#PH {			
				margin: 0 0 0 8px;
				padding: 0;
				width: 992px;
				height: 90px;
				position: relative;
				background-color: #ffffff;
				z-index: 200;
				}
			
			#PHTop {
				margin: 11px 50px 0 0;
				width: 100%;
				height: 53px;
				width: 550px;
				float: right;
				}
			
					#PHLogoBox {
						margin: 0;
						padding: 0px 0 0 55px;
						width: 325px;
						float: left;
						}						
						
/* ----- Box um die horizontale Hauptnavigation ----- */
			#PHMainNavBox {			
				margin: 0;			
				padding: 5px 0 0 0px;	
				width: 993px;
				height: 28px;	
				float: left;
				border-bottom: 1px solid #ffffff;
				background: url("pics/ly_bg_mainnav_2px.gif") bottom repeat-x;
				}
			
			#menue {
				text-align: left;	
				top: 0px;
				margin: 0px 0 0 196px;
				padding: 0;
				background-color: transparent;
				Z-index: 140;	
				}
			
		/* aeussere Box und Hintergrund fuer das Ausklappmenue  */ 			
		#menue ul {
			list-style: none;
			margin: 0;
			padding: 0;			
			background-color: #09256B;						
			}	

		#menue li {	
			list-style: none;	
			text-align: center;
			margin: 1px 0 1px 0px;
			padding: 0;
			background-color: transparent;
			cursor: default;
			position: relative;
			display: block;
			Z-index: 150;
			float: left;
			border-bottom: 5px solid #09256B;
			}
			
		#menue li a:hover {
			color: #ffffff;
			text-decoration: underline;
			}	
		
		/* Formatiert die einzelnen Punkte der Hauptnavigation */
		#menue a {
			font-family: Verdana, Arial, Helvetica, Sans-serif;
			font-size: 85%;				
			color: #ffffff; 
			font-weight: normal; 
			text-decoration: none; 			
			line-height: 1.6em;
			margin: 0;
			padding: 0px 8px 0px 10px;
			display: block;
			border-left: 1px solid #94A2C7;
			}

		#menue a:hover {color: #242792;}
		#menue a.first {border-left: 0px solid #94A2C7;}	
		
		/* Formatiert die einzelnen Punkte des Ausklappmenues */
		#menue li li a {	
			font-family: Verdana, Arial, Helvetica, Sans-serif;
			color: #ffffff;			
			font-weight: normal;			
			font-size: 85%;
			height: 21px;
			line-height: 1.4em;
			padding: 2px 0 2px 12px;
			margin: 0; 
			display: block;
			border-right: 1px solid #ffffff;
			}
		
		/* Hovert die Punkte des Untermenues */
		#menue li li a:hover {background-color: #DCE1ED; color: #09256B;}
		
			ul.menuedown {
				font-weight: normal;
				top: 22px;
				left: 0px;
				padding: 0;
				display: none;		
				height: auto;
				width: 16em;
				Z-index: 250;
				position: absolute;
				border-top: 1px solid #ffffff;
				}			
			
		/* Formatiert einen Teil des ausgeklappten Untermenues */
		#menue li li {
			text-align: left;
			line-height: 1.4em;
			margin: 0;
			padding: 0;			
			background-color: transparent;
			border-bottom: 1px solid #E6F1FF;	
			display: block;
			float: none;
			z-index: 250;
			}
				
		#menue li:hover ul, li.over ul {
			display: block;
			z-index: 160;
			}		
			
	/* Box um die vertikale Unternavigation, plaziert das Untermenue */
		#PBSubNavBox {	
			margin: 0px 1px 0 0px;
			padding: 0;
			width: 195px;
			float: left;
			position: relative;		
			Z-index: 210;
			}
		
			#nav {
			text-align: center;
			color: #242792;							
			top: 0;
			margin: 0;
			padding: 0px 0 0 0px;
			width: 195px;
			background-color: transparent;
			Z-index: 40;	
			}
			
	/* aeussere Box und Hintergrund fuer das Ausklappmenue */ 			
		#nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
			width: 195px;			
			background-color: #FFFFFF;
			border-top: 1px solid #C1C7D7;
			border-left: 1px solid #C1C7D7;
			}	

		#nav li {	
			line-height: 1.5em;			
			text-align: left;
			height: 21px; 
			width: 195px;	
			margin: 0 0 1px 0;		
			cursor: default;
			position: relative;
			float: left; 
			Z-index: 150;
			background-color: #DCE1ED;
			}
						
		/* Formatiert die einzelnen Punkte der Hauptnavigation */
		#nav a {
			font-size: 95%;
			color: #092162;										
			font-weight: normal;
			text-decoration: none;
			height: 21px;
			line-height: 1.5em;
			margin: 0;
			padding: 2px 0 0px 10px;				
			display: block;
			border-bottom: 1px solid #C1C7D7;
			}
				
		#nav a:hover {
			color: #ffffff; 
			background-color: #09256B; 
			border-bottom: 1px solid #092162; 
			text-decoration: underline;
			}
		
			/* Formatiert die einzelnen Punkte des Ausklappmenues */
			#nav li li a {				
				font-weight: normal;				
				height: 22px;
				line-height: 1.5em;
				padding: 2px 0px 0px 17px;
				margin: 0;
				display: block;			
				background: url("pics/ico_arrow_ie.gif") no-repeat; /* linien und hintergrund Untermenue */
				}	
		
		/* Hovert die Punkte des Untermenues */
		#nav li li a:hover {color: #ffffff; background-color: #09256B;}
								
		/* Bestimmt den Abstand des Ausklappmenues */
		 li ul {
			font-weight: normal;
			top: -1px;
			left: 195px;
			padding: 0;
			display: none;	
			position: absolute;			
			} 
				
		/* Formatiert einen Teil des ausgeklappten Untermenues */
		#nav li li {
			line-height: 1.5em;
			height: 21px;
			width: 195px;
			margin: 0;
			padding: 0;			
			background-color: transparent; /* Hintergrund der einzelnen Punkte des Untermenues */
			display: block;
			float: none;
			Z-index: 250;
			}	
			
		#nav li:hover ul, li.over ul {
			display: block;
			Z-index: 160;
			}			

					.PBSubNavDarkblue a {border-right: 5px solid #09256B;}					
					.PBSubNavRed a {border-right: 5px solid #E2001A;}
					.PBSubNavOrange a {border-right: 5px solid #EC7404;}
					.PBSubNavYellow a {border-right: 5px solid #FFD400;}									
					.PBSubNavGreen a {border-right: 5px solid #7AB51D;}
					.PBSubNavBlue a {border-right: 5px solid #007BC2;}
					.PBSubNavViolett a {border-right: 5px solid #652177;}		
								
					.PBSubNavDarkblueActive a {background-color: #ffffff; border-right: 5px solid #09256B;}
					.PBSubNavRedActive a { background-color: #ffffff; border-right: 5px solid #E2001A;}
					.PBSubNavOrangeActive a {background-color: #ffffff; border-right: 5px solid #EC7404;}
					.PBSubNavYellowActive a {background-color: #ffffff; border-right: 5px solid #FFD400;}									
					.PBSubNavGreenActive a {background-color: #ffffff; border-right: 5px solid #7AB51D;}
					.PBSubNavBlueActive a {background-color: #ffffff; border-right: 5px solid #007BC2;}
					.PBSubNavViolettActive a {background-color: #ffffff; border-right: 5px solid #652177;}
					
						#nav li ol {	
							list-style-type: none;							
							display: block;												    
						   	margin: 0;
						   	padding: 0;
							width: 100%;
							background-color: #ffffff;
							}
								
						#nav ol li {color: #999999;
							line-height: 1.6em;
							height: 21px;
							list-style-type: none; 
							margin: 0;
							padding: 0;							
							background-color: transparent;
							display: block;
							}
							
/* ----- Funktion ----- */

#PBSubNavFuncBox {
	text-align: right;
	margin: 3px 0px 0px 0px;
	padding: 0;
	width: 100%;
	height: 17px;
	background-color: transparent;
	}
	
#PBSubNavFunc {
	margin: 0 5px 0 0px;
	padding: 0;	
	width: 35em;
	height: 17px;
	float: right;
	}	
	
	ul.subnavfunc {list-style: none; text-decoration: none;}
	li.subnavfunc {margin: 0 5px 0 5px; float:right; font-size: 85%; text-decoration: none;}		

	a.subnavfunc,
	a.subnavfunc:link, 
	a.subnavfunc:visited {text-decoration: none; font-weight: normal; color: #999999;}  
	a.subnavfunc:active, 
	a.subnavfunc:hover {text-decoration: underline; font-weight: normal; color: #999999;}
			
/* ----- Suche ----- */
		
#PBSubNavSearchBox {	
	text-align: center;
	font-size: 90%;
	color: #ffffff;
	width: 192px;
	height: 135px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #09256B;
	border-left: 1px solid #ffffff;
	}
	
		#PBSubNavSearchTitleBox {
			text-align: right;
			color: #ffffff;
			font-weight: normal;
			margin: 12px 0px 0px 0px;
			padding: 0;	
			width: 60px;
			float: left;
			}

		#PBSubNavSearchText {
			text-align: center;
			color: #ffffff;
			margin: 0;
			padding: 10px 25px 0 0px;
			}	
					
/* ----- Sprache ----- */

#PBSubNavLang {
	font-size: 90%;
	color: #F2F8FF;
	margin: 0 0 20px 0;
	padding: 15px 0 15px 0;
	width: 195px;
	float: left;
	position: relative;		
	background-color: #09256B;
	border-bottom: 1px solid #ffffff;
	}
			
			.PBSubNavLangTitle {
				margin: 0;
				padding: 3px 0 0 10px;
				width: 195px;
				height: 20px;
				border-bottom: 1px solid #C1C7D7;
				}	
			
			.PBSubNavLangText {
				margin: 0;
				padding: 10px 0 10px 10px;
				width: 185px;
				}
							
	#PBSubNavLang a {text-decoration: none; font-weight: normal; color: #D9EAFF;}
	#PBSubNavLang a:hover {text-decoration: underline;}
	ul.lang {margin: 5px 0 0 2px; list-style-type: none;}
	li.lang {margin: 0px 0.7em 3px 0.5em; float: left; width: 7em;}
						
/* ----- Navigation Seiten ----- */
						
.ContentNavBox {
	clear: both;
	margin: 30px 0px 20px 0px;
	padding: 0;
	width: 585px;
	background-color: #F5F5F5;
	border-right: 1px solid #cdcdcd;
	}			

		.ContentNavTitleBox {
			color: #ffffff;
			font-weight: bold;				
			margin: 0 0 1px 0;
			padding: 2px 0 0 8px;
			height: 19px;
			width: 100%;
			}						
		
		.ContentNavText {
			color: #666666;						
			margin: 0;
			padding: 0;
			width: 100%;
			}
	
		ul.ContentNav {margin: 0; padding: 0;}
		li.ContentNav {
			margin: 0; 
			border-top: 1px solid #ffffff; 
			border-bottom: 1px solid #DADADA; 
			height: 24px; 
			line-height: 1.6em; 
			list-style-type: none;
			}
					
/* ----- Page Body ----- */
 
#PB {
	font-size: 90%;
	margin: 0;	
	padding: 0 0 0 8px;
	width: 1001px;	
	float: left;
	}

		#PBPrint {
			font-size: 75%;
			margin: 10px 0 0 5px;
			position: relative;
			float: left;
			}

	#PBCText, #PBCTextRed, #PBCTextOrange, #PBCTextYellow, #PBCTextGreen, #PBCTextBlue, #PBCTextViolett  {
		margin: 0;	
		padding: 0;
		width: 797px;		
		float: left;
		}
		
	#PBCText .ContentNavTitleBox {background: url("pics/ly_bg_title_darkblue_2px.gif") repeat-x;}
	#PBCText li.ContentNav {background: url("pics/ico_arrow_darkblue.gif") no-repeat; margin: 0; padding: 1px 0 0 20px;}
	#PBCText .PBCInfoContentText {border: 1px solid #09256B;}
	#PBCText .PBCInfoTitleBox {background-color: transparent; background: url("pics/ly_bg_title_darkblue_2px.gif") repeat-x;}
	
	#PBCTextHome .ContentNavTitleBox {background: url("pics/ly_bg_title_darkblue_2px.gif") repeat-x;}
	#PBCTextHome li.ContentNav {background: url("pics/ico_arrow_darkblue.gif") no-repeat; margin: 0; padding: 1px 0 0 20px;}
	#PBCTextHome .PBCInfoContentText {border: 1px solid #09256B;}
	#PBCTextHome .PBCInfoTitleBox {background-color: transparent; background: url("pics/ly_bg_title_darkblue_2px.gif") repeat-x;}
	
	#PBCTextRed h1 {}
	#PBCTextRed .ContentNavTitleBox {background: url("pics/ly_bg_title_red_2px.gif") repeat-x;}
	#PBCTextRed li.ContentNav {background: url("pics/ico_arrow_red.gif") no-repeat; margin: 0; padding: 1px 0 0 20px;}
	#PBCTextRed .PBCInfoContentText {border: 1px solid #E2001A;}
	#PBCTextRed .PBCInfoTitleBox {background-color: transparent; background: url("pics/ly_bg_title_red_2px.gif") repeat-x;}
	
	#PBCTextOrange h1 {}
	#PBCTextOrange .ContentNavTitleBox {background: url("pics/ly_bg_title_orange_2px.gif") repeat-x;} 
	#PBCTextOrange li.ContentNav {background: url("pics/ico_arrow_orange.gif") no-repeat; margin: 0; padding: 0 0 0 20px;}
	#PBCTextOrange .PBCInfoContentText {border: 1px solid #EC7404;}
	#PBCTextOrange .PBCInfoTitleBox {background: url("pics/ly_bg_title_orange_2px.gif") repeat-x;}
	
	#PBCTextYellow h1 {}
	#PBCTextYellow .ContentNavTitleBox {background: url("pics/ly_bg_title_yellow_2px.gif") repeat-x;}
	#PBCTextYellow li.ContentNav {background: url("pics/ico_arrow_yellow.gif") no-repeat; margin: 0; padding: 0 0 0 20px;}
	#PBCTextYellow .PBCInfoContentText {border: 1px solid #FFD400;}
	#PBCTextYellow .PBCInfoTitleBox {background: url("pics/ly_bg_title_yellow_2px.gif") repeat-x;}
	
	#PBCTextGreen h1 {}
	#PBCTextGreen .ContentNavTitleBox {background: url("pics/ly_bg_title_green_2px.gif") repeat-x;} 
	#PBCTextGreen li.ContentNav {background: url("pics/ico_arrow_green.gif") no-repeat; margin: 0; padding: 0 0 0 20px;}
	#PBCTextGreen .PBCInfoContentText {border: 1px solid #7AB51D;}
	#PBCTextGreen .PBCInfoTitleBox {background: url("pics/ly_bg_title_green_2px.gif");}
	
	#PBCTextBlue h1 {}
	#PBCTextBlue .ContentNavTitleBox {background: url("pics/ly_bg_title_blue_2px.gif") repeat-x;} 
	#PBCTextBlue li.ContentNav {background: url("pics/ico_arrow_blue.gif") no-repeat; margin: 0; padding: 0 0 0 20px;}
	#PBCTextBlue .PBCInfoContentText {border: 1px solid #007BC2;}
	#PBCTextBlue .PBCInfoTitleBox {background: url("pics/ly_bg_title_blue_2px.gif") repeat-x;}
	
	#PBCTextViolett h1 {}
	#PBCTextViolett .ContentNavTitleBox {background: url("pics/ly_bg_title_violett_2px.gif") repeat-x;}
	#PBCTextViolett li.ContentNav {background: url("pics/ico_arrow_violett.gif") no-repeat; margin: 0; padding: 0 0 0 20px;}
	#PBCTextViolett .PBCInfoContentText {border: 1px solid #652177;}
	#PBCTextViolett .PBCInfoTitleBox {background: url("pics/ly_bg_title_violett_2px.gif") repeat-x;}
				
			#PBCFotobanner {
				text-align: left;
				width: 605px;
				height: 135px;
				margin: 0;
				padding: 0;
				float: left;
				}	

				#PBCFotobannerPrint {visibility: hidden;}	
		
			#PBCNaviPfad {
				font-size: 85%;
				color: #666666;
				width: 796px;
				height: 17px;
				margin: 0;
				padding: 0px 0 0 0px;
				background-color: #F3F3F3;
				border-top: 1px solid #ffffff;
				border-bottom: 2px solid #ffffff;
				float: left;
				}								
						
			#PBCNaviBox	{
				width: 606px;	
				height: 17px;			
				margin: 0;
				padding: 2px 3px 0 3px;
				background-color: #F3F3F3;
				border-right: 1px solid #ffffff;
				float: left;
				}		
			
				#PBCNaviBox	a {text-decoration: none;}		
				#PBCNaviBox	a:hover {text-decoration: underline;}	
						
			.PHLogoBanner {
				background-color: transparent;
				text-align: center;
				width: 100%;
				margin: 55px 0 0 0;
				padding: 0;
				position: relative;
				float: left;
				}
				 
				 .PicRight {
					 float: right;
					 width: 10%;
					 padding: 0 0 10px 0;
					 } 
					
		#PBCTextBoxHome, #PBCTextBox {
			font-size: 100%;				
			width: 596px;
			height: 400px;
			float: left;
			padding: 10px 0 10px 10px;
			margin: 0;
			}	
				
				.PBCTextNav {
					font-size: 85%;
					color: #CFD5E3;
					margin: 0 0 0 5px;
					}
									
/* ----- Infobox innerhalb Content ----- */

				.PBCTextInfoBox {	
					clear: both;
					margin: 15px 0 10px 0;
					padding: 0;
					height: 40px;
					width: 585px;
					}			
	
						.PBCTextInfoTitleBox {
							color: #ffffff;
							font-weight: bold;					
							margin: 0;
							padding: 2px 0 0 8px;
							height: 19px;
							width: 585px;
							background: url("pics/ly_bg_title_darkblue_2px.gif");
							background-color: transparent;
							border-bottom: 1px solid #cccccc;
							border-right: 1px solid #cccccc;
							}
															
						.PBCTextInfoContent {			
							margin: 0;
							padding: 5px 0 12px 8px;			
							border-top: 1px solid #ffffff;
							border-bottom: 1px solid #DADADA;
							border-left: 1px solid #cccccc;
							border-right: 1px solid #cccccc;
							}
						
			#PBCTextHome .PBCTextInfoContent {
				color: #444444;	
				margin: 0;
				padding: 5px 0 8px 0;
				border-bottom: 1px solid #DADADA;
				border-top: 1px solid #ffffff;						
				border-left: 1px solid #ffffff;
				border-right: 1px solid #ffffff;
				background-color: #ffffff;
				}
			
				.PBCTrendClick {margin: 0; padding: 0 0 0 4px;}	
					
/* ----- Inhalt Infobox rechts ----- */ 

				#PBCInfoBox {				
					font-size: 95%;		
					width: 191px;
					margin: 0;
					padding: 0;
					float: right;
					position: relative;
					background-color: transparent;
					}
				
				.PBCInfoContentBoxBorder {
					border-bottom: 1px solid #ffffff;
					background-color: transparent;
					height: 60px;
					}
				
						/* ----- Inhalt Infobox Berufe ----- */
						.PBCInfoContentBoxBorderBerufe {
							border-bottom: 1px solid #ffffff;
							background-color: transparent;
							height: 60px;
							width: 191px;
							float: left;
							margin: 0 10px 0 0;
							}
							
						.PBCInfoTitleBoxBerufe {
							background: url("pics/ly_bg_title_yellow_2px.gif") repeat-x;
							color: #ffffff;
							height: 18px;
							line-height: 1.6em;
							font-weight: bold;	
							margin: 0;
							padding: 0 0 0 4px;
							background-color: transparent;
							}
											
						.PBCInfoContentTextBerufe {
							border: 1px solid #FFD400;
							margin: 0px 0px 0px 0px; 
							padding: 6px 2px 12px 1px; 
							color: #666666;
							background-color: #ffffff;
							}		
						/* ----- Ende Inhalt Infobox Berufe ----- */
									
					#PBCTextBox .PBCInfoTitleBox {
						color: #999999;	
						margin: 0;
						padding: 2px 0 0 8px;
						height: 18px;
						width: 100%;
						background: url("pics/ly_bg_title_grey_2px.gif");
						background-color: transparent;
						border-bottom: 1px solid #cccccc;
						border-right: 1px solid #cccccc;
						}
				
						.PBCInfoTitleBox {						
							color: #ffffff;
							height: 18px;
							line-height: 1.6em;
							font-weight: bold;	
							margin: 0;
							padding: 0 0 0 4px;
							background-color: transparent;
							}						
					
				#PBCTextBox .PBCInfoContentText	{
					color: #666666;						
					margin: 0 0 10px 0;
					padding: 5px 0 8px 8px;			
					border-top: 1px solid #ffffff;
					border-bottom: 1px solid #DADADA;
					border-left: 1px solid #cccccc;
					border-right: 1px solid #cccccc;
					background-color: transparent;
					}	
							
				.PBCInfoContentText	{
					margin: 0px 0px 0px 0px; 
					padding: 6px 2px 12px 1px; 
					color: #666666;
					background-color: #ffffff;
					}
						
div.cleaner {clear:both;}

/* ----- Page Foot ----- */ 
			#PF {	
				text-align: center;			
				margin: 0;
				padding: 0;
				width: 1010px;	
				height: 65px;		
				background: url("pics/ly_bg_foot.gif") no-repeat;
				}	
			
			.PFBottomText {
				text-align: left;
				color: #999999;
				font-size: 80%;
				margin: 0;
				padding: 0;
				width: 584px;	
				height: 28px;
				border-top: 1px solid #DADADA;
				}	 			
			
			.PFCopy {	
			font-size: 80%;		
			color: #cecece;
			text-align: center;
			width: 100%;
			height: 18px;			
			margin: 10px 0 0 0;
			padding: 0;	
			}
			
/* Links */
#PBCInfoBox a {text-decoration: none; font-weight: normal; color: #666666;}
#PBCInfoBox a:hover {text-decoration: underline; font-weight: normal; color: #666666;}

a {text-decoration: underline; font-weight: normal; color: #666666;}
a.foot {font-size: 100%; text-decoration: none; font-weight: normal; color: #666666;}
a.copy {font-size: 100%; text-decoration: none; font-weight: normal; color: #cecece;}

/* Schriften */
h1 {font-family: Arial, Verdana, Tahoma, Sans-serif; color: #09256B; font-weight: bold; font-size: 125%; margin: 0 0 10px 0; letter-spacing: 1px;}
h2 {font-family: Arial, Verdana, Tahoma, Sans-serif; color: #09256B; font-weight: bold; font-size: 115%; margin: 0 0 8px 0;}
h3 {font-family: Arial, Verdana, Tahoma, Sans-serif; color: #09256B; font-weight: bold; font-size: 100%;  margin: 6px 0 6px 0;}
h4 {font-family: Arial, Verdana, Tahoma, Sans-serif; color: #444444; font-weight: normal; font-size: 100%; text-align: right; margin: 0 0 6px 0;}
h5 {color: #444444; font-size: 95%; padding: 4px 3px 3px 5px; margin: 10px 0 0 0;}
p {}
p.just {text-align: justify;}

/* Formulare */
input.form {font-family: Tahoma, Arial, Helvetica, Sans-serif; font-size: 100%; background: url("pics/bg_input_1.gif") no-repeat; border: 1px solid #cccccc;}
input.formort {font-size: 100%; background: url("pics/bg_input_1.gif") no-repeat; border: 1px solid #cccccc;}
input.formplz {font-size: 100%; background: url("pics/bg_input_1.gif") no-repeat; border: 1px solid #cccccc;}
input.formsearch {font-family: Tahoma, Arial, Helvetica, Sans-serif; font-size: 85%; background: url("pics/bg_inputsearch_1.gif") no-repeat; border: 1px solid #ffffff; color: #09256B;}
textarea.form {font-family: Tahoma, Arial, Helvetica, Sans-serif; font-size: 100%; background: url("pics/bg_inputarea_1.gif") no-repeat; border: 1px solid #cccccc;}
select.form {font-size: 100%; border: 1px solid #cccccc;}
option.option1 {}
form.search {margin: 0 0 0 0;}
form.searchuser {margin: 0 0 0 0;}
form.forum_page {margin: 0 0 0 0; display: block;}
form.forum {margin: 0 0 0 0;}

/* Listen */
ol {margin: 0 0 0 16px;}
ul {margin: 3px 0 5px 10px;}
li {margin: 0 0 0 10px;}
ul.misc {margin: 0 0 3px 17px;}
ul.adress {list-style: none; margin: 0;}
li.adress {margin: 0 30px 3px 0; float: left;}
ul.alp {list-style: none; margin: 0 0 0 -12px;}
li.alp {margin: 0 0 0 12px; float: left;}
ul.cat_adress {list-style: none; margin: 0 0 0 17px;}
li.cat_adress {margin: 0 0 3px 0;}
ul.cat {margin: 0 0 3px 17px;}
li.cat {list-style-image: url("pics/ico_cat.gif"); margin: 0 0 3px 0;}
li.catdarkblue {list-style-image: url("pics/ico_cat_darkblue.gif"); margin: 0 0 3px 0;}
li.catred {list-style-image: url("pics/ico_cat_red.gif") ; margin: 0 0 3px 0;}
li.catorange {list-style-image: url("pics/ico_cat_orange.gif"); margin: 0 0 3px 0;}
li.catyellow {list-style-image: url("pics/ico_cat_yellow.gif"); margin: 0 0 3px 0;}
li.catgreen {list-style-image: url("pics/ico_cat_green.gif"); margin: 0 0 3px 0;}
li.catblue {list-style-image: url("pics/ico_cat_blue.gif"); margin: 0 0 3px 0;}
li.catviolett {list-style-image: url("pics/ico_cat_violett.gif"); margin: 0 0 3px 0;}
ul.contnav {list-style: url("pics/ico_arrow_1.gif"); margin: 0;}
li.contnav {margin: 0; float: left; padding: 0 0 0 11px;}
li.contnav2 {margin: 0;}
ul.down {margin: 0 0 3px 17px;}
li.down {list-style-image: url("pics/ico_down.gif"); margin: 0 0 3px 0;}
li.downpdf {list-style-image: url("pics/ico_downpdf.gif"); margin: 0 0 3px 0;}
li.downdoc {list-style-image: url("pics/ico_downdoc.gif"); margin: 0 0 3px 0;}
ul.event {margin: 0 0 3px 17px;}
li.event {list-style-image: url("pics/ico_event.gif"); margin: 0 0 3px 0; padding: 0 0 3px 3px;}
ul.extlink {margin: 0 0 3px 17px;}
li.extlink {list-style-image: url("pics/ico_extlink.gif"); margin: 0 0 3px 0;}
ul.info {margin: 0 0 3px 17px;}
li.info {list-style: url("pics/ico_info.gif"); margin: 0 0 3px 0;}
ul.intlink {margin: 0 0 3px 17px;}
li.intlink {list-style: url("pics/ico_cat.gif"); margin: 0 0 3px 0;}
ul.sitemap {margin: 0 0 3px 17px; padding: 0 0 3px 3px;}
ol.sitemap {margin: 0 0 0 10px;}
li.intlinkdarkblue {list-style: url("pics/ico_cat_darkblue.gif"); margin: 0 0 3px 0;}
li.intlinkred {list-style: url("pics/ico_cat_red.gif"); margin: 0 0 3px 0;}
li.intlinkorange {list-style: url("pics/ico_cat_orange.gif"); margin: 0 0 3px 0;}
li.intlinkyellow {list-style: url("pics/ico_cat_yellow.gif"); margin: 0 0 3px 0;}
li.intlinkgreen {list-style: url("pics/ico_cat_green.gif"); margin: 0 0 3px 0;}
li.intlinkblue {list-style: url("pics/ico_cat_blue.gif"); margin: 0 0 3px 0;}
li.intlinkviolett {list-style: url("pics/ico_cat_violett.gif"); margin: 0 0 3px 0;}
ul.intlinksub {list-style: url("pics/ico_arrow_2.gif"); margin: 0 0 3px 0;}
li.intlinksub1 {margin: 3px 0 0 10px;}
li.intlinksub2 {margin: 3px 0 0 30px;}
li.intlinksub3 {margin: 3px 0 0 60px;}
li.intlinksub4 {margin: 3px 0 0 120px;}
ul.links {list-style: none; margin: 0 0 0 10px;}
ul.news {margin: 0 0 0px 17px;}
li.news {list-style-image: url("pics/ico_news.gif"); margin: 0 0 3px 0; padding: 0 0 3px 3px;}
ul.page {margin: 0 0 3px 20px;}
li.page {list-style-image: url("pics/ico_pfeil_re.gif"); margin: 0 0 3px 15px;}
ul.pagesub {margin: 0 0 3px 30px;}
ul.subnavlogin {list-style: none; margin: 0;}
li.subnavlogin {margin: 1px 0 0 0;}
ul.trend {margin: 3px 0 3px 0px;}
li.trend {list-style: none; margin: 0 0px 3px 0; padding: 0 0 3px 0;}
ul.user {margin: 0 0 3px 5px;}
li.user {list-style: none; margin: 0 0px 3px 0; padding: 0 0 3px 0;}
ul.forum {margin: 0 0 3px 17px;}
li.forum {list-style: none; margin: 0 0 3px 0;}
ol.berufe {margin: 0 0 3px 17px;}
li.berufe {list-style-image: url("pics/ico_cat.gif"); margin: 0 0 3px 0; padding: 0 0 3px 3px;}

/* Span */
span.normal {}
span.subline {font-family: Arial, Verdana, Tahoma, Sans-serif; color: #09256B; font-weight: bold; font-size: 115%; margin: 0 0 8px 0;}
/* Span SNL */
span.snlheadline {font-family: Arial, Verdana, Tahoma, Sans-serif; color: #09256B; font-weight: bold; font-size: 125%; margin: 0 0 10px 0; letter-spacing: 1px;}
span.snlsubline {font-family: Arial, Verdana, Tahoma, Sans-serif; color: #09256B; font-weight: bold; font-size: 115%; margin: 0 0 8px 0;}

/* Tabellen */
table {font-size: 100%;}
td {font-weight: normal;}
td.content {font-weight: normal;}
td.cat {font-weight: normal;}
td.entry {font-weight: normal;}

/* Auwi-Schnecke */
table.schnecke {width: 511px; height: 581px; background: url("solva_pics/pic_auwi_schnecke.gif") no-repeat;}
td.schnecke {padding: 10px 4px 4px 14px}
a.schnecke {font-size: 95%; color: #000066; Font-weight: bold; font-family:Arial, Helvetica, sans-serif; text-decoration: none;}
