/* DATEI: dada.css */

	/*
	#469A4F logogrün
	#35495C jnc-blau
	#e8ddca schoko-eis-hintergrund
	#F8F7EF Karamel-weiß
	#B75767 textarea
	#E08090 body
	#B31D4C weinrot
	#016E73 dunkelgrün
	*/

body    {
		background:#EEEEEE;
		padding: 0px 0px 0px 0px;
		margin-top: 0px;
		margin-left: 10px;
        }

textarea {
		background-color: #FFFFFF;
	}

.steuerung {
		border: 0px solid dimgray;

		table-layout: fixed;
		border-collapse: collapse;

		background:#EEEEEE;
		padding: 0px 0px 0px 0px;
		font-family: Arial, Verdana, sans-serif;
		font-size : 13px;
		font-weight: bold;
	}

.main {
		border-width: 1px;
		border-style: solid;
		border-color: dimgray;

		table-layout: fixed;
		empty-cells: show;
		border-collapse: collapse;
		border-spacing: 3px;
		speak-header-cell: once;

		background-color: #FFFFFF;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: Arial, Verdana;
		font-style: normal;
		fonty-variant: sans-serif;
        		font-size : 13px;
		font-weight: bold;
	}

.dark {
		font-size : 13px;
		color: #115E83;
	}

.late {
		font-size : 13px;
		color: #016E73;
	}                
				
.h2 {
		font-family: Arial, Verdana, sans-serif;
		font-size: 20px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
	}

.h4 {
		font-family: Arial, Verdana, sans-serif;
		font-size: 14px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
	}	
        
.h5 {
		font-family: Arial, Verdana, sans-serif;
		font-size: 13px;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
	}

.h6 {
		font-family: Arial, Verdana, sans-serif;
		font-size: 3px;
		line-height: 3px;
		color: #B75767;
	}

.h7 {
		font-family: Arial, Verdana, sans-serif;
		font-size: 20px;
		line-height: 24px;
		color: #882244;
	}

a:link {
		font-family: Arial, Verdana, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #AAAAAA;
		/*cursor: hand;*/
		line-height: 24px;
	}

a:visited {
		font-family: Arial, Verdana, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #469A4F;
		/*cursor: hand;*/
		line-height: 24px;
	}
                
a:hover {
		font-family: Arial, Verdana, sans-serif;
		font-size: 20px;
		font-weight: bold;
		color: #a8ddca;
		/*cursor: hand;*/
		text-decoration: none;
		line-height: 24px;
	}

a:active {
		font-family: Arial, Verdana, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #ff0000;
		/*cursor: hand;*/
		line-height: 24px;
	}