* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #959595;
	background-color:#E3E4E5;
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
}

/* Layout */
#shopwrapper {
	margin-left:auto;
	margin-right:auto;
	width:860px;
	padding-top:20px;
}
#header {
	width:860px;
	background-color:#444346;
	height:120px;
	margin-bottom:5px;
	position:relative;
}
/* Login oben */
#header #login {
	position:absolute;
	left:20px;
	top:10px;
	font-size:80%;
	color:#A9AAAC;
}
#login a {
	color:#A9AAAC;
}

/* Kategorien erster Ebene */
#header #firstcat {
	position:absolute;
	left:20px;
	bottom:17px;
	width:500px;
	height:25px;
}
#firstcat ul {
	padding:0px;
	margin:0px;
}
#firstcat ul li {
	list-style:none;
	display:inline;
	padding-right:20px;
}
#firstcat ul li a {
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:160%;
	font-weight:normal;
	text-decoration:none;
}
#firstcat ul li.active a {
	color:#CFA000;
	font-weight:normal;
}
#firstcat ul li a:hover {
	color:#444346;
	background-color:#FFFFFF;
	text-decoration:none;
}

#header #logo {
	position:absolute;
	width:168px;
	height:43px;
	right:20px;
	bottom:17px;
}
/* Suchreihe oben */
#searchrow {
	width:860px;
	background-color:#CCCECF;
	height:25px;
	margin-bottom:20px;
}
/* Kategorien zweiter Ebene */
#searchrow #secondcat {
	width:640px;
	padding-left:20px;
	float:left;
}
ul#secondcat {
	padding:0px;
	margin:0px;
}
ul#secondcat li {
	list-style:none;
	display:inline;
	padding-right:20px;
	line-height:25px;
}
ul#secondcat li a {
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
}
ul#secondcat li.active a {
	color:#CFA000;
}
ul#secondcat li a:hover {
	color:#444346;
	background-color:#FFFFFF;
	text-decoration:none;
}

/* Kategorien dritter Ebene */
ul#thirdcat {
	margin:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul#thirdcat li {
	list-style:none;
	padding-left:10px;
	line-height:20px;
}
ul#thirdcat li a {
	color:#444346;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
ul#thirdcat li.active a {
	color:#CFA000;
}
ul#thirdcat li a:hover {
	color:#CFA000;	
}

#searchrow #searchbox {
	width:170px;
	float:right;
	padding-right:20px;
	padding-top:4px;
}
#searchfield {
	width:153px;
	float:left;
}
#searchfield input {
	background-image: url(img/searchfield-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 0px solid #FFFFFF;
	font-size:90%;
	width:151px;
	height:15px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 4px;
}
#searchbutton {
	width:17px;
	float:left;
}

#page {
	width:860px;
	background-color:#E3E4E5;
	background-image: url(img/page-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom:15px;
	margin-bottom:5px;
}
#twocols {
	width:645px;
	float:left;
}
#right {
	width:210px;
	float:right;
}
#left {
	width:185px;
	float:left;
}
#center {
	width:445px;
	float:right;
	padding:5px;
}
#center #breadcrumbs {
	font-size:80%;
	padding-bottom:15px;
	display:none;
}
/* Produkte */
#produkte {
	background-color:#FFFFFF;
	width:445px;
}
#produkte .prodRow {
	width:445px;
	padding-top:10px;
}
#produkte .prodItem3 {
	float:left;
	width:120px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#produkte .prodItem3 img {
	padding-bottom:5px;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
}
#prodDetail {
	width:445px;
}
#ImageRow {
	width:445px;
}
#ImageRow .prodBild {
	width:445px;
	position:relative;
}
#ImageRow .prodHerstBild {
	width:120px;
	position:absolute;
	right:0px;
	top:0px;
}
#ImageRow .prodHerstBild img {
	width:120px;
}
#ImageRow .prodBilder {
	width:110px;
	position:absolute;
	right:0px;
	bottom:0px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:5px;
}
#TextRow {
	width:445px;
	padding-top:20px;
}
#TextRow .prodTitle {
	width:445px;
}
#TextRow .prodTitleLeft {
	width:330px;
	float:left;
}
#TextRow .prodTitleLeft h2 {
	font-size:140%;
	font-weight:normal;
	text-transform:uppercase;
	color:#4C4C4E;
}
#TextRow .prodTitleLeft h3 {
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
	color:#4C4C4E;
}
#TextRow .prodTitleRight {
	width:110px;
	float:right;
	color:#CFA000;
	font-size:110%;
	font-weight:bold;
}
#TextRow .prodBeschr {
	width:445px;
	padding-top:10px;
	color:#4C4C4E;
}
#TextRow .prodWarenkorb {
	width:445px;
	padding-top:10px;
	color:#4C4C4E;
}


