:focus { outline:none; }

body {
	font-family: Verdana;
	font-size: 12px;
	color: #336600;
	background-color: #a6d314;
}

hr {
	height: 1px;
	background-color: #97c00e;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

hr.lexikon{
	margin-top: 2px;
	margin-bottom: 5px;
}

h1 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}

h3{
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 8pt;
    color: #333333;
    display: inline;
}

h4{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 8pt;
    color: #333333;
    display: inline;
}

h2 a{
    color: #336600;
}

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

a.link{
	text-decoration: underline;
    font-size: 10px;
}

a img{
	border: none;
}

a.small{
	font-size: 11px;
	text-decoration: underline;
}

img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

div.center {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

div.center div.header {
	margin-top: 50px;
	background-image: url(../img/top.png);
	position: relative;
	height: 155px;
}

div.center div.header div.headnav{
	position: absolute;
	top: 124px;
	width: 960px;
}

div.headnav{
	font-weight: bold;
}

div.headnav div.nav a{
	color: #336600;
	text-decoration: underline;
}

div.headnav div.nav ul{
	margin: 9px 0;
	padding: 0px;
}

div.headnav div.nav li{
	margin-right: 5px;
}

div.headnav div.nav li.active a{
	color: #660000;
}

div.headnav div.search{
	position: relative;
	float: left;
	left: 10px;
	height: 31px;
	width: 250px;
	font-size: 11px;
}

div.headnav div.search label{
	float: left;
	margin-top: 10px;
	margin-right: 4px;
}
div.headnav #search{
	width: 120px;
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	margin-right: 5px;
	height: 16px;
	float: left;
}

div.headnav div.nav{
	float: right;
	height: 31px;
	position: relative;
	margin-right: 6px;
	/*top: 0px;
	right: 0px;*/
}

div.headnav ul{
	list-style-image: none;
	list-style-type: none;	
}

div.headnav ul li{
	float: left;
}

div.headnav .searchbtn{
	float:left;
	margin-top: 4px;
}

div.center div.middle {
	position: relative;
	background-image: url(../img/navbg.png);
	background-color: white;
	background-repeat: repeat-y;
	display: block;
	min-height: 300px;
	z-index: 1;
}

* html div.center div.middle {
   height: 600px;
}
       
div.search {
	
}

div.leftnav {
	width: 177px;
	float: left;
}

div.leftnav ul{
	list-style-type: none;
}

div.leftnav ul.navigation{
	margin: 0px;
	padding: 21px 0px 0px 6px;
}

div.leftnav ul.navigation a{
	text-decoration: none;
	color: #336600;
}

div.leftnav ul.navigation li.active > a{
	color: #660000;
}

div.leftnav ul.navigation ul{
	margin: 0px;
	margin-top:5px;
	padding: 0px 0px 0px 0px;
}

div.leftnav ul.navigation li{
	/*padding-bottom: 13px;*/
	padding-left: 19px;
	padding-top: 6px;
	padding-bottom: 7px;
}

div.leftnav ul.navigation li ul{
	display: none;
}

div.leftnav ul.navigation li.active > ul{
	display: block;
}

div.leftnav ul.navigation li.active ul li ul li{
    padding-left: 11px;
}

div.leftnav ul.navigation li.deepest{
	background-image: url(../img/blatt.png);
	background-repeat: no-repeat;
	background-position:0px 5px;
}

div.leftnav ul.navigation li ul li ul li.deepest{
	background-image: url(../img/blatt_small.png);
	background-repeat: no-repeat;
	background-position:0px 5px;
}

div.leftnav ul.navigation li.active li.active{
	background-position:0px 1px;
}

div.leftnav ul.navigation li ul li ul li{
	font-size: 11px;
}

div.leftnav ul.navigation ul li{
	padding-top: 2px;
	padding-bottom: 3px;
}

div.content {
    position: relative;
	float: left;
	min-height: 300px;
	width: 553px;
	/*border-left: 1px solid #97c00e;*/
	padding: 27px;
	line-height: 18px;
}

div.rightnav {
	float: left;
	width: 175px;
	padding-top: 10px;
}

div.rightnav div.window{
	width: 165px;
	margin-bottom: 9px;
}

div.rightnav div.window div.top{
	background-image: url(../img/window_top.jpg);
	height: 24px;
	text-align: center;
	padding-top:5px;
}

