div#wrapper {
	margin:0 auto;
	padding:230px 0 50px 166px;
	position:relative;
	width:794px;
	z-index:1;
}


div#wrapper.generell {
	background:url(../images/eyecatcher/generell.png) no-repeat;
}

div#wrapper.schmuck {
	background:url(../images/eyecatcher/schmuck.png) no-repeat;
}

div#wrapper.trauringe {
	background:url(../images/eyecatcher/trauringe.png) no-repeat;
}

div#wrapper.uhren {
	background:url(../images/eyecatcher/uhren.png) no-repeat;
}

div#wrapper.besteck {
	background:url(../images/eyecatcher/besteck.png) no-repeat;
}

div#wrapper.service {
	background:url(../images/eyecatcher/service.png) no-repeat;
}

div#wrapper.gestaltung {
	background:url(../images/eyecatcher/gestaltung.png) no-repeat;
}

div#wrapper.ueberuns {
	background:url(../images/eyecatcher/ueberuns.png) no-repeat;
}

div#wrapper.impressum {
	background:url(../images/eyecatcher/impressum.png) no-repeat;
}

div#wrapper.kontakt {
	background:url(../images/eyecatcher/kontakt.png) no-repeat;
}

div#wrapper.anfahrt {
	background:url(../images/eyecatcher/anfahrt.png) no-repeat;
}



/* ---------- Navigation ----------- */
ul#navi {
	height:75px;
	list-style:none;
	margin:0 0 33px 67px;
}

ul#navi li {
	float:left;
	margin-bottom:2px;
}

ul#navi a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

ul#navi li, ul#navi a {
	height:37px;
}

ul#navi a:hover, ul#navi li.current a {
	background:none;
}



/* ##### Buttons ##### */
li#home {
	background:url(../images/navi/home.jpg) 0 -37px no-repeat;
}
li#home a {
	background:url(../images/navi/home.jpg) no-repeat;
	width:84px;
}

li#kontakt {
	background:url(../images/navi/kontakt.jpg) 0 -37px no-repeat;
}
li#kontakt a {
	background:url(../images/navi/kontakt.jpg) no-repeat;
	width:90px;
}

li#impressum {
	background:url(../images/navi/impressum.jpg) 0 -37px no-repeat;
}
li#impressum a {
	background:url(../images/navi/impressum.jpg) no-repeat;
	width:103px;
}

li#anfahrt {
	background:url(../images/navi/anfahrt.jpg) 0 -37px no-repeat;
	margin-right:300px;
}
li#anfahrt a {
	background:url(../images/navi/anfahrt.jpg) no-repeat;
	width:91px;
}

li#ueberuns {
	background:url(../images/navi/ueberuns.jpg) 0 -37px no-repeat;
}
li#ueberuns a {
	background:url(../images/navi/ueberuns.jpg) no-repeat;
	width:84px;
}

li#schmuck {
	background:url(../images/navi/schmuck.jpg) 0 -37px no-repeat;
}
li#schmuck a {
	background:url(../images/navi/schmuck.jpg) no-repeat;
	width:90px;
}

li#trauringe {
	background:url(../images/navi/trauringe.jpg) 0 -37px no-repeat;
}
li#trauringe a {
	background:url(../images/navi/trauringe.jpg) no-repeat;
	width:103px;
}

li#uhren {
	background:url(../images/navi/uhren.jpg) 0 -37px no-repeat;
}
li#uhren a {
	background:url(../images/navi/uhren.jpg) no-repeat;
	width:73px;
}

li#besteck {
	background:url(../images/navi/besteck.jpg) 0 -37px no-repeat;
}
li#besteck a {
	background:url(../images/navi/besteck.jpg) no-repeat;
	width:84px;
}

li#gestaltung {
	background:url(../images/navi/gestaltung.jpg) 0 -37px no-repeat;
}
li#gestaltung a {
	background:url(../images/navi/gestaltung.jpg) no-repeat;
	width:107px;
}

li#service {
	background:url(../images/navi/service.jpg) 0 -37px no-repeat;
}
li#service a {
	background:url(../images/navi/service.jpg) no-repeat;
	width:93px;
}






div#goldlinie {
	background:url(../images/goldlinie.gif) repeat-x;
	height:1px;
	left:0;
	position:absolute;
	top:267px;
	width:100%;
	z-index:0;
}



/* ---------- Inhaltsbereich ----------- */
div#content {
	background:url(../images/footer.jpg) bottom center no-repeat;
	padding:0 76px 40px 76px;
}

div#spalte-links {
	float:left;
	margin:0 20px 0 0;
	width:336px;
}

div#spalte-rechts {
	float:left;
	width:241px;
}

div#spalte-unten {
	clear:both;
	padding:20px 0 0 0;
}


div#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}


div#content ul {
	list-style:none;
	margin:0 0 1.5em 0;
}

div#content ul li {
	background:url(../images/bullet.jpg) 0 0.3em no-repeat;
	color:#EDD3A0;
	margin:0 0 0.3em 0;
	padding:0 0 0 20px;
}




/* ---------- Überschriften ----------- */
h2#titel-home {
	background:url(../images/titel/home.gif) no-repeat;
}

h2#titel-kontakt {
	background:url(../images/titel/kontakt.gif) no-repeat;
}

h2#titel-impressum {
	background:url(../images/titel/impressum.gif) no-repeat;
}

h2#titel-anfahrt {
	background:url(../images/titel/anfahrt.gif) no-repeat;
}

h2#titel-ueberuns {
	background:url(../images/titel/ueberuns.gif) no-repeat;
}

h2#titel-schmuck {
	background:url(../images/titel/schmuck.gif) no-repeat;
}

h2#titel-trauringe {
	background:url(../images/titel/trauringe.gif) no-repeat;
}

h2#titel-uhren {
	background:url(../images/titel/uhren.gif) no-repeat;
}

h2#titel-besteck {
	background:url(../images/titel/besteck.gif) no-repeat;
}

h2#titel-gestaltung {
	background:url(../images/titel/gestaltung.gif) no-repeat;
}

h2#titel-service {
	background:url(../images/titel/service.gif) no-repeat;
}




/* ---------- Formatierungen ----------- */
p.links img {
	margin:0 10px 10px 0;
}

img.rahmen {
	border:1px solid #BF8F45;
	padding:5px;
}
