@charset "utf-8";

body
	{
	background-color: #FFFFFF;
	margin-top: 10px;
    padding: 10px;
    height: 100%;
    display: flex;
    justify-content: center; /* Horizontale Zentrierung */
    align-items: flex-start; /* Vertikale Ausrichtung oben */	
	overflow: hidden;
	font-size: 12pt;
	font-family: Arial;
	color: #990000;
	zoom: 80%;
	}
	
#alles
		{ 
			position: fixed;
			width: 1280px; 
			height: 1024px;      
			border: none;
			text-align: left;
			z-index: 100;
		}

	a 
	{
		text-decoration: none;
		color: #006600;
		font-size: 13pt;
		font-family: Arial, "Times New Roman", Helvetica, sans-serif;
	}
		
    .ticker {
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      border: 1px solid #ccc;
      padding: 8px 0;
      background: #f9f9f9;
      font-weight: 600;
    }
	
    .ticker__move {
      display: inline-block;
      padding-left: 100%;
	  will-change: transform;
      animation: scroll 40s linear infinite;
    }
    .ticker:hover .ticker__move { animation-play-state: paused; } /* anhält bei hover */
    @keyframes scroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-100%); }
    }

    #logout-warning 
		{
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 20px;
            background-color: rgba(0, 0, 0, 0.8);
            color: white;
            border-radius: 5px;
            z-index: 1000;
        }
		
	.custom-button 
		{
		background-color: #007700; /* Hintergrundfarbe */
		color: gold; /* Textfarbe */
		border: none;
		padding: 8px 20px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-weight: bold;
		font-size: 13px;
		margin: 5px 2px;
		cursor: pointer;
		border-radius: 4px; /* Optional: Abgerundete Ecken */
		}
/*
.custom-button:hover 
	{
		background-color: #45a049; /* Hintergrundfarbe beim Hover 
	}*/
		
.custom-tooltip 
	{
    position: relative;
	color: #006600; /* Textfarbe des Links */
    text-decoration: none;
	}

.custom-tooltip::after 
	{
	visibility: hidden;
	content: attr(data-tooltip);
	color: #006600; /* Textfarbe des Tooltips */
	white-space: normal;
	padding: 5px 10px;
    border-radius: 4px;
    transition: opacity 0.1s ease-in-out; /* Schnellere Reaktionszeit */
	}


/* Tooltip wird bei Hover angezeigt 
.custom-tooltip:hover::after {
    opacity: 1;
    visibility: visible;
}*/

.menu-item 
	{
	font-weight: normal;
    color: #006600 !important;
	text-decoration: none;
	}

.menu-link {
    font-weight: normal;
    color: #006600 !important;
	text-decoration: none;
}

	.blaue
		{
		border-color:#FFFFE5;
		color:#990000;
		width: 152px;
		height:25px;
		background: url('../bilder/8.jpg');
		font-weight: normal;
		font-size: 12pt;
		text-align: center; 
		cursor: pointer;
		}
		
	    /* Menü Styling */
		/*
        .dropdown {
            position: relative;
            display: inline-block;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f1f1f1;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }

        .dropdown-content a {
            color: #009900;
			margin-bottom: 3px;  
            text-decoration: none;
			border: 1px solid #009900;
            display: block;
        }
/*ä
        .dropdown-content a:hover {
            background-color: #ddd;
        }

        /* Zeige das Menü beim Hover an 
        .dropdown:hover .dropdown-content {
            display: block;
        }
		*/
