@charset "utf-8";
/* CSS Document */
* {
	outline: none;
}
a img {
	border: none;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #989898 url(img/generell/bg_html.jpg) repeat-x 50% top;
	}
body {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: -10px;
}
#wrap {
	position: relative;
	background: #fff url(img/generell/border-top.jpg) repeat-x;
	padding: 5px 0 0 0;
	height: 463px;
/*	margin-top: 10%;*/
}

#wrap2 {
	position: relative;
	background: #fff url(img/generell/border-top.jpg) repeat-x;
	padding: 5px 0 0 0;
	height: 650px;
/*	margin-top: 10%;*/
}

#wrap3 {
	position: relative;
	background: #fff url(img/generell/border-top.jpg) repeat-x;
	padding: 5px 0 0 0;
	height: 1200px;
/*	margin-top: 10%;*/
}

#head {
	background: url(img/generell/head-verlauf.gif) repeat-x;
	margin: 2% auto -3px auto;
	width: 631px;
}
#footer {
	text-align: right;
	color: #fff;
	background: #fff url(img/generell/border-bottom.jpg) repeat-x;
	height: 23px;
}
#schmuckleft {
	position: absolute;
	left: 0;
	background: #e40001;
	height: 20px;
	width: 50%;
}
#schmuckright {
	position: absolute;
	right: 0;
	width: 50%;
	background: #fff603;
	height: 20px;
}
#content {
	position: relative;
	width: 625px;
	margin: 0 auto;
	height: 462px;
	background: url(img/generell/verlauf_content.jpg) no-repeat;
}
#img {
	position: absolute;
	left: 625px;
	top: 20px;
	}
#nav1st {
	position: absolute;
	left: 0;
	top: 60px;
	width: 80px;
}
#copy {
	position: absolute;
	left: 120px;
	top: 63px;
	width: 480px;
}
#copyright {
	width: 625px;
	margin: 0 auto;
	padding: 3px 0 0 0;
}

#copyright a {
	color: #fff;
/*	float: right;
	display: block;
	width: 207px;
	text-indent: -5000px;
	background: url(img/generell/copyright.gif) no-repeat;
	background-position: right;*/

}
#nav1st ul, #nav1st ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav1st ul li a {
	display: block;
	width: 80px;
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
	padding: 10px 0 0 0;
	font-size: 12px;
}
#nav1st ul li a.active, #nav1st ul li a:hover {
	border-bottom: 2px solid #e40001;
}
a.home {
	background: url(img/generell/nav/home.gif) no-repeat 1px 11px;
	text-indent: -5000px;
}
a.kontakt {
	background: url(img/generell/nav/Kontakt.gif) no-repeat 1px 11px;
	text-indent: -5000px;
}
a.ueberuns {
	background: url(img/generell/nav/ueberuns.gif) no-repeat 1px 11px;
	text-indent: -5000px;
}
a.galerie {
	background: url(img/generell/nav/galerie.gif) no-repeat 0 13px;
	text-indent: -5000px;
}
a.referenzen {
	background: url(img/generell/nav/referenzen.gif) no-repeat 1px 11px;
	text-indent: -5000px;
}
a.national {
	background: url(img/generell/nav/national.jpg) no-repeat 1px 11px;
	text-indent: -5000px;
}
a.international {
	background: url(img/generell/nav/international.jpg) no-repeat 1px 11px;
	text-indent: -5000px;
}
ul.hide {
	display: none;
}
ul.nav2nd {
	position: relative;
	top: 60px;
}