body {
	background-color: #EEECE9;
	font-family: Arial, Helvetica, sans serrif;
	font-size: 8pt;
	color: #1A1718;
}

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

h1 {
	margin: 10px;
}

h1 img {
	height: 50px;
}

h2, h3, ul.subnav li a {
	color: #454648;
	font-size: 10pt;
	margin: 5px 0px;
	font-weight: bold;
}

h3, ul.subnav {
	padding-bottom: 15px;
}

ul.first {
	padding-bottom: 0px !important;
}

img {
	border: none;
}

p {
	margin: 10px 0px;
	padding: 0px;
}

ul.subnav li {
	font-size: 10pt;
	font-weight: bold;
	color: #454648;
}

ul.subnav li.inactiv {
	color: #818286;
}

ul.subnav li.inactiv a {
	color: #818286;
}

ul.subnav li.inactiv a:hover {
	color: #454648;
}

a {
	color: #1A1718;
	text-decoration: none;
}

a:hover {
	color: #818286;
}

a.textlink {
	color: #005791;
}

a.textlink:hover {
	font-weight: bold;
}

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

li {
	display: inline;
	margin-right: 8px;	
}

ul.mainnav {
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 10;
	font-size: 9pt;
}

ul.mainnav li.dark a {
	color: #EEECE9;
}

ul.mainnav li.dark a:hover {
	color: #818286;
}

ul.footernav {
	text-align: center;
}

ul.normal {
	list-style: disc;
	margin: 1em;
}

ul.normal li {
	display: list-item;
}

div.footer {
	position: absolute;
	bottom: 5px;
	width: 100%;
}

div.main {
	width: 940px;
	height: 600px;
	margin: auto;
	margin-top: 20px;
	background: white;
	border: 1px solid #000;
	position: relative;
}

div.content {
	margin-left: 40px;
	padding-top: 245px;
	width: 470px;
}

div.impressum {
	padding-top: 160px !important;
}

span.prodname {
	display: block;
	float: left;
	width: 80px;
}

div.img {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 400px;
	background: #EEECE9;
}

img.location {
	height: 100px;
	width: 160px;
	margin-right: 15px;
}

img.impr {
	height: 55px;
	width: 80px;
	border: 1px solid #1A1718;
	margin: 5px 10px 5px 0px;
}

/* --- contact form --- */
form {
	margin: 15px 0 0 0;
}

label, input, textarea { /* Alle Labels UND Formularelemente auswhlen */
  display: block;
  float: left;
  width: 300px; /* Breite.*/
  margin-bottom: 5px;
}

label {
	width: 100px;
}

form br { /* Alle Zeilenumbrche in Formularen auswhlen */
  clear: both; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: left;
  width: auto;
}

/* --- layout index --- */

div.start {
	background: #EEECE9 url("schere.jpg") no-repeat top left;
}

div.start h1 {
	height: 80px;
	text-align: right;
	margin: 260px 50px 0px 0px;
}

div.start h1 img {
	height: 90px;
}

div.start ul.mainnav {
	position: static;
	text-align: center;
	margin-right: 60px;
}

div.start ul.footernav {
	text-align: left;
	margin-left: 8px;
}

/* 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;
}
