input:focus 
{ 
border: 2px solid #C31F17; 
}

textarea:focus 
{ 
border: 2px solid #C31F17; 
}





.gb_eintrag
{
font-family:verdana, sans-serif;
padding: 20px;
border:1pt solid #FFFF33;
background-color: #FFC333;
width: 650px;
}


.error 
{
border:1pt solid #FF0000;
}

#box_gb_gesamt
{
font-family:verdana, sans-serif;
padding: 20px;
background-color: #FFB700;
height: 530px;
width: 500px;
}


#box_formular_links
{
width: 300px;
float:left;
}


#box_msg_rechts
{
padding: 20px;
background-color: #FFB700;
height: 100px;
width: 150px;

float:left;
}