/* abhier tabellen anpassung		
		
		
	table
	{
	background : #006600;
	border: 0;
	color: #ffffff;
	border-collapse:separate;
	}
	
	.table0
	{
	width: 165px;
	background-color : transparent;
	border:1px solid #006600;
	}
		
	.table1
	{
	table-layout: fixed;
	width: 180px;
	background : #FFFFE5;
	border: 0;
	color: #0000ff;
	}
	
	.table2
	{
	table-layout: fixed;
	width: 640px;
	background : #FFFFE5;
	border: 0;
	color: #ff0000;
	}
	
	.table3
	{
	table-layout: fixed;
	width: 915px;
	height: 26px;
	background : #E5B200;
	border: none;
	}
	
	.table4
	{
	table-layout: fixed;
	width: 165px;
	height: 15px;
	background : #E5B200;
	border: none;
	color: #006600;
	font-size: 16pt;
	}
	
	.table5
	{
	table-layout: fixed;
	width: 200px;
	height: 120px;
	background : #FFFFE5;
	border: 1px solid #000099;
	color:#000099;
	}
	
	.table5a
	{
	width: 195px;
	height: 125px;
	background : #FFFFE5;
	border: none;
	}
	
	.table5b
	{
	width: 160px;
	height: 140px;
	background : #FFFFE5;
	border: none;
	}
	
	.table6
	{
	table-layout: fixed;
	width: 180px;
	height: 290px;
	background : #FFFFE5;
	border: 1px solid #006600;
	color:#000099;
	}
	
	.table7
	{
	table-layout: fixed;
	width: 645px;
	height: 100px;
	background : #FFFFE5;
	border: 1px solid #006600;
	color:#000099;
	}
	
	.table8
	{
	table-layout: fixed;
	width: 650px;
	Height: 380px;
	background : #FFFFE5;
	border: 0;
	}
	
	.table9
	{
	table-layout: fixed;
	width: 10px;
	background : #FFFFE5;
	border: 0;
	color: #E5B200;
	font-weight: bold;
	font-size:12pt;
	}
	
	.table10
	{
	table-layout: fixed;
	width: 390px;
	height: 100px;
	background : #FFFFE5;
	border: 1px solid #006600;
	color:#000000;
	}
	
	.table11
	{
	table-layout: fixed;
	border-width: 0 0 1px 1px;
    border-spacing: 0;
  	border-color: #000099;
	}
	
	.table12
	{
	table-layout: fixed;
	width:665px;
	height: 100px;
	background : #FFFFE5;
	border: 1px solid #000099;
	color:#000099;
	}
	
	.table13
	{
	table-layout: fixed;
	background: #FFFFE5;
	color: #000099;
	}
	
	.table14
	{
	table-layout:fixed;
	border: 2px solid #000099;
	width: 1182px;
	height: 25px;
	position: fixed;
	font-size:14pt;
	background: #FFE566;
	color: #000099;
	}
	
	.table14a
	{
	table-layout: fixed;
	width: 735px;
	height: 16px;
	font-size:11pt;
	background: #FFE566;
	color: #000099;
	}
		
	.table15
	{
	table-layout: fixed;
	width: 1182px;
	height: 80px;
	font-size:12pt;
	}
		
	.table16
	{
	table-layout: fixed;
	width: 480px;
	background : transparent;
	border: 0;
	color: #000000;
	font-size:11pt;
	}
	
	.table17
	{
	table-layout: fixed;
	overflow:hidden;
	width: 690px;
	height: 110px;
	background : #FFFFE5;
	border: 1px solid #006600;
	}
	
	.table17a
	{
	table-layout: fixed;
	overflow:hidden;
	width: 360px;
	height: 110px;
	background : #FFFFE5;
	border: 1px solid #006600;
	}
	
	.table18
	{
	table-layout: fixed;
	width: 300px;
	background : #FFFFE5;
	border: 1px solid #000099;
	}
	
	.table19
	{
	table-layout: fixed;
	background: #ffffff;
	table-layout:fixed; 
	width:250px;
	height:75px;
	border: 0px;
	}
	
	.table20
	{
	table-layout: fixed;
	width: 338px;
	height: 160px;
	border: 1px solid #000099;
	background : #B2F0FF;
	}
	.table21
	{
	background: #ffffff;
	table-layout:fixed; 
	width:498px;
	height:170px;
	border: 0px;
	}
			
	img
	{
	border: none;
	}
	
	.img1
	{
	border: 1px solid #000099;
	}
	.img2
	{
	border: 1px solid #006600;
	}
	
	.td0
	{
	width: 165px;
	height: auto;
	background-color : transparent;
	border: none;
	font-size: 8pt;
	font-family: Garamond;
	}
	
	.td1
	{
	width: 700px;
	height: 1200px;
	background: #006600;
	color: #FFFFFF;
	}
	
	.td2
	{
	width: 680px;
	height: 1180px;
	background: #ffffff;
	}
	
	.td3
	{
	width: 165px;
	background : #006600;
	font-weight: bold;
	font-size:10pt;
	padding-left:10px;
	border: 0px;
	}
	
	.td4
	{
	width: 630px;
	background : #006600;
	font-weight: bold;
	font-size:10pt;
	padding-left:10px;
	border: 0px;
	}
	
	.td5
	{
	width: 15px;
	background : #FFFFE5;
	border: 0;
	color: #E5B200;
	vertical-align: middle;
	}
	
	.td6
	{
	width: 150px;
	height: 15px;
	background : #FFFFE5;
	border: 1px solid #E5B200;
	color: #000099;
	font-size: 10pt;
	}
			
	.td7
	{
	width: 30px;
	height: 9px;
	border:1px;
	background : #FFFFFF;
    border-style: solid;
	color: #000000;
	border-color: #006600;
	font-size: 10pt;
	vertical-align: middle;
	}
	
	.td8
	{
	width: 100px;
	height: 8px;
	border:1px;
	background : #FFFFFF;
    border-style: solid;
	color: #000000;
	border-color: #006600;
	font-size: 10pt;
	font-family: arial;
	}
	
	.td9
	{
	width: 80px;
	height:76px;
	border: none;
	background : #FFFFE5;
	vertical-align: top;
	}
	
	.td10
	{
	width: 200px;
	border:none;
	vertical-align: top;
	}
	
	.td11
	{
	width: 60px;
	height: 25px;
	background: #ffffff;
	text-align: center;
	border: 1px solid #000099;
	}
	
	.td12
	{
	width: 350px;
	height: 25px;
	background: #ffffff;
	text-align: left;
	border: 1px solid #000099;
	}
	
	.td12a
	{
	width: 300px;
	height: 20px;
	background: #ffffff;
	color:#000099;
	text-align: center;
	border: 1px solid #CCCCCC;
	}
	
	.td13
	{
	width: 70px;
	height: 25px;
	background: #ffffff;
	text-align: center;
	border: 1px solid #000099;
	}
	
	.td13a
	{
	width: 160px;
	height: 25px;
	background: #ffffff;
	text-align: center;
	border: 1px solid #000099;
	}
	
	.td13b
	{
	width: 120px;
	height: 20px;
	background: #ffffff;
	color:#000099;
	text-align: center;
	border: 1px solid #CCCCCC;
	}
	
	
	.td14
	{
	width: 70px;
	height: 50px;
	color:#000099;
	text-align: center;
	vertical-align:top;
	border: 1px solid #CCCCCC;
	}
	
	.td14a
	{
	width: 160px;
	height: 50px;
	color:#000099;
	text-align: left;
	vertical-align:top;
	border: 1px solid #CCCCCC;
	}
	
	.td14b
	{
	width: 120px;
	height: 50px;
	color:#000099;
	text-align: center;
	vertical-align:top;
	border: 1px solid #CCCCCC;
	}
	
	.td15
	{
	width: 70px;
	height: 50px;
	color:#000099;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	}
	
	.td16
	{
	width: 350px;
	height: 50px;
	color:#000099;
	text-align: left;
	vertical-align:top;
	border: 1px solid #CCCCCC;
	}
	
	.td16a
	{
	width: 300px;
	height: 50px;
	color:#000099;
	text-align: left;
	vertical-align:top;
	border: 1px solid #CCCCCC;
	}
	
	.td17
	{
	overflow:hidden;
	width: 200px;
	height: 200px;
	border: 0;
	}
	
	.td18
	{
	width: 300px;
	border: 0;
	}
	
	.td19
	{
	width: 40px;
	height: 20px;
	background: #ffffff;
	color:#000099;
	text-align: center;
	}
	
	.td20
	{
	width: 40px;
	height: 30px;
	color:#000099;
	text-align: center;
	vertical-align:top;
	border: 1px solid #CCCCCC;
	}
	
	.td21
	{
	width: 360px;
	height: 110px;
	background : #FFFFE5;
	color:#000099;
	border: none;
	text-align:left;
	vertical-align:top;
	font-size: 10pt;
	}
	
	.table21
	{
	background: #ffffff;
	table-layout:fixed; 
	width:430px;
	height:170px;
	border: 0px;
	}
	
	 Spalten td30 - td33 für Ausgabe in bac
	
	.td30
	{
	width: 60px;
	height: 80px;
	background: #ffffff;
	text-align: center;
	border: 1px solid #000099;
	}
	
	.td31
	{
	width: 350px;
	height: 80px;
	background: #ffffff;
	text-align: center;
	border: 1px solid #000099;
	}
	
	
	.td32
	{
	width: 70px;
	height: 80px;
	background: #ffffff;
	text-align: center;
	border: 1px solid #000099;
	}
	
	.td33
	{
	width: 160px;
	height: 80px;
	background: #ffffff;
	text-align: center;
	border: 1px solid #000099;
	}
	
		.blau
			{
			border-color:#FFFFE5;
			color:#990000;
			width: 180px;
			height:22px;
			background: url('/Bilder/8.jpg');
			font-weight: bold;
			font-size: 8pt;
			text-align: left;
			}
			
			.klar
			{
			width: auto;
			border: none;
			color: #000099;
			background: #FFFFFF;
			font-size: 10pt;
			}
			
					
			.rot
			{
			border-color:#000000;
			color:#000099;
			width: 100px;
			height:20px;
			background: url('./Bilder/8.jpg');
			font-weight: bold;
			font-size: 8pt;
			text-align: left;
			}
			
			.rot1
			{
			border-color:#997F7F;
			color:#990000;
			width: auto;
			height:auto;
			background: url('./Bilder/8.jpg');
			font-weight: bold;
			font-size: 9pt;
			text-align: left;
			-moz-border-radius:5px;
			-khtml-border-radius:5px;
			}
			
		.inputspalten
			{
			border:thin solid #ffffff;
			border-color:#997F7F;
			font-family: Arial;
			width: 240px;
			color:#000000;
			}
			
		.inputspalten1
			{
			border:thin solid #ffffff;
			border-color:#997F7F;
			font-family: Arial;
			font-size: 10pt;
			width: 150px;
			color:#000000;
			}
		
		.inputspalten1a
			{
			border:thin solid #ffffff;
			border-color:#997F7F;
			font-family: Arial;
			font-size: 9pt;
			width: 193px;
			height: 14px;
			color:#000000;
			}
			
		.inputspalten2
			{
			border:thin solid #ffffff;
			border-color:#997F7F;
			font-family: Arial;
			font-size:8pt;
			width: 300px;
			height:16px;
			color:#000000;
			}
		.inputspalten3
			{
			border:thin solid #ffffff;
			border-color:#006600;
			font-family: Arial;
			font-size:10pt;
			width: 430px;
			height:16px;
			color:#000000;
			}
			
		.inputspalten4
			{
			border:thin solid #ffffff;
			border-color:#006600;
			font-family: Arial;
			font-size:10pt;
			width: 136px;
			height:16px;
			color:#000000;
			}
			
		.inputspalten4a
			{
			border:thin solid #ffffff;
			border-color:#006600;
			font-family: Arial;
			font-size:8pt;
			width: 133px;
			height:13px;
			color:#000000;
			}	
		
		.inputspalten5
			{
			border:thin solid #006600;
			font-family: Arial;
			font-size:10pt;
			width: 50px;
			height:16px;
			color:#000000;
			}	

		.inputspalten6
			{
			border:thin solid #99B2B2;
			font-family: Arial;
			font-size:10pt;
			width: 20px;
			height:16px;
			color:#000000;
			}
		.inputspalten7
			{
			border:thin solid #99B2B2;
			font-family: Arial;
			font-size:10pt;
			width: 40px;
			height:16px;
			color:#000000;
			}		
		
		.inputspalten8
			{
			border:thin solid #006600;
			font-family: Arial;
			font-size:10pt;
			width: 80px;
			height:16px;
			color:#000000;
			}
			
		.textb
		{
		border:thin solid #006600;
		width: 430px;
		height:180px;
		}
		
		.over1	
		{
		overflow:auto;
		}	
		
		tr.wechsel:hover 
		{
		background: #CCFF99;
		}	
		
*/
