 a:link          {color:#207FD3; text-decoration: none}  
 a:visited       {color:#207FD3; text-decoration: none}   
 a:hover         {color:red;  text-decoration: none}
 a:active        {color:red;  text-decoration: none}
 a:focus         {color:red;  text-decoration: none}

 body
 {
	background-attachment: fixed; 
	background-color:      white;
	color:                 #555555;
	font-family:           verdana;
	font-size:             11px;
	font-weight:           normal;
	font-style:            normal;
	margin-left:           0px;
	margin-right:          0px;
	margin-top:            4px;
	margin-width:          0px;
	margin-height:         0px;
	margin-bottom:         0px;
 }
 
 b { 
 	font-family: tahoma, Verdana;
	font-size: 11px;
	color:#519DE3;
 }
 
 h1 {
 	margin:0 0 6px 0;
 	font-family:tahoma;
 	font-size:19px;
 	font-weight:normal;
	color:#666666;
 }

 td
 {
	background-attachment: fixed;
	color:                 #555555;
	font-family:           verdana;
	font-size:             11px;
	font-weight:           normal;
	font-style:            normal;
 }

 hr
 {
	border:       2px #C0C0C0;
 }

 .dotted
 {
	border:       2px #C0C0C0;
	border-style: dotted;
 }

 #tdWhite
 {
	background-color:      white;
	background-attachment: fixed;
	color:                 #555555;
	font-family:           verdana;
	font-size:             11px;
	font-weight:           normal;
	font-style:            normal;
 }

 #over
 {
	background-color: #207FD3;
	color:            #FFF;
	font-family:      tahoma, verdana;
	font-size:        11px;
	font-weight:      normal;
	font-style:       normal;
 }

 #sub
 {
	background-color: #ffffff;
	color:            #555555;
	font-family:      verdana;
	font-size:        11px;
	font-weight:      normal;
	font-style:       normal;
 }


 /* Textfelder ============================================================ */

 #feld
 {

	font-family:      verdana;
	font-size:        11px;
	font-weight:      normal;
	font-style:       normal;
 }


 /* Buttons ================================================================= */

 .button1
 {
	height:           19px;
	background-color: #FFFFFF;
	color:            #555555;
	font-family:      verdana;
	font-size:        12px;
	font-weight:      normal;
	font-style:       normal;
	border-color:     #555555;
	border:1px solid  #555555;
 }

 .buttonLogin
 {
	height:           19px;
	background-color: #efefef;
	color:            #555555;
	font-family:      verdana;
	font-size:        12px;
	font-weight:      normal;
	font-style:       normal;
	border:1px solid  #555555;
 }
