/*Reset*/
tml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size: 100.01%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a{
text-decoration:none;
color:#fff;
}

/*Start*/
html {
	min-height:100%;
	height:100%;
}
body {
	background:url('../images/backall.png') repeat-x;
	min-height:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.01%;
	color:#444;
}

p {
	line-height:120%;
	margin:5px 0 0 0;
}

#headerback {
	background:#fff;
	height:140px;
	width:30%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#page_margins {
	min-height:100%;
	height:100%;
	width:970px;
	margin:0 auto;
	padding:0;
	background:url('../images/content.png') left top repeat-y;
	font-size:0.95em;
}

#header {
	position:relative;
	height:140px;
	background:url('../images/header.png') no-repeat;
	z-index:2;
}

#logo {
	position:absolute;
	left:0;
	top:0;
	z-index:10 !important;
	height:140px;
	width:320px;
	background:url('../images/logo_locker.png') no-repeat;
}

.homelink {
	position:relative;
	top:95px;
	padding-left:0px;
}

.linkhome, .linkhome:visited {
	color:#636b70;
}

.linkhome:hover {
	color:#636b70;
}

#logohomelink {
	position:absolute;
	top:0;
	left:0;
	height:140px;
	width:320px;
	background:transparent;
	z-index:11;
}
#mainnavigation {
	position:absolute;
	top:85px;
	left:340px;
	width:630px;
}

#subnavigation {
	position:absolute;
	top:120px;
	left:340px;
	width:630px;
}

.hauptnavigationli {
	float:left;
	margin-right:15px;
}

.subnavigationli {
	float:left;
	margin-right:20px;
}

.kontakt, .haendlershop {
	margin-left:19px;
}

.haendlershop {
	margin-right:0 !important;
}

.hauptnavigationli .link, .hauptnavigationli .current:hover, .hauptnavigationli .section:hover {
	color:#fff;
}

.hauptnavigationli .link:hover, .hauptnavigationli .current, .hauptnavigationli .section {
	color:#636b70;
}

.subnavigationli .link, .subnavigationli .current:hover, .subnavigationli .section:hover {
	color:#fff;
}

.subnavigationli .link:hover, .subnavigationli .current, .subnavigationli .section {
	color:#636b70;
}

#page {
	margin:0 !important;
	padding:0 !important;
	background:url('../images/content.png') -1px top repeat-y;
	border:1px solid transparent;
}

* html #page {
	border:none;
	margin-left:1px !important;
}

div.clear {
	margin:0;
	padding:0;
	clear:both;
	height:10px;
	background:url('../images/content.png') repeat-y;
}

div.clearfloat {
	margin:0;
	padding:0;
	clear:both;
}

/*Hauptteil*/
#main {
	margin-left:320px !important;
	width: 650px;
	font-size:0.95em;
}

* html #main {
	margin-left:322px !important;
	width: 640px;
}

#maincontent {
	margin:31px 20px 20px 20px;
}

h2 {
	font-size:18px;
	margin-bottom:10px;
}

h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

.infobereich {
	width:200px;
	margin-top:0px;
	margin-right:10px;
	float:left;
	font-size:0.85em;
}

.contentbereich {
	margin-left:220px;
	background:none;
}
#maincontent strong {
	font-weight:bold;
}

/*Seitennavi*/
#sidenavi {
	float:left;
	padding:0 0 0 0; 
	margin:0;
	width:320px;
	text-align:right;
}

* html #sidenavi{
	width:300px;
}

#sidemenu {
	width:280px;
	margin-top:30px;
}

.sidemenuli {
	display:block;
	width:100%;
	line-height:20px;
	margin-bottom: 3px;
}

.sidemenuli .link, .sidemenuli .current, .sidemenuli .section {
	display:block;
	width:283px;
}

.sidemenuli .link, .sidemenuli .current:hover, .sidemenuli .section:hover {
	color: #FF6700;
}

.sidemenuli .link:hover, .sidemenuli .current, .sidemenuli .section {
	color: #636b70;
}

/*Produkte*/
.product {
	padding:0;
	margin:0 0 20px 0;
	width:100%;
}

.product td {
	padding:0;
	margin:0;
}

.productimage {
	vertical-align:top;
}

.productinfo {
	vertical-align:bottom;
}

#maincontent a {
color:#FF6700;
}

/*Kontaktformular*/
#Form_Form  {
	width:100%;
}

#Form_Form .field {
	clear:both;
	display:block;
	height:30px;
}

#Form_Form .textarea {
	height:auto !important;
}

#Form_Form .field .left {
	float:left;
	width:62px;
	margin-right:10px;
	text-align:right;
}

#Form_Form .field .text {
	width:280px;
	margin:-2px 10px 0 0;
	border:1px solid #636b70;
}

#Form_Form .textarea textarea {
	width:450px;
	height:250px;
	margin:-2px 10px 0 0;
	border:1px solid #636b70;
}

#Form_Form label.required {
	color:#f00 !important;
	font-size:11px;
	font-weight:bold;
}

.Actions {
	padding: 5px 0 0 71px;
}
