*{
	/* A universal page reset */
	margin:0;
	padding:0;
}

img {border: 0px; }

body {
	/* Setting default text color, background and a font stack */
	font-size:14px;
	color:#FFF;
	background-color:#fce0fa;
	font-family:Arial, Helvetica, sans-serif;
}

#page-wrap { width: 800px; margin: 15px auto; padding: 0px; background-image:url(images/bg.png); -moz-box-shadow: 0 0 15px black; -webkit-box-shadow: 0 0 15px black; }

h1{
	color:#F39;
	font-family: 'Tangerine', cursive;
	font-size:70px;
	font-weight:normal;
	margin: 10px 0 0 0 auto;
	text-shadow:#000 1px 1px 2px rgba(72,72,72,0.4);
}

h2{
	color:#FFF;
	font-family: 'Tangerine', cursive;
	font-size:40px;
	font-weight:normal;
	margin: 5px 0 0 0 auto;
	padding-top: 10px;
	padding-left: 20px;
	text-shadow:#000 1px 1px 2px rgba(72,72,72,0.4);
}

h3{
	color:#FFF;
	font-family: 'Tangerine', cursive;
	font-size:45px;
	font-weight:normal;
	margin: 5px auto;
	text-shadow: 0 1px 1px rgba(72,72,72,0.4);
}

h4{
	color:#FFF;
	font-family: 'Tangerine', cursive;
	font-size:40px;
	font-weight:normal;
	margin: 5px auto;
	text-shadow: 0 1px 1px rgba(72,72,72,0.4);
}

a, a:visited {
	color:#F06;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}
#head { width: 800px; height:60px; margin: auto; padding: 0; }
#logo-head { width: 390px; float: left; margin: auto; padding: 10px 0 0 2px; }
#adress { width: 390px; color:#666; float: right; margin: auto; padding: 65px 0 0 0; }

#header { width: 800px; margin: auto; padding: 0px; border-bottom: 4px solid white; }
#logo { width: 350px; float: left; padding: 0; }
#navi { width: 440px; float: right; padding: 60px 0 0 0; text-align:right;  }


/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

/* Example One */
#example-one { 
	margin: 2px auto; 
	list-style: none; 
	position: relative; 
	width: 440px; 
}
#example-one li { 
	display: inline-block;	
}
#example-one a { 
	color: #ededed; 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px; 
	float: left;
	padding: 5px 10px 2px 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:#000 1px 1px 1px;
	text-decoration:none;
}
#example-one a:hover { 
	color: white; 
	text-shadow:#000 1px 1px 3px;
}
#magic-line { 
	position: absolute;
	bottom: -6px; 
	left: 0; 
	width: 90px; 
	height: 4px; 
	background: #F39;
}
.current_page_item a { 
	color: white !important; 
}
.ie6 #example-one li, .ie7 #example-one li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}



#slider {
  width:800px;
  height:300px;
  margin:auto;
  position:relative;
  z-index:1;
  border-bottom:#F09 4px solid;
}

#gallery {
    width: 800px;
    height: 300px;
	margin: 0 auto;
	list-style: none;
}

#gallery li {
    position: absolute;
    float: left;
    background: transparent;
}

#main { width: 770px; margin: auto; padding: 20px 15px 15px 15px;}
#text { width: 445px; margin: auto; padding: 0 10px 0 0; float: left; border-right: 1px #d5d5d5 solid;}
#social { width:300px; margin: auto; padding: 0 0 0 10px; float: right; }

#footer { width: 800px; margin: 20px,0,0,0 auto; padding: 20px 0 20px 0; text-align:center; }

.clear { 
  clear: both;
}

/* Formatierung Preisliste ******************************/

#preisliste table {

   margin:0px;
   width: 445px;
   border-collapse: separate;
   border-spacing: 2px;
   empty-cells: hide;
}

#preisliste th {
   font-size: 1em;
   text-align: left;
   vertical-align: bottom;
   speak-header: always;
   background: #D2C7C5;
   padding: 3px;
}

#preisliste th.spalte-preis {
   width: 8.9em;
   text-align: right;
}

#preisliste td {
   padding: 3px;
}

#preisliste td.preis {
   text-align: right;
}

#preisliste tr.zeile-alt {
   background: #E4DDDC;
}

#preisliste caption {
   position: absolute;
   margin-left: -999px;
   display: none;
}