    .normal {
       font-family: Verdana;
       font-size: 11px;
       font: normal;
       color: #000000;
    }

   .titel {
       font-family: Verdana;
	   font-size: 16px;
       font: bold;
       color: #7F7F7F;
    }

    .klein {
       font-family: Verdana;
       font-size: 10px;
       font: normal;
       color: #3D3D3D;
    }
	
A {
   font-family: Verdana;
	color:#CC0000;
	text-decoration: none;
	} 
	a:active {color:#333194;}
	a:visited {color:#717067;}
	a:hover {color:#000000;text-decoration: underline;}
	
A.buchen {
 font-family: Verdana;
 text-decoration: none;
 color:#FFFFFF;
 } 
 a.buchen:hover {text-decoration: underline;}
 a.buchen:active {text-decoration: underline;}
 a.buchen:visited {color:#FFFFFF;}

Input.button {
	background-color:#FFFFFF;
	font: normal 11px Verdana;
	border-width: 1px;
	border-style: solid;
	border-color: #ECE381;
	}
textarea.button {
	background-color:#FFFFFF;
	font: normal 11px Verdana;
	border-width: 1px;
	border-style: solid;
	border-color: #ECE381;
	}

select.button {
	background-color:#FFFFFF;
	font: normal 11px Verdana;
	border-width: 1px;
	border-style: solid;
	border-color: #ECE381;
	}
	
.button2 {
	background-color:#FFFFFF;
	font: bold 11px/14px Verdana;
	border-width: 1px;
	border-style: solid;
	border-color: #ECE381;
	}	