a
 {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
 }
a:hover
 {
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
 }
body {
	background-color: #CDCDCD;
	color: #000000;
	position: 	absolute;
	top:      	0;   
	left:     	0;    
	margin:   	0;     
	padding:  	0;  
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-collapse: collapse;
}
.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.banoffer_detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tblhead {
	font-weight: bold;
	background-color: #BCBCBC;
}
.navi {
	background-image:  url(/images/navi/bg.jpg);
	background-repeat: repeat;
}
.headerbg {
	background-image:  url(/images/xtlogo_bg.jpg);
	background-repeat: repeat;
}
.headerbg2 {
	background-image:  url(/images/xtlogo_bg_bottom.jpg);
	background-repeat: repeat;
}
.tblmain td {
	border-width: 1px;
	border-style: solid;
	border-color: #DE0000;
	padding: 2px;
}
.textinput1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #DE0000;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	width: 150px;
}
.textinput2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #DE0000;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	width: 95px;
}
.textinput3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #DE0000;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	width: 55px;
}
/* . für class, ohne für tags, # für container 	<p id=\"mycontainer\"> benutzt container.. class=... benutzt class */
#mycontainer { /*Container*/
	line-height:1.6em;
	border:1px solid black;		/*geht in class und container, bei class ists aber weiter außen.. weils direkt der Table ist und nicht IM Table*/
	font-weight: bolder;
	background-color: #BCBCBC;
	font-size:1.6em;		/*geht in class und container*/
}