div.rightnav div.window div.windowcontent{
	min-height: 65px;
	position: relative;
	border-left: 1px solid #97c00e;
	border-right: 1px solid #97c00e;
	font-size: 10px;
	padding: 5px 16px 5px 16px;
}

div.rightnav div.window div.windowcontent a{
	text-decoration: underline;
}

div.rightnav div.window div.windowcontent ul.errors{
	width: 100px;
}

div#newsletterresponse{
	margin-top: 10px;
}


div.rightnav div.window div.windowcontent img{
	float: right;
}

div.rightnav div.window div.bottom{
	background-image: url(../img/window_bottom.jpg);
	height: 13px;
}

div.clear{
	clear: both;
}

div.center div.middleclose{
	position: relative;
	height: 10px;
	background-image: url(../img/close.png);
}

div.footer{
	padding-top: 5px;
	font-size: 9px;
	text-align: center;
}

div.footer a{
	color: white;
	text-decoration: none;
}

div.product div.imagecontainer{
	float:left;
	width:100px;
	height:100px;
	margin-right:20px;
}

div.product div.image{
	position: relative;
}

div.product div.productpreview{
	float: left;
	width: 433px;
}

div.product div.productpreview div.articles{
    margin-top: -28px;
	float: right;
}

*+html div.product div.productpreview div.articles{
    margin-top: -37px;
}

div.productpreviewtext{
}
/*
*+html div.productpreviewtext{
	height:72px;
	overflow: hidden;
}

* html div.productpreviewtext{
	height:72px;
	overflow: hidden;
}
*/

span.spec{
	display: block;
	position: relative;
	float:left;
	width: 30px;
	margin-right: 5px;
}

span.price{
	display: block;
	position: relative;
	text-align: right;
	float:left;
	width: 80px;
	margin-right: 5px;
	font-weight: bold;
}

div.amountbox{
	float: right;
}

input.amount{
	display: block;
	position: relative;
	float:left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	top: -3px;
}

input.hamount{
	width: 30px;
}

input.amount{
	width: 30px;
}

table.hersteller td{
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #97c00e;
}


div.amountbox input[type="image"],div.amountbox img, div.articles input[type="image"], div.articles img{
	float:left;
	position: relative;
	top: -6px;
	margin-right: 5px;
}


div.articles img.redx{
	float:left;
	position: relative;
	top: -2px;
}


div.productdetail div.image{
	position: relative;
	/*margin: 0 auto;*/
	padding: 0px;
}

div.productdetail div.short, div.content div.short{
	float: left;
	position: relative;
	width: 338px;
    margin-left: 10px;
    font-family: Verdana;
    font-size: 8pt;
    color: #333333;
    line-height: 16px;
}

div.productdetail div.long, div.content div.long{
    font-family: Verdana;
    font-size: 8pt;
    color: #333333;
    line-height: 16px;
}

div.productdetail div.short div.articles{
	width: 230px;
	float: right;
}

div.productdetail div.impressionen{
	float:left;
	width: 200px;
	margin-right: 15px;
	font-size: 11px;
}
div.productdetail div.steuer{
	float:left;
	width: 150px;
	font-size: 11px;
}
div.productdetail div.versandinfo{
	float:left;
	width: 180px;
	font-size: 11px;
	text-align: right;
}

img.productlink{
	margin-right: 5px;
}

div.paginationControl{
	position: absolute;
	bottom: 10px;
    font-size: 11px;
	width: 550px;
	text-align:center;
}

table.cart td.productrow{
	border-bottom: 1px solid #97c00e;
}

table.cart tr{
	vertical-align: top;
}

table.cart tr.space{
	height: 35px;
}

.invisible{
	display: none;
}

form#loginForm input[type="submit"]{
	display: none;
}

form#loginForm dl{
	margin-top: 12px;
}

form#loginForm dt{
	text-align: left;
	clear:left;
	display:block;
	float:left;
	width: 100px;	
}

form#loginForm dd{
	position: relative;
	top:-4px;
	display:block;
	float:none;
	margin-left: 110px;
	margin-bottom:5px;
	width: 160px;	
}

*+html form#loginForm dd{
	margin-left: 0px;
}

form#loginForm dd input[type="text"],form#loginForm dd input[type="password"]{
	width: 130px;
}

form#loginForm dt#submitButton-label{
	display: none;
}

form#loginForm dt#submitButton-element{
	display: none;
}

