/*Tabelle**************************************************/

#simple_tabs_body table {
	border: #006699 1px solid; 
	border-right: none; 
	margin: 0px
	width:100%;
}

#simple_tabs_body th {
	background: #b0cbdc;
	border-right: #006699 1px solid; 
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-repeat:repeat-x;
	background-image:url(../img/tabletop.gif);
}

#simple_tabs_body td {
	border-top: #006699 1px solid; 
	border-right: #006699 1px solid; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}

.datetab{
	background: #afd0df;
	border-right: #006699 0px solid; 
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}

#simple_tabs_body table span table {
	border: none; 
}

#simple_tabs_body table span td {
	border: none; 
}

#simple_tabs_body #data table {
	border: 0; 
}



/* hover der Tabellenzeilen */
/* #simple_tabs_body tr{
        background:#ffffff;
}
#simple_tabs_body tr:hover{
        background:#eeeeee;
}

/** Fuer den IE*/
#simple_tabs_body tr {
	/*hover:expression(
		this.onmouseover=new Function("this.style.background='#eeeeee';"),
		this.onmouseout=new Function("this.style.background='#ffffff';")
	);*/
}

#simple_tabs_body  tr.tbl_highlight {
	 background:#eeeeee;
}
/* Fuer den IE*/
#simple_tabs_body  tr.tbl_highlight {
	/*hover:expression(
		this.onmouseover=new Function("this.style.background='#eeeeee';"),
		this.onmouseout=new Function("this.style.background='#eeeeee';")
	);*/
}

#simple_tabs_body .calendar_table table {
	border: none;
	width: 100px;
}

#simple_tabs_body .calendar_table td {
	border:none;
	width:35px;
}


/*Tabelle**************************************************/

#simple_tabs_wide table {
	background-color: #f8f8f8;
	border: #006699 1px solid; 
	border-right: none; 
	width:100%;
}

#simple_tabs_wide th {
	background-color: #b0cbdc;
	border-right: #006699 1px solid; 
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-repeat:repeat-x;
	background-image:url(../img/tabletop.gif);
}

#simple_tabs_wide td {
	background-color: #f8f8f8;
	border-top: #006699 1px solid; 
	border-right: #006699 1px solid; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}

.datetab {
	background: #afd0df;
	border-right: #006699 0px solid; 
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}

#simple_tabs_wide table span table {
	border: none; 
}

#simple_tabs_wide table span td {
	border: none; 
}

#simple_tabs_small table  {
	background: #006699;
	border: 0px; 
	width: 90%;
	padding: 1px;
	margin: 0px;}

#simple_tabs_small td {
	border: none; 
	background: #f8f8f8;
	padding: 3px;
	margin: 0px;
}

/* hover der Tabellenzeilen */
/* #simple_tabs_wide tr{
        background:#ffffff;
}
#simple_tabs_wide tr:hover{
        background:#eeeeee;
}

/** Fuer den IE*/
#simple_tabs_wide tr {
	 background:#ffffff;
	/*hover:expression(
		this.onmouseover=new Function("this.style.background='#eeeeee';"),
		this.onmouseout=new Function("this.style.background='#ffffff';")
	);*/
}

#simple_tabs_wide  tr.tbl_highlight {
	 background:#ffffff;
}
/* Fuer den IE*/
#simple_tabs_wide  tr.tbl_highlight {
	/*hover:expression(
		this.onmouseover=new Function("this.style.background='#eeeeee';"),
		this.onmouseout=new Function("this.style.background='#eeeeee';")
	);*/
}

#simple_tabs_wide .calendar_table table {
	border: none;
	width: 100px;
}

#simple_tabs_wide .calendar_table td {
	border:none;
	width:35px;
}

.simple_table_class table {
	background-color: #f8f8f8;
	border: #006699 1px solid; 
	border-right: none; 
	width:100%;
}

.simple_table_class th {
	background-color: #b0cbdc;
	border-right: #006699 1px solid; 
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-repeat:repeat-x;
	background-image:url(../img/tabletop.gif);
}

.simple_table_class td {
	background-color: #f8f8f8;
	border-top: #006699 1px solid; 
	border-right: #006699 1px solid; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}

