@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #d4c7cc;
	background-color: #0e0306;
}
hr, h2 {
	display: none;
}
a {
	outline: none;	
}
a:link {
	color: #d4c7cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d4c7cc;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #d4c7cc;
}
img {
	border-style: none;
}
#outercontainer {
	height: 100%;
	width: 100%;
	background-color: #0e0306;
	color: #d4c7cc;
	position:relative;
	text-align: center;
}
#innercontainer {
	background-color: #0e0306;
	color: #d4c7cc;
	position:absolute;
	top:50%;
	left: 50%;
	width: 993px;
	margin-left: -496px;
	height: 515px;
	margin-top: -257px;
	text-align: left;
}
#outercontainer2 {
	height: 100%;
	width: 100%;
	background-color: #0e0306;
	color: #d4c7cc;
	position:relative;
	text-align: center;
}
#innercontainer2 {
	background-color: #0e0306;
	color: #d4c7cc;
	position:absolute;
	top:50%;
	left: 50%;
	width: 993px;
	margin-left: -496px;
	height: 389px;
	margin-top: -194px;
	text-align: left;
}
#navigation {
	height: 495px;
	width: 251px;
	float: left;
	background-image: url(../images/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 15px;
	padding-top: 290px;
	padding-right: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: 0.8em;
}
#navigation ul li {
	padding: 0;
	margin: 0;
	line-height: 15px;
}
#content {
	height: 495px;
	width: 742px;
	float: left;
	vertical-align: bottom;
	color: #414143;
	background-color: #0e0306;
	background-image: url(../images/home_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#content a:link {
	color: #414143;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #414143;
}
#content a:hover {
	text-decoration: none;
	color: #666;
}
#content a:active {
	text-decoration: none;
	color: #414143;
}
#footer {
	width: 978px;
	height: 30px;
	clear: both;
	background-color: #0e0306;
	color: #cccccc;
	text-align: right;
	font-size: 0.9em;
	margin-right: 15px;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}
/* Classes */
.logo {
	margin-left: 135px;
}
.hometext {
	margin-top: 200px;
	margin-left: 50px;
	font-size: 1.1em;
}
.hometext h3 {
	background-image: url(../images/home_heading.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 305px;
	height: 105px;
	text-indent: -2000px;
}
.trendsbox1 {
	float: left;
	width: 200px;
	padding: 20px;
}
.trendsbox2 {
	float: left;
	width: 458px;
	overflow: auto;
	height: 495px;
	text-align: center;
}
.preise {
	margin-left: 80px;
}
.preise p {
	margin-top: 5px;
	margin-bottom: 10px;
}
.preise h3 {
	margin-top: 17px;
	margin-bottom: 10px;
}
.oeffnungszeiten {
	margin-left: 80px;
	margin-top: 200px;
}
.events {
	margin-left: 67px;
	width: 604px;
	height: 495px;
	overflow: auto;
}
.impressum {
	margin-left: 80px;
	margin-top: 200px;
}
.lage {
	margin-left: 80px;
	margin-top: 70px;
}
.produkte {
	width: 200px;
	margin-left: 40px;
	margin-top: 10px;
}
.arrow {
	padding-right: 15px;
	padding-top:10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	background-image: url(../images/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
.rightalign {
	text-align: right;	
}
.hiddenhead {
	display: none;	
}
.block {
	display: block;	
}

