body { 
	font-family:Verdana; 
	font-size:10pt; 
	color:#000000; 
}

h1 {
    font-family: Arial, sans-serif;
    padding-top: 20px;
    padding-bottom: 0.2em;
    font-size: 1.8em;
    color: #6dcc0e; 
}

h2 {
    font-family: Arial, sans-serif;
    color: #6dcc0e; 
    padding-top: 0.6em;
    padding-bottom: 0.2em;
    font-size: 1.4em;
}

p {
    padding-bottom: 1em;
    line-height: 1.4em;
}

ul, ol {
    padding-left: 2em;
    padding-bottom: 1em;
}

li {
    line-height: 1.4em;
}


}
h3 {  
	font-size:14pt; 
	color:#fffd00; 
	text-decoration:underline;
	font-weight: 400;
}

h4 {  
	font-size:10pt; 
	color:#fffd00; 
	font-weight: 400;
}

tr.gelb td{
	background:#ffdc18;
}

tr.gelb2 td{
	color:ffff00;
}

tr.gelb3 td{
	background:#E7E7E7;
}

tr.farbe1 td{
	color:#FFFF00;
	}

tr.rot1 td{
	background:#cc3300;
	color:#FFFF00;
}

hr  	{
 	color:#fe2a02; 
	//border:solid ##fe2a02 1px;
	}
table {
	color: #ffffff;
	font-family: Verdana,Arial;
	font-size: 12px;
	padding : 10px 10px 10px 10px;
}

td {
	font-size: 12px;
	color: #000000;
	vertical-align:top;
	}

th {
  font-family            : Verdana; 
  font-size              : 12px; 
  font-weight            : bold;
  color			 : #000000;
  background-color       : #6dcc0e;
  
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #6dcc0e;
	}
a:hover {
	text-decoration: underline;
	color: #c0c0c0;
	}

a.nav {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}



input.text {
	background-color: #ffffff;
	border: solid 1px #fe2a02;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	}
textarea {
	background-color: #ffffff;
	border: solid 1px #fe2a02;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	}
input button {
	background-color: #ffffff;
	border: solid 1px #fe2a02;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
select {
	background-color: #ffffff;
	border: solid 1px #fe2a02;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	}

BODY {
	//scrollbar-face-color: #ffdd00;
	//scrollbar-shadow-color: #000000;
	//scrollbar-highlight-color: #ffdd00;
	//scrollbar-3dlight-color: #000000;
	//scrollbar-darkshadow-color: #000000;
	//scrollbar-track-color: #000000;
	//scrollbar-arrow-color: #000000;
	//background-color: #ffffff;
	}
input       { 
	border: 1; 
	border-color: #fe2a02; 
	border-style:solid; 
	background-color:#ffffff; 
	color:#000000; }	
	
toplink { 
        position: fixed; 
        top: 10; 
        right: 25; 
}


