 * {
margin:0;
padding:0;
}
body {
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 12px;
}
#main{
position:relative;
width:1000px;
}
#table_grid
{
display:inline-table;
table-layout:fixed;
border-collapse:collapse;
background-color: #ccc;
background-image: url(grid.png);
width : 500px;
height : 100px;
}
.td
{
	width :  10px;
	height : 10px;
}

.td_selected
{
width :  10px;
height : 10px;
background-color: #8ABC00;
}

input[type=hidden] {
 display : none;
}

select {
	margin-top: 4px;
	border: 1px solid Blue;
    BACKGROUND-COLOR: #f5f5f5;
}

label {
	display: block;
	padding-right: 20px;
	margin-bottom : 10px; 
	float: left;
	width: 170px;
}

.feld{
	display: block;
	width :  200px;
}

input {
	display: block;
	font-family:"Trebuchet MS";
	padding: 2px;
	width: 300px;
	margin : 0;
	height : 15px;
    line-height: 13px;
	font-size: 13px;
	border: 1px solid Blue;
    background-color: #f5f5f5;
    margin : 5px 0;
}
