/* LINKS						*/
/* ====================================================	*/

A:link{
        color: #B4CEE6;
        text-decoration:none;
}
A:visited{
        color: #B4CEE6;		/* alt: #52789C*/
        text-decoration:none;
}
A:active{
	color: #FF5050;
	text-decoration:none;
}
A:hover{
        color: #FF6060;
        text-decoration:none;
}

A.nix:link{
        color: #94AEC6;
        text-decoration:none;
}
A.nix:visited{
        color: #94AEC6;
        text-decoration:none;
}
A.nix:active{
	color: #B4CEE6;
	text-decoration:none;
}
A.nix:hover{
        color: #B4CEE6;
        text-decoration:none;
}

/* ALLGEMEINE FORMATE					*/
/* ====================================================	*/

body{
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
        font-size : 12pt;
        color: #94AEC6;
        }
td{
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
        font-size : 12pt;
        color: #94AEC6;
        }
p{	font-size : 12pt;
        Letter-Spacing : normal;
        margin-top: 5pt; 
        margin-bottom: 5pt; 
}
.gross {
	font-size:16pt;
	font-weight:bold;
}
.mittel {
	font-size:10pt;
	font-weight:bold;
}
.klein {
	font-size:8pt;
	font-weight:bold;
}
.rot {
	color:#FF5050;
	font-weight:bold;
}
.text {
	font-size:12pt;
	font-weight:bold;
}
.hell {
        color: #B4CEE6;
	font-size:12pt;
	font-weight:bold;
}
.tick {
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size:12pt;
	font-weight:bold;
        color: #94AEC6;
}


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 : #94AEC6;
	size : 1px;
}

input, textarea, select, button {	
        font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	background-color:#6E9BBC;
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
}

	
