/*stk1977*//* Body-Styles  */	body	{		scrollbar-face-color:#515151;			/*Farbe für Oberfläche*/		scrollbar-track-color:#AAAAAA;			/*Farbe für freibleibenden Verschiebeweg*/		scrollbar-arrow-color:#F56D39;			/*Farbe für Verschiebepfeile*/		scrollbar-highlight-color:#777777;		/*Farbe für oberen und linken Rand*/		scrollbar-3dlight-color:#AAAAAA;    	/*Farbe für äußeren oberen und linken Rand*/		scrollbar-shadow-color:#444444;			/*Farbe für unteren und rechten Rand*/		scrollbar-darkshadow-color:#2E2E2E;		/*Farbe für äußeren unteren und rechten Rand*/	}/*  Menü - und Plugin - Kopf  */	.wrapper_head	{		font-size:10pt;		color:#F56D39;		font-weight:bold;		background-color:#515151;	}	.wrapper_head1	{		font-size:12pt;		color:#F56D39;		font-weight:bold;		background-color:#2E2E2E;	}/*  Menü - und Plugin - Rumpf  */	.wrapper_content	{		background-color:#AAAAAA;		color:#2E2E2E;		font-weight:normal;		font-size:8pt;	}/*  Schrift  */	td	{    	font-family:arial,verdana;        font-size:10pt;        color:#2E2E2E;	}/*  Linie Kabeljournal - Logo  */	hr.logo	{		color:#2E2E2E;	}/*  Verlinkungen  */	a:link, a:visited	{        color:#2E2E2E;	}	a:hover	{        color:#F56D39;	}/*  horizontale Ausgabe des aktuellen Menüpunktes mit Pfad (wenn Menüunterpunkt) */		a.path		{			font-size:8pt;			font-style:italic;			text-decoration:none;		}/*  horizontales Hauptmenü  *//*		->Hintergrund horizontales Hauptmenü  */		table.main		{			background-color:#004892;		}/*		->Schriftfarbe horizontales Hauptmenü  */		td.main		{			color:#FFFFFF;		}		/* 		-> Leerzeile, wenn mehrzeiliges Menü  */		td.newLine		{			font-size:1px;			background-color:#FFFFFF;		}/*  	->Verlinkungen horizontales Hauptmenü  */		a.main:link, a.main:visited		{        	color:#FFFFFF;        	text-decoration:none;		}		a.main:hover		{        	color:#BFD1E4;        	text-decoration:none;		}		a.main:active		{        	color:#FFFFFF;        	text-decoration:none;        	font-weight:bold;		}/*  Such - Plugin*//*    ->ausgewähltes Suchergebnis  */		a.search:hover		{        	background-color:#F56D39;        	color:White;		}/*    ->Kopfspalte Suchergebnisse  */		.search_head		{        	background-color:#AAAAAA;    		padding:0px;        	margin:0px;		}/*    ->Suchergebnisse  */		.search_content		{        	background-color:#CCCCCC;        	padding:0px;        	margin:0px;		}		.search_spacer		{        	background-color:#BFD1E4;        	border:1px solid #999999;		}		.search_foot		{        	background-color:#BFD1E4;	        border:1px solid #999999;		}		.search_output		{        	padding:0px;	        margin:0px;	        border:0px;		}/*  Texteingabefeld  */	.form_text	{		font-family:arial,verdana;	    font-size:9pt; 	    color:#2E2E2E; 	    background-color:#DDDDDD;	    border-bottom:1px solid #AAAAAA;	    border-right:1px solid #AAAAAA;	    border-top:1px solid #444444;	    border-left:1px solid #444444;	}/*  Textarea  */	.form_textarea	{	    font-family:arial,verdana;   		font-size:9pt;   		border:1px solid #444444;   		color:#2E2E2E;   		background-color:#DDDDDD;		scrollbar-face-color:#515151;			/*Farbe für Oberfläche*/		scrollbar-track-color:#AAAAAA;			/*Farbe für freibleibenden Verschiebeweg*/		scrollbar-arrow-color:#F56D39;			/*Farbe für Verschiebepfeile*/		scrollbar-highlight-color:#777777;		/*Farbe für oberen und linken Rand*/		scrollbar-3dlight-color:#AAAAAA;    	/*Farbe für äußeren oberen und linken Rand*/		scrollbar-shadow-color:#444444;			/*Farbe für unteren und rechten Rand*/		scrollbar-darkshadow-color:#2E2E2E;		/*Farbe für äußeren unteren und rechten Rand*/	}/*  Textarea  */	select	{	    font-family:arial,verdana;   		font-size:9pt;   		border:1px solid #2E2E2E;   		color:#2E2E2E;	}/*  Button  */	.form_button	{   		font-family:arial,verdana;   		font-size:9pt;   		background-color:#666666;   		color:#F56D39;   		font-weight:bold;   		border-top:2px solid #AAAAAA;   		border-left:2px solid #AAAAAA;   		border-bottom:2px solid #444444;   		border-right:2px solid #444444;	}/*  3D-Rahmen  */	.3d_rahmen	/*zur Zeit verwendet beim Gästebuch (Eintrags-Formular)*/	{		border-top:2px solid #CCCCCC;   		border-left:2px solid #CCCCCC;   		border-bottom:2px solid #444444;   		border-right:2px solid #444444;	}/*  Gästebuch  */		span.gb_nav		{        	font-size:10pt;        	font-family:arial,verdana;		}/*		->aktive Seitenzahl (bei mehreren Seiten mit Gästebucheinträgen  */		span.gb_nav_active		{        	font-size:10pt;        	font-family:arial,verdana;        	color:#F56D39;		}		a.gb_nav:link, a.gb_nav:visited		{        	font-size:10pt;        	font-family:arial,verdana;         	text-decoration:none;		}/*		Verlinkungen im Gästebuch ("neuer Eintrag", "zurück")  */		a.gb_nav:hover, a.gb_nav:active		{        	font-size:10pt;        	font-family:arial,verdana;         	text-decoration:none;         	color:#F56D39;		}		td.gb_color1		{        	background-color:#EEEEEE;		}/*		->Hintergrund Gästebucheintrag (eingetragener Kommentar)  */		td.gb_color2		{        	background-color:#CCCCCC;		}/*		->Hintergrund Gästebucheintrag (Kopf)  */		td.gb_color_header		{        	background-color:#AAAAAA;		}		span.gb_text		{        	font-size:10pt;        	font-family:arial,verdana;		}		span.gb_comment		{    	    font-size:8pt;    	    font-family:arial,verdana;        	font-style:italic;		}		span.gb_comment_headline		{        	font-size:10pt;        	font-family:arial,verdana;         	font-style:italic;         	font-weight:bold;		}.errMessage {color:red;font-weight:bold;font-size:9pt;}.bg_menu {        background-image:url(template/menu_abschluss_innen.jpg);         background-repeat:repeat-y;}body {        margin:0px;        background-color:#FFFFFF;}.headline {        font-family:verdana,arial;        font-size:14pt;        font-weight:bold;        color:#B7002D;}.preface {        font-size:10pt;        font-weight:bold;}.content {        font-size:9pt;        line-height:14pt;}.foot {        font-size:8pt;        color:#333333;}table.menu1 {}a.menu1:link, a.menu1:visited {        font-family:arial;        font-size:9pt;        color:#000000;        text-decoration:none;        font-weight:bold;}a.menu1:hover, a.menu1:active {        text-decoration:underline;}a.upMenu1:link, a.upMenu1:visited {        font-family:arial;        font-size:10pt;        color:#000000;        text-decoration:none;        font-weight:bold;}a.upMenu1:hover, a.upMenu1:active {        text-decoration:none;}span.aMenu1 {        font-family:arial;        font-size:10pt;        color:#B7002D;        text-decoration:none;        font-weight:bold;}table.menu2 {}a.menu2:link, a.menu2:visited {        font-family:arial;        font-size:9pt;        color:#000000;        text-decoration:none;}a.menu2:hover, a.menu2:active {        text-decoration:underline;}a.upMenu2:link, a.upMenu2:visited {        font-family:arial;        font-size:9pt;        color:#000000;        text-decoration:none;}a.upMenu2:hover, a.upMenu2:active {        text-decoration:underline;}span.aMenu2 {        font-family:arial;        font-size:9pt;        color:#000000;        text-decoration:none;        font-weight:bold;}input.backup {        background-color:#F4F9F7;        border:1px solid #999999;}
