/*CSS - Styleguide*/

/*
	http://www.agrardiscount.com/
   	css styles
   
   	Copyright 2009, Markus Spiske
   	http://www.waaf.net
*/

/*------------------general styles------------------*/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	color: #626262;
}

body {
	font: 12px/155% Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
	background: url(../img/bg_top.gif) repeat-x;
}

/*------------------headlines------------------*/
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #A50810;
	text-transform: uppercase;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
	color: #800080;
}

/*------------------links------------------*/
a.white:link, a.white:visited, a.white:active {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.white:hover {
	font-size: 11px;
	color: #fff;
  	text-decoration: none;
	font-weight: bold;
}

a.grey_b_11:link, a.grey_b_11:visited, a.grey_b_11:active {
	font-size: 13px;
	color: #777;
	text-decoration: none;
	font-weight: bold;
}

a.grey_b_11:hover {
	font-size: 13px;
	color: #9d0912;
  	text-decoration: none;
	font-weight: bold;
}

a.kategorie:link, a.kategorie:visited, a.kategorie:active {
	font-size: 10px;
	color: #9d0912;
	text-decoration: none;
	font-weight: normal;
}

a.kategorie:hover {
	font-size: 10px;
	color: #9d0912;
  	text-decoration: underline;
	font-weight: normal;
}

a.gotop:link, a.gotop:visited, a.gotop:active {
	font-size: 11px;
	color: #9d0912;
	text-decoration: none;
	font-weight: normal;
}

a.gotop:hover {
	font-size: 11px;
	color: #9d0912;
  	text-decoration: underline;
	font-weight: normal;
}

/*------------------p class------------------*/
.pfad {
	font-size: 11px;
	color: #777;
	text-align: left;  
}

.pic_list {
    float: left;
    width: 130px;
	margin-top:15px;
}

.info_list {
  float: left;
  width: 130px;
	margin-top:5px;
	line-height: 120%;
	color: #666;
}

.white {
	color: #fff;
}

.artikel_detail {
    float: left;
	margin-top:5px;
	color: #9d0912;
	line-height: 160%;
	font-weight: bold;
}

.detail_text {
    width: 680px;
    float: left;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}

.aktionspreis {
	font-size: 14px;
	color: #9d0912;
	text-align: left;
	font-weight: bold;
}

.warenkorb_right {
	font-size: 10px;
	color: #9d0912;
	text-align: left;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.artikel_left {
    width: 130px;
    height: 175px;
    float: left;
	font-size: 10px;
	/*color: #9d0912;*/
	text-align: left;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 30px;
	margin-top: 10px;
}

.artikel {
    width: 130px;
    height: 207px;
    float: left;
	font-size: 10px;
	/*color: #9d0912;*/
	text-align: left;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 30px;
	margin-left: 5px;
	margin-top: 10px;
}

.info_list_preis {
	color: #9d0912;
	font-weight: bold;
	font-size: 12px;
}

/*------------------formular------------------*/
form div label {
	float: left;
	width: 150px;
	font-size: 12px;
	color: #666;
}

form div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
}

stueck div label {
	float: left;
	font-size: 11px;
	color: #666;
}

stueck div {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

input:hover {
	border: 1px solid #d6d6d6;
	background-color: #f5f5f5;
}

input:focus, input:active {
	border: 1px solid #d6d6d6;
	background-color: #f5f5f5;
}

textarea:hover {
	border: 1px solid #d6d6d6;
	background-color: #f5f5f5;
}

textarea:focus, textarea:active {
	border: 1px solid #d6d6d6;
	background-color: #f5f5f5;
}

input.txt_anzahl {
	border: 1px solid #d6d6d6;
	font-size: 12px;
	color: #f5f5f5;
	width: 50px;
	margin-top: 0px;
}

input.order {
	font-size: 11px;
	border: 1px solid #d6d6d6;
	color: #9d0912;
	width: 60px;
}

input.txt {
	border: 1px solid #d6d6d6;
	font-size: 11px;
	color: #9d0912;
	width: 150px;
	/*
	05.08.2009 00:30:51 acs
	margin-bottom: 10px;
	padding: 5px 0px 3px 5px;
	*/
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

input.txt_contact {
	border: 1px solid #d6d6d6;
	font-size: 11px;
	color: #9d0912;
	width: 220px;
	margin-bottom: 10px;
	padding: 5px 0px 3px 5px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
textarea.txt_contact {
	border: 1px solid #d6d6d6;
	font-size: 11px;
	color: #9d0912;
	width: 220px;
	margin-bottom: 10px;
	padding: 5px 0px 3px 5px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

input.txt_cart {
	border: 1px solid #d6d6d6;
	font-size: 11px;
	color: #9d0912;
	width: 225px;
	padding: 5px 0px 3px 5px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

input.send {
	border: 1px solid #d6d6d6;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	width: 157px;
	margin-top: 5px;
	padding: 5px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

input.order_cart {
	border: 1px solid #9d0912;
	font-weight: bold;
	color: #fff;
	background-color: #9d0912;
}

textarea {
	border: 1px solid #d6d6d6;
	font-size: 12px;
	color: #666;
	width: 225px;
	margin-top: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

select {
	border: 1px solid #d6d6d6;
	font-size:11px;
	color:#666;
	width:225px;
	margin-top:0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 3px 0px 2px 5px;
}

/*------------------tabellen------------------*/
table {
	width: 100%;
	margin: 1em 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
}

.preis {
	width: auto;
	margin: 0;
	border: 0;
	font-size: 11px;
}
.preis td {
	border: 0;
	padding: 0;
	padding-top: 20px;
}

.preis_weiss {
	background-image: url("../img/preis_weiss.gif");	
	background-repeat: no-repeat;
	height: 80px;
	width: 160px;
	vertical-align: top;
	text-align: center;
	
}

.txt_preis_rot {
	color: #A50810;
	font-size:18px;
	font-weight:bold;
}

th, td {
	padding: 0.6em 0.4em 0.4em 0.8em;
}

th {
	color: #A50810;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

td {
	color: #666677;
	border: 1px solid #ccc;
}
               
tfoot td {
	background-color: #fff;
	color: #333;
	font-weight: bold;
	empty-cells: hide;
	border: 0;
}
               
td.preis {
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}
               
tr.datatable:hover {
	background-color: #f1f1f1;
	cursor: pointer;
}
               
table tr th.sub {
	background-color: #e4f4fc;
}


/*------------------wrapper------------------*/
#wrapper {
	width: 950px;
	margin: 0 auto;
}

/*------------------header------------------*/
#header {
	width: 950px;
	height: 150px;
    background: url(../img/bg_header.gif) no-repeat;
	float: left;
}

#logo {
	width: 300px;
	height: 135px;
	float: left;
}

#controllpanel {
	background: url(../img/bg_controllpanel.gif) no-repeat;
	background-position: right top;
	width: 600px;
	height: 127px;
	float: right;
	color: #ffffff;
	font-size: 14px;
	text-align: right;
	padding-top: 8px;
	padding-right: 30px;
}


/*------------------topnavi------------------*/
#topnavi {
	width: 950px;
	margin-top: 0px;
	float: left;
}

#myslidemenu {
	margin-top: 0px;

}


.jqueryslidemenu {
	font: bold 9px Helvetica, Arial,;
	background: #dfdfdf;
	width: 100%;
	z-index: 2;
}

.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 2000;
}

/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
	z-index: 2000;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display: block;
	background: #dfdfdf; /*background of tabs (default state)*/
	color: white;
	padding: 5px 4px 0px 5px;
	border-right: 1px solid #fff;
	color: #000;
	text-decoration: none;
}

* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
	color: #000;
	z-index: 2000;
}

