/* LINKS						*/
/* ====================================================	*/

A:link{
        color: #FFFFFF;
        text-decoration:none;
}
A:visited{
        color: #FFFFFF;
        text-decoration:none;
}
A:active{
	color: #FF0000;
	text-decoration:none;
}
A:hover{
        color: #FF0000;
        text-decoration:none;
}

A.nix:link{
        color: #8C9684;
        text-decoration:none;
}
A.nix:visited{
        color: #8C9684;
        text-decoration:none;
}
A.nix:active{
	color: #FF0000;
	text-decoration:none;
}
A.nix:hover{
        color: #FF0000;
        text-decoration:none;
}

/* ALLGEMEINE FORMATE					*/
/* ====================================================	*/

body{
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
        font-size : 12pt;
        color: #FFFFFF;
        }
td{
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
        font-size : 12pt;
        color: #D6D3CE;
        }
p{	font-size : 12pt;
        Letter-Spacing : normal;
        margin-top: 5pt; 
        margin-bottom: 5pt; 
}
.gross {
        color: #D6D3CE; 	/* alt: #D6D3CE*/
	font-size:16pt;
	font-weight:bold;
}
.mittel {
	font-size:10pt;
	font-weight:bold;
}
.klein {
	font-size:8pt;
	font-weight:bold;
	color : #8C9684;
}
.text {
	font-size:12pt;
	font-weight:bold;
}
.hell {
        color: #FFFFFF;
}
.rot {
	color: #FF0000;
}
.tick {
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
        color: #FFFFFF;
	font-size:10pt;
	font-weight:bold;
}
.kreuz {
	font-size:10pt;
	font-weight:bold;
	color: #FFFFFF;
	border-width: 1;
	border-style: solid;
	border-color: #8C9684;
}


ul{	font-size : 12pt;
	margin-top : 0pt;
	margin-bottom : 0pt;
}
li{	font-size : 12pt;
	list-style-type : disc;
	list-style-position: outside;
	margin-top : 0pt;
	margin-bottom : 0pt;
}
hr{	color : #CC0000;	/* alt: #5D6D3CE */
}

input, textarea, select {	
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	background-color:#11380B;
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
}

	
