html {
overflow-y: scroll;
}

body {
text-align: left; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color: #333333;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
background: #d6d6d6;
margin: 0;
padding: 0;
}

/* DIV-Boxen */

div#outerwrapper {
	background: url(/images/hintergrund.jpg) repeat-y;
	width: 994px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#wrapper {
	width: 950px;
	padding-right: 22px;
	padding-left: 22px;
	overflow: hidden;
}

div#header {
	color: #cccccc;
	width: 950px;
	height: 145px;
	padding: 0;
	margin: 0;
	background: #000000;
	/*position: fixed;*/
}

div#headerlogo {
	float: left;
	width: 250px;
	height: 125px;
}

div#oeffnungszeiten {
	float: left;
	color: #cccccc;
	width: 235px;
	height: 95px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 40px;
	line-height: 13px;
	font-size: 10px;
}

div#headerbild {
	float: right;
	overflow: visible;
	width: 425px;
	height: 125px;
}

div#mainnavigation {
	clear: both;
	margin-left: 200px;
	height: 20px;
	width: 750px;
}

div#left {
	float: left;
	width: 200px;
	margin-bottom: 200px;
}

div#right {
	float: right;
	width: 750px;
	margin-bottom: 15px;
}

div#subnavigation {
	width: 200px;
	margin-top: 15px;
}

div#content {
	width: 720px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.galerieBild {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 100px;
	heigth: 125px;
}

div#seitenabschluss {
	position: absolute;
	height: 182px;
	bottom: 0px;
	width: 200px;
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 0px;
	font-size: 0;
}

div#adresse {
	float: left;
	font-size: 11px;
	width: 185px;
	color: #cccccc;
	line-height: 13px;
	padding-left: 15px;
	padding-top: 40px;
}

div#abschlussbild {
	float: left;
	width: 750px;
}

A
{
	color : #3366CC;
	text-decoration : none;
}

A:HOVER
{
	color : #3366CC;
	text-decoration: underline overline;
}

P
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 15px;
	color : #333333;
	margin-bottom: 15px;
}

H1
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	color : #333333;
	margin-bottom: 15px;
}

H2
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #333333;
	margin-bottom: 15px;
}

.menu1
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #cccccc;
}

.menu1:HOVER
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #cccccc;
}

.menu1active
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #333333;
}

.menu1active:HOVER
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #333333;
}

.menu2
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #cccccc;
	line-height : 19px;
}

.menu2:HOVER
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #cccccc;
	line-height : 19px;
}

.menu2active
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	line-height : 19px;
}

.menu2active:HOVER
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	line-height : 19px;
}

.menu3
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #cccccc;
	line-height : 17px;
}

.menu3:HOVER
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #cccccc;
	line-height : 17px;
}

.menu3active
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #333333;
	line-height : 17px;
}

.menu3active:HOVER
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #333333;
	line-height : 17px;
}

ul
{
	margin-left: 16px;
	padding-left: 0px;
	list-style-position: outside;
	margin-bottom: 0px;
	margin-top: 0px;
}

input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
}

.basket_anzahl
{
	color: #000000;
	width: 30px;
	border: solid 1px #000000;
	height: 16px;
	text-align: right;
	vertical-align: middle;
}