.jqueryslidemenu ul li a:hover {
	background: #9d0912; /*tab link background during hover state*/
	color: #fff;
	z-index: 2000;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 2000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display: list-item;
	float: none;
	z-index: 2000;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	top: 0;
	z-index: 2000;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	font: normal 9px Helvetica, Arial,;
	width: 210px; /*width of sub menus*/
	padding: 8px 8px 5px 8px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #fff;
	text-align: left;
}

.jqueryslidemenuz ul li ul li a:hover { /*sub menus hover style*/
	background: #eff9ff;
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
	position: absolute;
	top: 9px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

/*------------------content------------------*/
#content {
	width: 950px;
	float: left;
	margin-top: 1px;
}

#content_next {
	background: url(../img/cutline.gif) repeat-y;
	width: 950px;
	float: left;
	margin-top: 1px;
}

#content_input {
	width: 680px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#infobox_right {
	width: 180px;
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	font-size: 11px;
	font-weight: bold;
}

#infobox_login {
	width: 170px;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
}

#infobox_warenkorb {
	width: 170px;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
}

#infobox_angebot1 {
	width: 180px;
	float: left;
	margin-bottom: 20px;
}

#infobox_angebot2 {
	width: 180px;
	float: left;
	margin-bottom: 20px;
}

#infobox_katalog {
	width: 180px;
	float: left;
	margin-bottom: 20px;
}

