/* CSS Document */

* {
	border: none;
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #414d59;
}

/* ------------------------------------------ Header ------------------------------------------------- */

#header-wrapper {
	width: 100%;
	background: url("https://estore.rhiem.com/mandant/elgato/images/headerbar_back.gif") center;
	margin: 0px auto;
	height: 105px;
	text-align: center; /* centered #header IE */ 
}

#header {
	background: url("https://estore.rhiem.com/mandant/elgato/images/header_back.jpg");
	margin: 0px auto;
	padding: 27px 0 0 16px;
	text-align: left; 
	width: 948px;
	height: 78px; 
}

#header #options {
	float: left;
}

#options #language {font-size: 11px;}

.input_image {
	border: none;
	vertical-align: bottom;
}

#searchbox {
	margin-top: 9px;
}

#language {}

#header .logo {
	background-image: url("https://estore.rhiem.com/mandant/elgato/images/header_logo.gif");
	width: 123px;
	height: 50px;
	float: right;
	margin-right: 3px;
}

/* ------------------------------------------ Content ------------------------------------------------ */

#main-wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#main {
	width: 982px;
	margin: 0 auto;
	text-align: left;
}

/* group leftbar */

#leftbar {
	float: left;
	width: 216px;
	padding: 16px 14px 0 16px;
}

#nav  {
	margin: 16px 0;
	width: 216px;
	height: 140px;
	float: left
}

#nav ul {
	list-style: none;
}

#nav ul li {
	height: 21px;
}

#nav ul a {
	color: #555a6a;
	font-size: 11px;
	display: block;
	padding: 2px 16px 6px;
	width: 150px;
	height: 20px;
}

#nav ul li.active a  {
	color: #1c1e2e;
	background: url("https://estore.rhiem.com/mandant/elgato/images/menu_back_active.gif") no-repeat left top;
}

#nav ul li a:hover {
	color: #1c1e2e;
	text-decoration: none;
	background-image: url("https://estore.rhiem.com/mandant/elgato/images/menu_back_active.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top
}

#warenkorb  {
	display:none;
}

#pageVK #warenkorb {
	display:block;
}

#p_Products #warenkorb  {
	display:block;
	margin: 16px 0;
	padding:0;
	width: 216px;
	float: left
}

#p_Products #warenkorb  iframe {
	width: 216px;
	height: 400px;
	border:0px;
	margin:0;
	padding:0;
}

/* end  */

#content {
	float: left;
	padding: 16px 16px 0 14px;
	margin: 16px 0 16px 0;
	width: 706px;
}


/* ------------------------------------------ Footer ------------------------------------------------- */

#clear {
	clear: both;
}

#footer {
	width: 704px; 
	margin: 0px 0 16px 260px;
	padding: 3px 0;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #555a6a;
	text-decoration:none;
}

/* ------------------------------------------ Global Elements ------------------------------------------ */

input, select {
	border: 1px solid #97AFB5;
}

input.radio,
input.checkbox {
	border: none;
}

a {
	color: #155eb7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.btn {
	color: #414d59;
	text-decoration: none;
}

a:hover.btn {
	text-decoration: none;
}

img {
	border:none;
}

td {
	vertical-align:top;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


