

 a:link    {color:yellow; text-decoration: none; font-style: bold; font-weight: bold;}  
 a:visited {color:yellow; text-decoration: none; font-style: bold; font-weight: bold;}   
 a:hover   {color:black;    text-decoration: none; font-style: bold; font-weight: bold;}
 a:active  {color:black;    text-decoration: none; font-style: bold; font-weight: bold;}
 a:focus   {color:black;    text-decoration: none; font-style: bold; font-weight: bold;}


 a.navi:link    {color:black; text-decoration: none; font-style: bold; font-weight: bold;}  
 a.navi:visited {color:black; text-decoration: none; font-style: bold; font-weight: bold;}   
 a.navi:hover   {color:black;    text-decoration: none; font-style: bold; font-weight: bold;}
 a.navi:active  {color:black;    text-decoration: none; font-style: bold; font-weight: bold;}
 a.navi:focus   {color:black;    text-decoration: none; font-style: bold; font-weight: bold;}


 body
 {
	background-attachment: fixed; 
	background-color:      red;
	color:                 #FFFFFF;
	font-family:           verdana;
	font-size:             8pt;
	font-weight:           normal;
	font-style:            normal;
	margin-left:           0px;
	margin-right:          0px;
	margin-top:            0px;
	margin-width:          0px;
	margin-height:         0px;
	margin-bottom:         0px;
 }


 td
 {
	background-attachment: fixed;
	color:                 #FFFFFF;
	font-family:           verdana;
	font-size:             8pt;
	font-weight:           normal;
	font-style:            normal;
 }

 #mainImage
 {
	background-color: red;
	font-family:      verdana;
	font-size:        8pt;
	font-weight:      normal;
	font-style:       normal;
 }

 /* Überschriften */
 #over
 {
	background-color: #FFFFFF;
	color:            #000000;
	font-family:      verdana;
	font-size:        8pt;
	font-weight:      normal;
	font-style:       normal;
 }
 .buttonInOver
 {
	height:           18px;
	background-color: darkred;
	color:            #FFFFFF;
	font-family:      verdana;
	font-size:        8pt;
	font-weight:      normal;
	font-style:       normal;
	border-color:     #FFFFFF;
	border:1px solid  #FFFFFF;
 }


 /* Textfelder */
 #feld
 {
	background-color: #FFFFFF;
	color:            #000000;
	font-family:      verdana;
	font-size:        8pt;
	font-weight:      normal;
	font-style:       normal;
 }


 /* Buttons */
 .button
 {
	height:           19px;
	background-color: #FFFFFF;
	color:            #000000;
	font-family:      verdana;
	font-size:        8pt;
	font-weight:      normal;
	font-style:       normal;
	border-color:     #000000;
	border:1px solid  #000000;
 }

