/*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:#FFFFFF;			/*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: 9pt;
	color: #314d4f;
	font-weight: normal;
	background: #F6F0E4;
	padding: 5px 0px 5px 5px;
}

/*  Plugin - Rumpf  */
	.wrapper_content
	{
	color: #314d4f;
	font-weight: normal;
	font-size: 8pt;
	background: transparent;
	padding: 10px 5px 10px 0px;
}
/*  Plugin - Fuß  */
	.wrapper_foot
	{
	color: #314d4f;
	font-weight: normal;
	font-size: 9pt;
	background: #F6F0E4;
	padding: 0px 10px 0px 0px;
}
	.navi, .navi:link, .navi:visited
	{
    	font-family:"TREBUCHET MS",arial,verdana,sans-serif;
		font-size:8pt;
		color: #f6f0e4;	
		text-decoration: none;
		padding-top: 2px;
		}		

	.foot_nav, .foot_nav:link, .foot_nav:visited
	{
    	font-family:"TREBUCHET MS",arial,verdana,sans-serif;
		font-size:8pt;
		color: #314d4f;	
		text-decoration: none;
		padding-top: 2px;
		}			
		
	p 
	{
		margin: 0px;
		}

/*  Schrift  */
	td
	{
    	font-family:"TREBUCHET MS",arial,verdana,sans-serif;
        font-size:10pt;
        color:#707070;
	}

/*  Linie Kabeljournal - Logo  */
	hr.logo
	{
		color:#000000;
	}

/*  Verlinkungen  */
	a:link, a:visited
	{
        color:#000000;
	}
	a:hover
	{
        color:#666666;
	}

/*  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:#FFFFFF;
		}
		
/*      ->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:#000000;
        	text-decoration:none;
		}

		a.main:hover
		{
        	color:#666666;
        	text-decoration:none;
		}

		a.main:active
		{
        	color:#000000;
        	text-decoration:none;
        	font-weight:bold;
		}

/*  Such - Plugin*/
/*    ->ausgewähltes Suchergebnis  */
		a.search:hover
		{
        	background-color:#666666;
        	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: #F1E9D7;
	border: 1px solid #999999;
}

		.search_foot
		{
	background-color: #F1E9D7;
	border: 1px solid #999999;
}

		.search_output
		{
        	padding:0px;
	        margin:0px;
	        border:0px;
		}

/*  Texteingabefeld  */
	.form_text
	{
		font-family:"TREBUCHET MS",arial,verdana,sans-serif;
	    font-size:8pt;
 	    color:#000000;
 	    background-color:#faf7f0;
	    border:1px solid #AAAAAA;
	}

/*  Textarea  */
	.form_textarea
	{
	    font-family:"TREBUCHET MS",arial,verdana,sans-serif;
   		font-size:8pt;
   		border:1px solid #AAAAAA;
   		color:#000000;
   		background-color:#faf7f0;

		scrollbar-face-color:#515151;			/*Farbe für Oberfläche*/
		scrollbar-track-color:#AAAAAA;			/*Farbe für freibleibenden Verschiebeweg*/
		scrollbar-arrow-color:#FFFFFF;			/*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*/
	}

/*  Button  */
	.form_button
	{
   		font-family:"TREBUCHET MS",arial,verdana,sans-serif;
   		font-size:9pt;
   		background-color:#314d4f;
   		color:#FFFFFF;
   		font-weight:bold;
   		border:1px solid #f6f0e4;
	}

/*  select-Feld  */
	select
	{
	    font-family:arial,verdana;
   		font-size:9pt;
   		border:1px solid #004892;
   		color:#004892;
	}

/*  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:#AAAAAA;
		}

		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:#AAAAAA;
		}
/*		->Hintergrundfarbe 1 Gästebucheintrag (eingetragener Kommentar)  */
		td.gb_color1
		{
        	background-color:#faf7f0;
		}
/*		->Hintergrundfarbe 2 Gästebucheintrag (eingetragener Kommentar)  */
		td.gb_color2
		{
        	background-color:#faf7f0;
		}
/*		->Hintergrund Gästebucheintrag (Kopf)  */
		td.gb_color_header
		{
        	background-color:#e1e4ce;
		}

		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:#314d4f;
}

.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;
}
/* Typo-Plugins*/
.hgr-0 {
  background: #FAF7F0;
}
.hgr-1 {
  background: #E1E4CF;
}
.hgr-2 {
  background: #E1E4CF;
}
.hgr-3 {
  background: #E1E4CF;
}
.rahmen {
	border: 1px solid #F6F0E4;
}

div.marked_t 
	{
		background-color:#faf7f0; 
		line-height:160%; 
		font-size:90%; 
		padding: 5px 10px 5px 10px; 
		width: 493px;
		}
		
* html 	div.marked_t 
	{		
		width: 515px;
		}

div.tx-kuloplayer-pi1 {
	width: 520px;
}
