﻿#seite {
	margin: 25px 20% 25px 20%;
	background-image: url('../images/hintergrund.jpg');
	background-repeat: repeat;
}
#allgemein {
	padding: 15px;
	float: left;
	clear: right;
	border: 2px groove #C0C0C0;
	width: 100%;
}
#navilinks {
	float: left;
}
#banner {
	float: left;
	clear: right;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	width:100%;
}
#navilinks ul {
	list-style-type: none;
	display: block;
	margin: 75px 10px 25px 0px;
	padding: 0px;
	line-height: 35px;
}
#inhalt {
	margin-left: 150px;
	margin-top: 25px;
	margin-bottom: 50px;
}
#fusszeile {
	padding: 15px;
	float: left;
	clear: both;
	border: 2px groove #C0C0C0;
}
#adresse {
	float: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	width: 50%;
	text-align: left;
}
#oeffnungszeiten {
	float: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	width: 50%;
	text-align: right;
}
#navilinks ul li a:hover {
	color: #808080;
}
#verweis {
	color: #333333;
	text-decoration: none;
}
#seitentitel {
	font-size: large;
	font-style: italic;
	text-align: center;
	float:left;
}
#seitentext {
	font-size: medium;
	font-style: italic;
	text-align: center;
	line-height: 25px;
	float: left;
	clear:both;
	}
#grafik {
	width: 500px;
	height: 250px;
}

