﻿th
{
	text-align:left;
	background-color:#666;
}

th a
{
	text-decoration:none;
	color:#fff;
}

td
{
}

.even
{
}

tr.odd td
{
	background-color:#eee;
}

 .status0 td
 {
 	border-bottom:solid 3px red;
 }
 .status1 td
 {
 	border-bottom:solid 3px green;
 }
 .status2 td
 {
 	border-bottom:solid 3px blue;
 }
 
 .kundinfo
 {
 	position:absolute;
 	top:25%;
 	left:25%;
 	right:25%;
 	height:500px;
 	padding:10px;
 	border: solid 3px #000;
 	background-color:#fff;
 }
 
 .tbinfo
 {
 	width:350px;
 	height:130px;
 }