/*  Name:  atwork-Shops Layout 2
    Media: Screen, Projection
    Autor: Robert Mayer, www.pixel-deluxe.com  */
	
	
body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/hg-body.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*----------------------   CONTAINER   ----------------------*/
#container{
	position: absolute;
	left: 0px;
	top: 169px;
	z-index: 3;
	width: 900px;
	margin: 0px;
	background-image: url(../images/hg-container.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	min-height: 500px;
}

/*----------------------   CONTENT   ----------------------*/
#content{
	width: 630px;
	min-height: 380px;
	margin: 0px 0px 0px 50px;
	float: left;
	font-size: 14px;
	color: #000000;
}

#content h2{
	font-size: 32px;
	color: #8ac120;
	margin-top: 0px;
}

#content h3, #content .h3{
	font-size: 16px;
	font-weight: bold;
	color: #8ac120;
}
#content h3{
	margin-bottom: -6px;
}

#content p{
	line-height: 18px;
}

#content p.pHalbe{
	width: 46%;
	margin-bottom: 20px;
}

#content a, #content a.h3{
	color: #f08629;
}
#content a:hover{
	color: #d34a00;
}
#content a img{
	border: none;
}
#content h3 a, #content .h3 a, #content a.h3{
	text-decoration: none;
}

#content hr{
	clear: both;
	height: 1px;
	color: #cacaca;
	background-color: #cacaca;
	border: none;
}

#content .objRight{
	float: right;
	margin-left: 10px;
}

#content .objLeft{
	float: left;
	margin-right: 10px;
}

#content .objRahmen{
	border: 1px solid #b8b8b8;
}

.inline{
	float: none;
	display: inline;
}

#content .datum{
	font-size: 80%;
	color: #999999;
	font-weight: normal;
}

#pagetools{
	margin: 0px -12px 0px 0px;
	padding: 0px;
	float: right;
	list-style-type: none;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#pagetools li{
	margin-bottom: 5px;
}
#pagetools a{
	color: #cdcccc;
	text-decoration: none;
	padding: 3px 0px 3px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
#pagetools a.pageprint{
	background-image: url(../images/icon-pagetoolprint.gif);
}
#pagetools a.pagerecom{
	background-image: url(../images/icon-pagetoolempf.gif);
}
#pagetools a:hover{
	color: #f08629;
}

/*----------------------   Warenkorbseite   ----------------------*/
.btnDelete, .btnRefresh{
	background-repeat: no-repeat;
	background-position: center top;
	width: 1px;
	height: 19px;
	padding: 0px 18px 0px 0px;
	font-size: 12px;
	text-decoration: none;
	border: none;
}

.btnDelete{
	background-image: url(../images/btn-del.gif);
}

.btnRefresh{
	background-image: url(../images/btn-refresh.gif);
	padding: 0px 19px 0px 0px;
}

/*----------------------   Produkt   ----------------------*/
.prodTools{
	width: 152px;
	float: right;
	margin: 0px 0px 6px 20px;
}

#formcart{
	border-top: 1px solid #cacaca;
}

/*#formcart #btn.fButtons{*/
#formcart input.fButtons{
	margin:0px;
	padding: 0px;
	text-align: left;
	font-size: 1px;
	vertical-align:top;
	width: 44px;
	height: 22px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-image:url(../images/btn-add2cart.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.prodTools p{
	margin: 4px 0px;
}

.premiumpreis{
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	padding-top: 18px;
	color: #5d95e9;
	text-align: right;
	background-image: url(../images/hg-premiumpreis.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}

.premiumpreis em{
	display: none; /* Nur Layout 1 */
}

/*----------------------   Tabelle   ----------------------*/
th{
	background-color: #d3ee9e;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

td{
	/*vertical-align: top;*/
}
td a img{
	border: none;
}

tr.trLight td{
	border-top: 1px solid #CCCCCC;
}


tr.trLightDouble td{
	border-top: 3px double #CCCCCC;
}

tr.trSumme td{
	border-top: 3px double #666666;
}

tr.trFett td{
	font-weight: bold;
}

td.tdRight, td.tdRight input, th.thRight {
	text-align: right;
}

/*----------------------   CONTENTNAV   ----------------------*/
#contentnav{
	height: 27px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/hg-contentnavul.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
}

#contentnav li{
	display: block;
	float: left;
	width: auto;
	height: 26px;
	padding: 0px 0px 0px 12px;
	margin: 0px 10px;
	background-image: url(../images/hg-contentnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #b8b8b8;
}

#contentnav a{
	line-height: 19px;
	display: block;
	width: auto;
	margin: 0px;
	padding: 5px 12px 2px 0px;
	background-image: url(../images/hg-contentnav-a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#contentnav li.active{
	border: none;
	margin-top: 1px;
}

#contentnav li.active a{
	color: #000000;
	text-decoration: none;
}

/*----------------------   Startseite   ----------------------*/
#startbubble{
	background-image: url(../images/startbubble-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
}

#startbubble blockquote{
	margin: 0px;
	padding: 0px;
	padding: 6px 45px 6px 6px;
	width: 459px;
	background-image: url(../images/startbubble-top.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

#startbubble blockquote img{
	display: none; /* Anführungszeichen, nur in Layout 1 */
}
#startbubble #foto{
	float: right;
	border: 3px solid #b4e05e;
}





/*----------------------   Formulare   ----------------------*/
.pForm{
	margin: 4px 0px;
}

.fButtons{
	background-color: #FFFFFF;
	background-image: url(../images/hg-btns.gif);
	background-repeat: repeat-x;
	background-position: left center;
	color:#eb681e;
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
}
.fButtons .fett{
	font-weight: bold;
}