/* Boxen */
.box {
	background-color:#E3E4E5;
	padding-bottom:5px;
	font-size:90%;
}
h2.title {
	font-size:100%;
	text-transform:uppercase;
}
.box a {
	font-size:100%;
	color:#434345;
	text-decoration:none;
}
.box a:hover {
	color:#CFA000;
	text-decoration:none;
}
.warenkorb {
	background-image: url(img/warenkorb-icon.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxcontent {
	font-size:100%;
	color:#434345;
	background-color:#CCCECF;
	padding-top:5px;
	padding-right:35px;
	padding-left:10px;
	padding-bottom:5px;
}
/* Box "Seiten" */
#seiten {
}
#seiten ul {
	padding:0;
	margin:0;
}
#seiten ul li {
	padding-left:12px;
	list-style:none;
	background-image: url(img/li-icon-content.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

/* Info-Row unten */
#addinfo {
	width:860px;
	background-image: url(img/addinfo-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color:#434345;
}
#addinfo a {
	color:#434345;
}
#addinfo .infobox1 {
	float:left;
	width:175px;
	padding:5px;
	margin-right:5px;
}
#addinfo .infobox2 {
	float:left;
	width:215px;
	padding:5px;
	margin-right:5px;
}
#addinfo .infobox3 {
	float:right;
	width:200px;
	padding:5px;
}
#newsletterbox {
	width:170px;
	float:right;
	padding-right:15px;
	padding-top:4px;
}
#emailfield {
	width:153px;
	float:left;
}
#emailfield input {
	background-image: url(img/emailfield-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 0px solid #FFFFFF;
	font-size:90%;
	width:151px;
	height:15px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 4px;
}
#sendnlbutton {
	width:17px;
	float:left;
}


#footer {
	width:860px;
	background-color:#E3E4E5;
	margin-top:5px;
}
#footer #fleft {
	width:670px;
	float:left;
	padding-left:30px;
}
#fleft a {
	color:#9A9C9E;
	text-decoration:none;
	padding-right:20px;
}
#fleft a:hover {
	text-decoration:underline;
}
#footer #fright {
	width:100px;
	float:right;
	text-align:right;
}
#fright a {
	color:#929395;
	text-decoration:none;
}

/* *** Float containers fix:*/ 
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clear{display: inline-table;}

/* Hides from IE-mac \*/
* html .clear{height: 1%;}
.clear{display: block;}
/* End hide from IE-mac */


/*h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

h2 {
	background: url(img/img6.gif) repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}*/

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

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

a:hover {
	text-decoration: underline;
}

img{
	border:0;
}

.boxed {
}

.boxed .title {
	padding: 0px 0 0 10px;
	background: url(img/img03.gif) no-repeat left center;
	border-bottom: 1px solid #D6D5D5;
	font-size: 1.4em;
}

.boxed .content {
	padding: 5px 5px 15px 5px;
  
}


#logo {
	width: 770px;
	height: 140px;
	margin: 0 auto;
	background: url(img/img02.gif) no-repeat 0 665px;
}

#logo h1 {
	padding: 46px 0 0 0px;
}

#logo h1 a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
}

#logo h1 i {
	text-transform: lowercase;
	letter-spacing: -3px;
	font: italic normal 48px Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

#logo h2 {
	padding: 0 0 0 2px;
	text-transform: lowercase;
	font-size: 1em;
}

#logo a {
}

#content {
	width: 770px;
	margin: 0 auto;
}

#main {
	float: right;
	width: 500px;
	margin-top: -80px;
}

#welcome {
}

#example {
}

#sidebar {
	float: left;
	width: 240px;
}

#login {
}

#login form {
background-color:transparent;
border:none;
}

.form {
background-color:transparent;
border:none;
}


#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

#menu {
	margin-bottom: 15px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 0 10px 24px;
	border-bottom: 1px solid #EBEBEB;
	color: #E08934;
}

#menu a:hover, #menu .active a {
	background: #EBEEF3;
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
}

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align:center;
  position:absolute;
  left:-3425px;
  top:-298px;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
  position:absolute;
  left:-2425px;
  top:-398px;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }


.main {
	padding:5px;
}
