table.tableuser 
{ 
border-width: thin thin thin thin; 
-webkit-border-top-left-radius: 21px;
-webkit-border-bottom-left-radius: 21px;
border-radius: 10px; 
border-spacing: 0px; 
border-style: groove groove groove groove; 
border-color: #302e91 #302e91 #302e91 #302e91;
border-collapse: collapse; 
}



a {color: #ffffff; text-decoration: none; border: none}		
a img { border : 0 none; }	
a:hover  { color: #ffffff }

a.hover2:link { color: #302e91; text-decoration:none;}
a.hover2:visited { color: #302e91; text-decoration:none;}
a.hover2:hover { color: red; text-decoration:none;} 

#txueber  { color: #3b3a3a; font-size: 14pt; font-family: Arial; text-align: center }
#txueber2  { color: #3b3a3a; font-size: 16pt; font-family: Arial; text-align: left }
#txueber4  { color: #3b3a3a; font-size: 12pt; font-family: Arial; text-align: left }
#txueber3  { color: #3b3a3a; font-size: 18pt; font-family: Arial; text-align: center }
#txfehler  { color: red; font-size: 12pt; font-family: Arial; text-align: center }
#txj  { color: #3b3a3a; font-size: 10pt; font-family: Arial; text-align: justify  }
#txleft   { color: #3b3a3a; font-size: 10pt; font-family: Arial; text-align: justify }
#txleftklein   { color: #3b3a3a; font-size: 8pt; font-family: Arial; text-align: left }
#txreg   { color: #000000; font-size: 10pt; font-family: Arial; text-align: justify }
#txleft2   { color: #3b3a3a; font-size: 10pt; font-family: Arial; text-align: left }
#txright  { color: #3b3a3a; font-size: 10pt; font-family: Arial; text-align: right }
#txcenter  { color: #3b3a3a; font-size: 10pt; font-family: Arial; text-align: center }
#txwhite   { color: #ffffff; font-size: 9pt; font-family: Arial; text-align: left }
#txwhite2   { color: #ffffff; font-size: 9pt; font-family: Arial; text-align: center }
#txklein  { color: blau; font-size: 8pt; font-family: Arial;  }
#txleftblau   { color: blau; font-size: 10pt; font-family: Arial; text-align: justify }
#txwhiteüber  { color: #e7e6f9; font-size: 18pt; font-family: Arial; text-align: center }


#scrollbar-face-color:#ffffff;
#scrollbar-arrow-color:#ffffff;
#scrollbar-track-color:#ffffff;
#scrollbar-shadow-color:'';
#scrollbar-highlight-color:'';
#scrollbar-3dlight-color:'';
#scrollbar-darkshadow-Color:'';

html[xmlns^="http"]
			{
			/* verhindert Mozilla-Zucken
			 * > Firefox 1.5
			 */
			overflow-y: scroll;
			}
html {
	height: 100%;
	padding: 0 0 0px 0;
}
body {

  overflow: -moz-scrollbars-vertical;
  font-family:Arial;
  font-size:9pt;
  color:#000000;
  }


input{
	background-color: #ffffff;
	font: normal 8pt Verdana;
	font-size: 8pt;
	border: 1px solid #ffffff;
	}
input.btnhov{
	background-color:#ffffff;
	font: normal 5pt Verdana;
	font-size: 5pt;
	border: 1px solid #ffffff;
}

select{
	background-color: #fffff;
	font: normal 8pt Verdana;
	font-size: 8pt;
	border: 1px solid #ffffff;
	}
select.btnhov{
	background-color:#ffffff;
	font: normal 8pt Verdana;
	font-size: 8pt;
	border: 1px solid #ffffff;
}
<style type="text/css">
<!--
BODY{
scrollbar-face-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';


}
-->
</style>