
/* MAIN */
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family:helvetica, arial, sans-serif;
	background: url(../images/eiche_hell.jpg) top center;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

#wrapper {
	width: 900px;
	height: 0px;
	margin: auto;
}

a, img {
	border: none;
}

.clear {
	clear: both;
}

/* HEADER */
#header {
	width: 900px;
	height: 120px;
	margin: 20px auto 30px auto;
}


/* CLAIM */ 
#claim {
	width: 900px;
	height: 150px;
	margin: auto;
}


/* CONTENT */ 
#content {
	width: 900px;
	height: 640px;
	margin: 80px auto 0 auto;
	background: url(../images/mass.png) no-repeat 300px 0;
}

#text{
	width: 900px;
	margin: 50px auto;
	line-height: 1.5em;
}
.left {
	width: 480px;
	margin-left:10px;
}
.right {
	width: 440px;
	float: right;  
}

#badge {
	position: relative;
	left: 515px;
	top: -625px;
	width: 182px;
	height: 174px;
	background: url(../images/mass-augustiner-hell_badge.png) no-repeat 0 0;
}

#partner {
	position: relative;
	width: 77px;
	top: -350px;
	left: 745px;
}

.karte {
 	margin: 0 80px;
	width:80px;
}

.karte p {
	margin-top: 7px;;
}

#social {
	margin: 160px 0 0 10px;
}
#share {
	float: left;
	margin: 3px 10px 0 0;
}
#fb_like {
	width:600px;
}
#fb_page {
	float: right;
	font-size: 12px;
	margin-top: -18px;
	height: 16px;
}
#fb_page a {
	color: #3B5998;
	background: url(../images/facebook.gif) no-repeat;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
}


/* FOOTER */
#footer {
	width: 900px;
	margin: auto;
	border-top: 5px solid #000;
	border-bottom: 10px solid #000;
}
#footer-claim {
	width: 900px;
	height: 38px;
	margin: 20px 0 0 0;
}
#footer-info {
	width: 900px;
	margin: 2px auto 20px auto;
	text-align: center;
}
#footer-address {
	border-top: 5px solid #000;
	display: block;
	margin: 10px 0 20px 0;
	font-size:90%;
	padding-top:20px;
	text-align:center;
}
#footer-address span {
	margin: 0 14px;
}