/* general */

body {
	font-family: Arial, Helvetica, sans serrif;
	font-size: 14pt;
}

body * {
	font: Arial,Helvetica,sans serrif;
	color: #333;
}

a {
	text-decoration: none;
}

a:hover {
	color: #FFF;
}

h2 {
	color: #FFF;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

ul {
	list-style: none;
	margin: 14px;
	padding: 0px;
}

div.main {
	margin: auto;
	margin-top: 1.5em;
	width: 882px;
	height: 650px;
	clear: both;
	position: relative;
}

/* header */

h1.head {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	height: 130px
}

h1.head a {
	display: block;
	height: 100%
}

img#dani {
	margin-right: 3px;
}

/* navigation */

div.nav {
	background: url("HG_unten_links.jpg") no-repeat;
	height: 505px;
	width: 195px;
	float: left;
}

ul#nav_oben {
	margin-top: 40px;
}

ul#nav_unten {
	bottom: 20px;
	position: absolute;
}

/* content */

h3 {
	color: #FFF;
	font-size: 1.25em;
	margin: 14px;
}

h3.dot {
	color: #333;
}

div.nav_produkte h3 {
	margin: 0px;
	display: inline;
}

p {
	margin: 14px;
}

div.content {
	background: url("HG_unten_rechts.jpg");
	height: 475px;
	width: 657px;
	float: left;
	padding: 15px;
}

div.nav_produkte {
	margin: 14px;
	margin-bottom: 20px;
}

div#bilder {
	width: 657px;
	height:390px ;
	overflow: auto;
}

div.bild {
	width: 140px;
	height: 98px;
	background: #333;
	float: left;
	margin: 10px;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}