html,body{
	margin: 0px;
	background-color: #DCDCDC;
}

img{
	border: none;
}

hr{
	border: 0px;
	border-top: solid #696969 1px;
	border-bottom: solid transparent 1px;
}

table.main{
	width: 1024px;
	height: 100%;
	background-color: White;
}

div.main_start{
    position: absolute;
    width: 1024px;
	height: 100%;
    left: -512px;
    margin-left: 50%;
	background-color: #c3c7c8;
}

.adresse{
    position: absolute;
    left: 50px;
    top: 488px;
    height: 135px;
    padding-left: 5px;
    border: solid white;
    border-width: 0px 0px 1px 1px;
    font-size: 13px;
}

td,div{
	font-family: Arial, Helvetica, sans-serif;
}

td.titel_bg{
	background-image: url(pics/titel_bg.gif);
	background-repeat: repeat-x;
}

td.inhalt{
	padding: 10px;
	background-color: #c3c7c8;
}

td.weiss{
	background: White;
	width: 200px;
}

td.dunkler{
	background: Gray;
	color: White;
	width: 120px;
	text-align: right;
	padding: 3px;
}