#infobox_aktion {
	width: 180px;
	float: left;
	margin-bottom: 20px;
}

#infobox_lexikon {
	width: 170px;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
}

#infobox_newsletter {
	width: 170px;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
}

#product {
	width: 950px;
	float: left;
	margin-top: 20px;
}

#gallery5er {
	float: left;
	margin-top: 10px;
}

.gallery {
	width: 180px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

img.gal {
	border: 0px solid #ccc;
}

img.box_right {
    border: 1px solid #ccc;
    padding: 5px;
}

#order {
	padding-left: 60px;
	float: left;
	text-align: left;
	clear: both;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

/*------------------tabinfo------------------*/
#intro {
    width: 650px;
    height: 300px;
	float: left;
	margin-top: 20px;
}

/*------------------tabmenu------------------*/
.clear {
	clear: both;
}

.tabcontent_left {
	width: 355px;
	height: 60px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

.tabcontent_right {
	width: 475px;
	height: 50px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

.icon {
	width: 50px;
	height: 50px;
	float: left;
	padding-right: 10px;
}

.tabtext {
	height: 40px;
	float: left;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 155%;
}

.space {
	width: 925px;
	height: 275px;
	padding: 10px;
	background: url(../img/bg_tab_info.gif) no-repeat;
}

#menu2 ul {
	list-style: none;
}

#menu2 ul li {
	display: inline;	
	background: #fff;
	height: 28px;
	margin: 0 5px 0 0 ;
	border: 1px solid #ccc;
	border-bottom: 0px solid #eee;
	float: left;
	padding: 2px 1px 0 1px
}

#menu2 ul li.tabactive {
	display: inline;	
	background: #fff;
	height: 28px;
	margin: 0 5px 0 0 ;
	border: 1px solid #ccc;
	border-bottom: 0px solid #eee;
	float: left;
	padding: 2px 1px 0 1px
}

#menu2 ul li a {
	display: block;
	float: left;
	background: #fff;
	height: 100%;
	line-height: 2;
	padding: 0 10px 0 10px;
	cursor: pointer;
	font-weight: bold;
}

#menu2 ul li a.tabactive {
	color: #9d0912;
	font-weight: bold;
}

#menu2 ul li a:hover {
	background: url(../img/bg_tab_info.gif) no-repeat;
	color: #000;
	font-weight: bold;
}

.menu {
	background: none;
	height: 30px;
}
.area {
	background: #fff;
	border: 1px solid #ccc;
	padding: 1px;
}

.tabcont {
	background: #fff;
	border: 1px solid #ccc;
	padding: 1px;
}

/*------------------footer------------------*/       
.footer_navi {
	float: left;
	margin-top: 10px;
	clear: both;
}

#footer {
	float: left;
	clear: both; 
	width: 950px;
	height: 100px; 
	font-size: 11px;
	color: #777;
	text-align: center;
	margin-top: 0px; 
	padding-top: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	border-top: solid 1px #ccc; 
} 

.footer_left {
	float: left; 
	width: 795px;
	height: 40px; 
	font-size: 11px;
	color: #777;
	text-align: left;  
}

.footer_right {
	float: right; 
	height: 40px; 
	font-size: 11px;
	color: #777;
	text-align: center;  
}



































