/* Standard Table */
table {
    font-size: 12px;
}

table.list th {
  	border-right: 1px solid #FFFFFF;
  	text-align: left;
    background-color: #a9e359 ;
  	color: #FFFFFF;
  	padding: 7px 8px 7px 8px;
}

table.list th h2 {
	color: #FFFFFD;
	font: bold 13px Arial, Verdana, sans-serif;
	border-bottom: none;
	padding: 4px 0px 7px 9px;
	margin: 0px;
}

table.list tr.row1 {
	background-color: #FFFFFF;
}

table.list tr.row2 {
	background-color: #EFEFEF;
}

table.list tr.row3 td {
    height: 40px;
    padding: 7px 2px 7px 2px;
	border-right: 1px solid #ffffff;
  	text-align: center;
  	color: #FFFFFF;
    background: #3066B0 url("bg_table.jpg") repeat-x;
}

table.list td {
  	padding: 3px 5px 3px 5px;
  	border-right: 1px solid #FFFFFF;
}

#screen table td {
    width: 36%;
    background: #FFFFFF;
}

/* Green Table */
table.list_green th {
  	border: 1px solid #000;
  	text-align: left;
    background-color: #a9e359;
  	color: #FFFFFF;
  	padding: 7px 8px 7px 8px;
}

table.list_green th h2 {
	color: #FFFFFD;
	font: bold 13px Arial, Verdana, sans-serif;
	border-bottom: none;
	padding: 4px 0px 7px 9px;
	margin: 0px;
}

table.list_green tr.row1 {
	background-color: #FFFFFF;
}

table.list_green tr.row2 {
	background-color: #EFEFEF;
}

table.list_green tr.row3 td {
    height: 40px;
    padding: 7px 2px 7px 2px;
	border-right: 1px solid #ffffff;
  	text-align: center;
  	color: #FFFFFF;
    background: #6CB422 url("headboxgreen.jpg") repeat-x;
}

table.list_green td {
  	padding: 3px 5px 3px 5px;
  	border: 1px solid #000;
}

/* Blue Table */
table.list_blue th {
    height: 40px;
  	border-right: 1px solid #FFFFFF;
  	text-align: left;
    background: #428BD8 url("verlaufblau.jpg") repeat-x;
  	color: #FFFFFF;
  	padding: 7px 8px 7px 8px;
}

table.list_blue th h2 {
	color: #FFFFFD;
	font: bold 13px Arial, Verdana, sans-serif;
	border-bottom: none;
	padding: 4px 0px 7px 9px;
	margin: 0px;
}

table.list_blue tr.row1 {
	background-color: #FFFFFF;
}

table.list_blue tr.row2 {
	background-color: #EFEFEF;
}

table.list_blue tr.row3 td {
    height: 40px;
    padding: 7px 2px 7px 2px;
	border-right: 1px solid #ffffff;
  	text-align: center;
  	color: #FFFFFF;
    background: #428BD8 url("verlaufblau.jpg") repeat-x;
}

table.list_blue td {
  	padding: 3px 5px 3px 5px;
  	border-right: 1px solid #FFFFFF;
}

/* Orange Table */
table.list_orange th {
    height: 40px;
  	border-right: 1px solid #FFFFFF;
  	text-align: left;
    background: #FFB643 url("headboxorange.jpg") repeat-x;
  	color: #FFFFFF;
  	padding: 7px 8px 7px 8px;
}

table.list_orange th h2 {
	color: #FFFFFD;
	font: bold 13px Arial, Verdana, sans-serif;
	border-bottom: none;
	padding: 4px 0px 7px 9px;
	margin: 0px;
}

table.list_orange tr.row1 {
	background-color: #FFFFFF;
}

table.list_orange tr.row2 {
	background-color: #EFEFEF;
}

table.list_orange tr.row3 td {
    height: 40px;
    padding: 7px 2px 7px 2px;
	border-right: 1px solid #ffffff;
  	text-align: center;
  	color: #FFFFFF;
    background: #FFB643 url("headboxorange.jpg") repeat-x;
}

