/* CSS Document */
html { 
	height:100%; 
	margin:0; 
	padding:0; 
}

body {
	background-color: #404040; 
	height:100%; 
	margin:0; 
	padding:0;
	background-image: url(img/holzkachel_om.jpg);
	background-repeat: repeat-x;
}
#balkoben{
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 50px;
	width: 100%;
	height: 60px;
	margin-left: 0px;
	margin-top: 0px;
	z-index : 1;
	background-color: #7D3B40;
	overflow: visible;
}
#inhalte{
	position: absolute;
	visibility: visible;
	left: 50%;
	top: 50px;
	width: 744px;
	margin-left: -372px;
	margin-top: 0px;
	z-index : 2;
	background-color: #404040;
	overflow: hidden;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.hinweis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
a {
 color: #f55821;
}

