@charset "utf-8";
/* CSS Document */


#header-left {
	
	width: 70%;
	height: 50px;
	position: relative;
	float: left;
	
	}
	
#header-right {
	
	width: 25%;
	height: 50px;
	position: relative;
	padding-top: 15px;	
	float: right;
	text-align: right;
	
	}

	
	
#content-header {
	
	width: 100%;
	height: 25px;
	position: relative;
	margin:auto;
	margin-bottom: 15px;
	
	border-bottom: 1px solid silver;
	
	}
	
	
#daten {
	
	width: 100%;
	height: auto;
	min-height: 300px;
	position: relative;
	margin: auto;
	margin-top: 25px;
	
	}
	
table {
	
	width: 100%;
	
	}
	
.td {
	
	border: 1px solid silver;
	
	}
	
.tr-header {
	
	height: 30px;
	font-weight: bold;
	
	}
	
	
#clear {
	
	clear: both;
	}