table.list_orange td {
  	padding: 3px 5px 3px 5px;
  	border-right: 1px solid #FFFFFF;
}

/* Darkblue Table */
table.list_darkblue th {
    height: 40px;
  	border-right: 1px solid #FFFFFF;
  	text-align: left;
    background: #3066B0 url("headerdarkblue.jpg") repeat-x;
  	color: #FFFFFF;
  	padding: 7px 8px 7px 8px;
}

table.list_darkblue th h2 {
	color: #FFFFFD;
	font: bold 13px Arial, Verdana, sans-serif;
	border-bottom: none;
	padding: 4px 0px 7px 9px;
	margin: 0px;
}

table.list_darkblue tr.row1 {
	background-color: #FFFFFF;
}

table.list_darkblue tr.row2 {
	background-color: #EFEFEF;
}

table.list_darkblue tr.row3 td {
    height: 40px;
    padding: 7px 2px 7px 2px;
	border-right: 1px solid #ffffff;
  	text-align: center;
  	color: #FFFFFF;
    background: #3066B0 url("headerdarkblue.jpg") repeat-x;
}

table.list_darkblue td {
  	padding: 3px 5px 3px 5px;
  	border-right: 1px solid #FFFFFF;
}

/* Other Tables */
table.list_blau, table.list_orange, table.list_preisliste, table.list_darkblue, table.list_green {
	border-collapse: collapse;
	background: url("boxbodyverlauf.jpg") repeat-x bottom;
}

table.list_other {
	border-collapse: collapse;
}

table.list_other td {
	border: 1px solid #b8d3e1;
	padding: 4px 0px 0px 0px;
	background:#FFFFFF;
}

table.list_other td a  {
	color: #2C5800;
	text-decoration: none;
}
table.list_other td a:hover{
	color: #3891E8;
	text-decoration: none;
}

table.list_other th {
 border: 0px solid #b8d3e1;
 background: url("headother.gif") no-repeat center left;
 text-align: left;
 height: 23px;
 color: #2D2E30;
}

table.list_grey td {
 border: 1px solid #BCBCBC;
 background-color: #E1E1E1;
}

table.list_grey td a  {
	color: #000001;
	text-decoration: none;
}
table.list_grey td a:hover{
	color: #000001;
	text-decoration: underline;
}

table.list_grey th {
 border: 1px solid #BCBCBC;
 background-color: #BCBCBD;
 text-align: left;
 color: #ffffff;
}

table.list_orange_no_border td a  {
	color: #BE3300;
	text-decoration: none;
}
table.list_orange_no_border td a:hover{
	color: #BE3300;
	text-decoration: underline;
}

table.list_orange_no_border th {
 background-color: #FFB643;
 text-align: left;
 color: #ffffff;
}

table.list_forum{
 background-color: #6BB521;

}

table.list_forum td {
 border: 1px solid #6BB521;
  background-color: #ffffff;
}

table.list_forum td a  {
	color: #2C5800;
	text-decoration: none;
}
table.list_forum td a:hover{
	color: #2C5800;
	text-decoration: underline;
}

table.list_forum th {
 border: 1px solid #6BB521;
 background-color: #6BB522;
 text-align: left;
 padding: 3px 3px 3px 3px;
 color: #ffffff;
}

.warning {
	color: #ff0000;
	font-weight: bold;
}

table.trend {
	border-left: 0px solid #F6A900;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	background-color: #FbFbFb;
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
}

table.trend th {
	border-bottom: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	font-weight: bold;
	background-image:url("../images/footer.jpg");
	background-position: center left;
	padding: 3px;
	text-align: left;
	color: #666666;
}

table.trend td {
	border-bottom: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	padding: 2px 2px 2px 2px;
	text-align: left;
	vertical-align: top;
}

table.trend td.directoryImage {
	border-bottom: 1px solid #D7D7D7;
	padding: 2px 15px 0px 3px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	height: 90px;
	background: url("../images/imgdirbackground.gif") no-repeat center left;
}