.inputfield{
	background-color: #FFFFFF;
	background-image: url(../images/hg-inputfield.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #cccccc;
	padding: 2px;
}

textarea{
	overflow: auto;
}

fieldset{
	padding: 8px;
	border: 1px dashed #CCCCCC;
}

label{
	float: left;
	display: block;
	width: auto;
}

#formError{
	padding: 6px 8px 24px 8px;
	margin-bottom: 20px;
	background-color: #ffffd0;
	background-image: url(../images/hg-formerror.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#formError ul{
	padding: 0px auto;
	margin: 2px 0px 4px 22px;
}
#formError, #formError a{
	color: #a50000;
}

/*----------------------   SUBNAV   ----------------------*/
#subnav{
	width: 182px;
	float: left;
	/*margin-top: -41px;*/
	position: relative;
	top: -41px;
	left: 0px;
}

#subnav ul{
	width: 182px;
	margin: 0px;
	padding: 31px 0px 0px 0px;
	list-style-type: none;
	background-image: url(../images/hg-subnavul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
}

#subnav ul li{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

#subnav ul li a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 152px;
	padding: 7px 0px 7px 30px;
	margin: 0px;
}

#subnav ul li a.active{
	background-image: url(../images/hg-subnavli-active.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#subnav ul li#liBottom{
	height: 25px;
	padding: 0px;
	background-image: url(../images/hg-subnavmid.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navmid{
	margin: 0px 0px 18px 0px;
	padding-left: 30px;
	color: #6d951f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#navmid a{
	text-decoration: none;
	color: #6d951f;
}

/*----------------------   TOOLS   ----------------------*/
#subnav .tools{
	display: block;
	height: 67px;
	width: 150px;
	padding: 6px 0px 0px 13px;
	margin: 0px 0px 20px 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	background-image: url(../images/hg-tools.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#subnav .tools strong{
	display: block;
	margin: 0px;
	padding: 4px 0px 4px 25px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #d3ee9e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


#subnav a.tools:hover, #subnav a.tools:hover strong{
	color: #ffffff;
}

#toolTest strong{
	background-image: url(../images/icon-tool-test.gif);	
}
#toolLexikon strong{
	background-image: url(../images/icon-tool-lexikon.gif);	
}
#toolNewsletter strong{
	background-image: url(../images/icon-tool-newsl.gif);	
}

/*----------------------   NAV   ----------------------*/
#nav{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 875px;
	height: 32px;
	padding: 0px 0px 0px 25px;
	margin: 0px;
	overflow: hidden;
	list-style-type: none;
	background-image: url(../images/hg-nav.gif);
	background-repeat: repeat-x;
	background-color: #8bb735;
	font-family: Arial, Helvetica, sans-serif;
}

#nav li{
	display: inline;
	line-height: 32px;
}

#nav a{
	display: block;
	width: auto;
	height: 32px;
	float: left;
	padding: 0px 14px 0px 14px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;	
	color: #FFFFFF;
	border-left: 1px solid #afdc57;
	border-right: 1px solid #719b1e;
}

#nav a:hover{
	color: #d5ffa8;
}

#nav a.active{
	background-color: #fa9234;
	background-image: url(../images/hg-navli-active.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #ffb16a;
	border-right: 1px solid #d46c0e;
	
}

/*----------------------   SHOPPING CART   ----------------------*/
#cart{
	width: 181px;
	height: 70px;
	padding: 9px 0px 0px 16px;
	margin: 12px 0px 0px 0px;
	float: right;
	background-image: url(../images/hg-cart.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 14px;
}
#cart a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#cart a strong{
	display: block;
	margin: 0px;
	padding: 3px 0px 3px 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#d3ee9e;
	background-image: url(../images/icon-carttop.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#cart a em{
	border-bottom: 1px solid #FFFFFF;
	font-style: normal;
	font-weight: normal;
	display: block;
	width: 94%;
	margin: 0px;
}
#cart a:hover, #cart a:hover strong{
	color: #FFFFFF;
}
/*----------------------   HEADER   ----------------------*/
#header{
	position: absolute;
	top: 32px;
	left: 0px;
	z-index: 2;
	width: 900px;
	height: 137px;
	padding: 0px;
	background-image: url(../images/hg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1{
	position: absolute;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #84b02e;
}

.logo1, #top{
	z-index: 4;
	top: 6px;
	left: 32px;
}
.logo2{
	z-index: 3;
	top: 17px;
	left: 82px;
}

#header h1 a{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 8px 0px 8px 48px;
	display: block;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#headernav{
	display:none; /* Wird in Layout 1 angezeigt */
}

/*----------------------   FOOTER   ----------------------*/
#footer {
	clear:both;
	width: 100%;
	height: 40px;
	padding: 116px 0px 0px 0px;
	background-image: url(../images/hg-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #a1cd4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer p{
	margin: 0px;
	width: 716px;
	float: right;
	padding: 6px 0px;
	color: #4c7005;
	font-weight: bold;
	word-spacing: 7px;
}

#footer a{
	color: #4c7005;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

#footer #aShopKaufen{
	float: right;
	word-spacing: normal;
	margin-right: 20px;
}

#footer a#aTop{
	display: block;
	float: left;
	margin: 5px 0px 0px 20px;
}

a.buyShop{
 display: block;
 float: left;
 clear: both;
 position:relative;
 top: -84px;
 left: 0px;
 margin: 0px 0px -50px 12px;
 width: 111px;
 height: 43px;
 overflow: hidden;
 color: #FFFFFF;
 font-size: 1px;
 background-image: url(../images/kaufen.gif);
 background-repeat: no-repeat;
 background-position: left top;
}


/* Definitionlisten für FAQ */
dt{
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 6px;
	color: #78AA1C;
}
dd{
	margin-bottom: 20px;
}
