﻿body
{
	width: 100%;
	color: black;
	font-family: Verdana, Arial;
	font-size: medium;
	margin: 5;
}
/* */
                
H1
{
	font-size: small;
	font-family: Verdana, Arial;
}
/*  */
H2
{
	color: #2f4f4f;
	font-family: Verdana, Arial;
}
/*Alle Titel h3 */
               
H3
{
	color: #cc0000;
	font-family: Verdana, Arial;
	font-weight: bold;
}
H4
{
	color: #cc0000;
	font-family: Verdana, Arial;
}
TABLE           
{	
	font-family: Verdana, Arial;
	font-size: medium;
	width: 691px;
	height: 43px;
	margin-right: 0px;
}
TR INPUT
{
	font-family: Verdana, Arial;
	font-size: medium;
}
td SELECT
{
	font-family: Verdana, Arial;
	font-size: medium;
}
                /*rojo,azul,verde*/
a:link
{
	color: #dc143c;
	text-decoration: underline;
}

a:visited  /*von anfang*/
{
	color: #dc143c;
	text-decoration: underline;
}



                
a:hover
{
	color: #336699;
	text-decoration: underline overline;
}
                
a:active
{
	color: #00cc33;
	text-decoration: underline;
}