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

/********/
/* TAGS */
/********/
* {
	font-family: Verdana, Geneva, sans-serif;
	color: #7c4d26;
	font-size: 13px;
}

html {
	height: 100%;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	margin: 0;
	padding: 0;
	position: relative;
}

strong {
	font-size:20px;
}

/*************/
/* STRUCTURE */
/*************/
#hoehe {
	position: relative;
	display: block;
	height: 100%;
	min-height: 620px;
}

#gewinne {
	position: absolute;
	top: 40px;
	left: 590px;
	z-index: 99;
}

#header {
	position: relative;
	padding: 40px 0 31px 44px;
	z-index: 20;
}

#container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 130px;
	overflow: visible;
	z-index: 1;
}

#null {
	position: absolute;
	bottom: 110px;
	left: 765px;
}

#facebook {
	position: absolute;
	bottom: 140px;
	left: 624px;
}
#facebook a {
	display: block;
	padding-left: 26px;
	background: url(../img/facebook.gif) left top no-repeat;
	font-size: 10px;
	color: #7c4d26;
	z-index: 103;
}

#content {
	position: relative;
	background-image: url(../img/linie-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 5px;
}

#footer {
	width: 100%;
	height: 96px;
	padding: 37px 0 0 0;
	margin: 0 0 0 0;
	background-image: url(../img/footer-bg.gif);
}
a.impressum {
	position: absolute;
	bottom: 140px;
	left: 860px;
	z-index: 102;
	text-transform: uppercase;
	font-size: 10px;
	color: #7c4d26;
}
#footer a.active, a.impressum:hover {
	font-style: italic;
}
#logoPlate {
	background-color: #ffffff;
	width: 216px;
	height: 55px;
	text-align: center;
	padding-top: 3px;
	margin-left: 24px;
}
#footer img {
	margin-right: 7px;
}

/**************/
/* NAVIGATION */
/**************/
#navigation {
	position: relative;
	margin: 0 0 0 43px;
	padding: 0;
	list-style-type: none;
	height: 20px;
	z-index: 10;
}
#navigation li {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#navigation li#gewinnspiel {
	left: 90px;
}
#navigation li#facts {
	left: 224px;
}
#navigation li a {
	font-size: 14px;
}
#navigation li a.active, #navigation li a:hover {
	font-style: italic;
	font-weight: bold;
}

/***********/
/* CONTENT */
/***********/
#box {
	position: absolute;
	left: 44px;
	bottom: 0;
	background-repeat: no-repeat;
	padding: 14px 0 0 13px;
}

#lupe {
	position: absolute;
	top: 30px;
	right: -46px;
}