* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

img {
border-style:none; /*prevent firefox from showing annyoing img borders*/
}

body { 
	background-color: #ec691f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.77em;
	color: #000000;	
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}


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


#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#content {
  width: 1024px;
  height: 354px;
  margin-left: -672px;
  margin-top: -177px;
  position: absolute;
  left: 50%;
  background-image: url(../images/start_bg.png);
}

#neuigkeiten {
	position: absolute;
	left: 350px;
}

a.neuigkeiten {
	display:block;
	margin-top: -54px;
	background-image: url(../images/neuigkeiten.png);
	width:609px;
	height:180px;
	text-decoration:none;
}

#webshop {
	position: absolute;
	left: 489px;
}

a.webshop {
	display:block;
	margin-top: -54px;
	background-image: url(../images/webshop.png);
	width:444px;
	height:180px;
	text-decoration:none;
}

#kontakt {
	position: absolute;
	left: 489px;
	bottom: -8px;
}


a.kontakt {
	display:block;
	margin-top: -180px;
	background-image: url(../images/kontakt.png);
	width:444px;
	height:180px;
	text-decoration:none;
}

#individuell {
	position: absolute;
	left: 350px;
	bottom: -8px;
}

a.individuell {
	display:block;
	margin-top: -54px;
	background-image: url(../images/individuell.png);
	width:609px;
	height:180px;
	text-decoration:none;
}

#mein_genuss {
	position: absolute;
	left: 124px;
	top: 117px;
}

a.mein_genuss {
	display:block;
	background-image: url(../images/mein_genuss.png);
	width:535px;
	height:126px;
	text-decoration:none;
}

a.neuigkeiten:hover,a.webshop:hover,a.kontakt:hover,a.individuell:hover,a.mein_genuss:hover {
	background-position:right;
}

.left_align {
	position: absolute;
	top: 100px;
	left: 200px;
	text-align: left;
}
