/* html=> unterdrückt horizontale scrollbalken */
html {overflow-x:hidden;} 

body {
   margin: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #666666;
   font-size: 11px;
  }

table {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	empty-cells: show; /*!*/
}
td {
	padding: 0px;
	font-size: 11px;
}
img{
border:0px;
}

textarea, input, select {
	font-size: 11px;
	color: #666666;
	background-color: #f7f5f5;
	border: 1px solid #666666;
	font-family: Verdana;
}

a {
	color: #4259ae;
}
a:visited {
	color: #4259ae;
}

a:hover {
	color: #ff0202;
	
	}
	
.info_text {
   font-size: 10px;
}

.dotted {
   background-image: url(../images/dot_hor.gif);
   height: 1px;
   overflow:hidden;
   width:100%;
   margin-top:1px; 
   margin-bottom:10px;
   }
   
.page_header
{
   background-image: url(../images/header_dotts.gif);
   height: 25px;
   margin-top:20px;
   overflow:hidden;
   color:#e1001b;
   font-size:13px;
   font-weight:bold;
   }

.subheader
{
   background-image: url(../images/subheader.gif);
   height: 20px;
   overflow:hidden;
   font-size:11px;
   font-weight:bold;
   margin-bottom:10px;
   
   }


.table_spacer td
{
padding:2px
}