form#registerForm dt{
	text-align: left;
	clear:left;
	display:block;
	float:left;
	width: 180px;	
}

form#registerForm dd{
	position: relative;
	top:-4px;
	display:block;
	float:none;
	margin-left: 180px;
	margin-bottom:5px;
	width: 180px;	
}

*+html form#registerForm dd{
	margin-left: 0px;
}

*+html form#registerForm dl{
	width: 370px;
}

form#registerForm dt#agb-label{
	text-align: left;
	clear:left;
	display:block;
	float:left;
	width: 0px;	
}

form#registerForm dd#agb-element{
	position: relative;
	top:-4px;
	display:block;
	float:none;
	margin-left: 0px;
	margin-bottom:5px;
	width: 500px;	
}

form#registerForm div.description{
	display: inline;
	font-size: 11px;
}

ul.errors{
	position: relative;
	width: 450px;
	list-style-image: url(../img/warning.png);
	color: red;
	left: -14px;
	font-size: 10px;
}

ul.agberrors{
	position: relative;
	width: 450px;
	list-style-image: url(../img/warning.png);
	color: red;
	left: -14px;
	font-size: 10px;
}

form#registerForm ul.errors{
	position: relative;
	z-index: 999;
	left: -180px;
	width: 300px;
	list-style-image: none;
	list-style-type: none;
	color: red;
	margin-left: 0px;
	padding-left: 0px;
}

form#registerForm ul.errors li{
	background-image: url(../img/warning.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 0px;
}

form#loginForm ul.errors{
	position: relative;
	left: -109px;
	width: 230px;
	list-style-image: none;
	list-style-type: none;
	color: red;
	margin-left: 0px;
	padding-left: 0px;
}

*+html form#loginForm ul.errors{
	left: -100px;
}

form#loginForm ul.errors li{
	background-image: url(../img/warning.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-left: 0px;
}

form#registerForm dd input[type="text"],form#registerForm dd input[type="password"]{
	width: 155px;
}

form#registerForm dt#submitButton-label{
	display: none;
}

form#registerForm dd#submitButton-element{
	display: none;
}

form#registerForm select#valid_thru_month{
	margin-right: 5px;
}

img.cvc_guide{
	position: absolute;
	top: -60px;
}

div.categorybox{
	width: 120px;
    height: 123px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
}

div.news div.image{
	width: 104px;
	float: left;
	margin-right: 30px;	
}


div.news div.text{
	float: left;
    width: 400px;
}

span.newsheadline{
	font-weight: bold;
	text-decoration: underline;
}

span.newsheadline a{
    color: 	#336600;
}

div.newsfloatingimage{
	float:left;
	margin-right: 30px;
	margin-bottom: 30px;
}

div.lexikonbox{
	position: absolute;
	left: 32px;
	width: 102px;
	height: 80px;
}

div.rightnav div.window div.windowcontent a.char{
	text-decoration: none;
}

div.lexikonbox a.char{
	display: block;
	width: 11px;
	padding: 0px 3px 0px 3px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 1px;
	margin-bottom: 2px;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background-color: white;
}

.lchar{
	margin-right: 8px;
	text-decoration: none;
	font-size: 14px;
	color: #336600;
}

a.lexikoneintrag{
	text-decoration: none;
	color: #336600;
}

img.lexikonimage{
	float: left;
	/*margin-bottom: 15px;*/
}

*+html div.articles form{
	margin: 0px;
	display: inline;
}

img.newsletterimg{
	position:relative;
	top:-40px;
	right:-15px;
}

input#newsletteremail{
	width:120px;
	position: relative;
	margin-top:10px;
}

*+html form#newsletterform{
	display: inline;
}

/*
*+html div.image img{
	display: block;
	float: left;
}
*/

div.image a{
    display: block;
}

div.image img{
    display: block;
}

.graysmall{
    font-size: 11px;
    color: #333333;
}

.gal49 img{
    margin-right: 5px;
    margin-bottom: 5px;
}

.gallerylink{
    position:absolute;
    top: 27px;
    right: 27px;
}


h1{
    color: #336600;
}
.content, p{
    color: #333333;
    font-family: Verdana;
    font-size: 8pt;
    line-height: 16px;
}

.smalltext, div.rightnav div.window div.windowcontent a.smalltext{
    color: #336600;
    text-decoration: none;
}

.red{
    color: #FF0000;
}
