/* CSS Document */

html, body{
	background-color: #FFFFFF;
	font-size: 12px;
	color: black;
	font-family: trebuchet ms,arial,helvetica,sans-serif;
	margin: 0px;
}
.top {
	width: 700px;
	height: 100px;
	background-color: rgb(255,243,236);
	top: 0px;
	left: 0px;
	position: relative;
}
.inhalt {
	position: relative;
	left: 0px;
	width: 700px;
	top:20px;
	border-bottom: 1px solid rgb(255,136,57);
}
.inhaltcont {
	padding-left: 10px;	
}
.adress {
	height: 15px;
	font-size: 10px;
	position: relative;
	top: 20px;
	left: 400px;
}
table {
	font-size: 12px;
}

