body {
	background-color:#E1E1E1; 
	margin:0;
	font-family:'Arial',sans-serif;
	font-size:12px;
}

p {
	margin-top:0;
}
/* evtl über center zentrieren!!!!*/
#container {
/*	left:50%;
	margin-left:-475px;
	position:absolute;*/
	width:950px;
	background-image:url('../gfx/main/bg_shadow.gif');
	background-repeat:repeat-y;
	margin-top:15px;

}

#page {
	margin:0;
	padding:0;
	width:938px;
	margin-right:6px;
	margin-left:6px;
}
img {
	border:0;
}
#header {
	width:950px;
	height:106px;
	margin-bottom:5px;
}
#header_image {
	background-image:url('../gfx/main/header_ger.jpg');
	background-repeat:no-repeat;
	height:84px;
	padding-left:780px;
}
#header_cart {
	text-align:center;
	height:40px;
	line-height:20px;
	position:absolute;
	/* 25px + plus 15px padding-body */
	top:40px;
	width:140px;
}
#header_cart a {
	color:#000000;
}
#navi_header_red{
	margin-top:1px;
	height:21px;
	margin-left:6px;
	margin-right:6px;
	width:938px;
	background-image:url('../gfx/navi/navi_bgred.gif');
	background-repeat:repeat-x;
}

a,td,p,div,span,h1,h2,h3,h4,input,select,button{
	font-family:'Arial',sans-serif;
	/*font-size:0.95em;*/
	text-align:left;
	font-size:12px;
}
a,a:visited {
	color:blue;
}
form {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	padding:0;
	margin:0;
}

#navi_top {
	width:938px;
}



#navi_top a{
	color:#FFFFFF;
	height:21px;
	display:block;
	width:120px;
	text-align:center;
	line-height:21px;
}

#navi_top li {
	width:120px;
	height:21px;
	float:left;
	border-right:1px solid #CC9999;
}

#navi_top li.noborder {
	border:0;
}


#navi_top li ul {
	position: absolute;
	width: 118px;
	z-index:10;
	display:none;
}
#navi_top li ul li a{
	width:118px;
}#navi_top li ul li{
	width:118px;
}
#navi_top li:hover ul {
	display:block;
}

#navi_top li ul li {
	background-color:#FFFFFF;
	border:1px solid #CC9999;
	border-top:0;
}

#navi_top li ul li a{
	color:#000000;
}


/*prüfen:::*/



#navi_top li ul li:hover,#topnavi li ul li.sfhover {
	background-color:red;
	background-image:url('../gfx/navi/navi_bgred.gif');
	background-repeat:repeat-x;
}
ul#navi_top a:hover, li a#aktuell {
	background-color:red;
	background-image:url('../gfx/navi/navi_bgred.gif');
	background-repeat:repeat-x;
	color:#FFFFFF;
  }
  
#navi_top li.navi_suche {
	border:0;
}
#navi_top li input {
	background-color:#FFFFFF;
	height:21px;
	position:absolute;
	width:150px;
	border:1px solid #CC9999;
}
#navi_top li button {
	margin-left:150px;
	border:0;
	height:20px; 
	line-height:20px; 
	position:absolute;
	color:#FFFFFF;
	background-image:url('../gfx/navi/navi_bgred.gif');
	background-repeat:repeat-x;
	
}
#navi_suche button div{
	height:19px;
	font-weight:normal;
}


/*todo: Höhen automatisch anpassen???*/
#column_left {
	width:190px;
	float:left;
	margin:0;
}
* html #column_left {
	margin-right:-3px;
}

#column_right {
	width:170px;
	float:right;
	margin:0;
}
* html #column_right {
	margin-left:-3px;
}

#content {
	margin-left:190px;
	margin-right:170px;
	width:578px;
}

* html #content {
	margin-left:187px;
	margin-right:167px;
}

#content_footer {
	clear:both;
	background-image:url('../gfx/main/footer1_bg.gif');
	background-repeat:no-repeat;
	width:950px;
	height:16px;
}
#footer_spacer {
	width:950px;
	height:50px;
	background-color:#E1E1E1;
	text-align:center;
}

#footer {
	height:53px;
	width:950px;
}
#footer_top { 
	width:950px;
	height:17px;
	background-image:url('../gfx/main/footer2_bg.gif');
	background-repeat:no-repeat;
}
#footer_content {
	background-image:url('../gfx/main/bg_shadow.gif');
	background-repeat:repeat-y;
	width:950px;
	text-align:center;
	height:20px;
}
#footer_bottom {
	background-image:url('../gfx/mainfooter1_bg.gif');
	background-repeat:no-repeat;
	width:950px;
	height:16px;
}

#box li.contentbox {
	margin-bottom:20px;
}
#box li.contentbox div.spacer {
	height:15px;
}
#box li.contentbox div.header a{
	color:#FFFFFF;
}
#box li.contentbox div.header {
	margin-left:3px;
	width:167px;
	height:21px;
	background-image:url('../gfx/box/box_header_bg.gif');
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	line-height:21px;
}
#box li.contentbox div.content {
	padding:10px;
	background-image:url('../gfx/box/box_bigbg.gif');
	padding-bottom:5px;
	background-position:bottom;
}

#box li.contentbox div.content a{
	color:#000000;
}

#box li.contentbox div.content a.alle{
	color:blue;
}
#box li.contentbox div.footer {
	width:170px;
	height:13px;
	background-image:url('../gfx/box/box_bottom.gif');
	background-repeat:no-repeat;
}


/* Textbox und Artikelliste? */

 #textbox {
	/*width:576px;*/
	margin-bottom:10px;
	background-color:#e6e6e6;
}
 #textbox.white {
 	background-color:#FFFFFF;
}

 #textbox li div.text{
	margin:5px;
}
 #textbox li div.headline{
	height:21px;
	color:#FFFFFF;
	background-color:#3e3e3e;
}

 #textbox li div.headline h1{
	display:inline;
	height:21px;
	line-height:21px;
	/*font-size:14px;*/
	font-size:12px;
	color:#FFFFFF;
	margin-left:5px;
}
 #textbox li div.headline h1 a {
	color:#FFFFFF;
}

 #textbox li div.headline h2.number {
	display:inline;
	margin:0;
	padding:0;
	float:right;
	color:#FFFFFF;
	margin-right:5px;
	line-height:21px;
	font-size:12px;
}
 #textbox li div.headline h2.number a {
	color:#FFFFFF;
	font-weight:normal;
}

 #textbox li div.headline img{
	float:right;
}

 #textbox a img.artimage {
	float:left;
	border:1px solid #CCCCCC;
	width:90px;
	height:70px;
}
 #textbox li div.price {
	float:right;
	width:180px;
}
#textbox li div.content {
	padding:5px;
}

#textbox li div.content_white {
	padding:5px;
	background-color:#FFFFFF;
}
#textbox li.spacer {
	background-color:#FFFFFF;
	height:10px;
}
#textbox div.warning {
	background-color:red;
}
#price {
	padding:0;
	margin:0;
	/*margin-top:10px;*/
}

#price.artikel {
}


#price.artlist {
	position:absolute;
	bottom:20px;
	right:0px;
	padding:5px;
}


#price input.anzahl{
 	float:left;
	 width:36px;
	 height:24px;
	 line-height:24px;
	 background-image:url('../gfx/cart/input.gif');
	 background-repeat:no-repeat;
	 border:0;
	 text-align:center;
	 padding-top:4px;
	 margin:0;
}
* html #price input.anzahl{
	padding:0;
}

#price input.anzahl_artlist{
 	float:right;
	 width:36px;
	 height:24px;
	 line-height:24px;
	 background-image:url('../gfx/cart/input.gif');
	 background-repeat:no-repeat;
	 border:0;
	 /*padding:4px;*/
	 padding:0;
	 text-align:center;
	 margin:0;
	 background-color:#e6e6e6;
	 padding-top:4px;
}

* html #price input.anzahl_artlist{
	padding:0;
}

#price div.addtocart{
	margin-top:10px;
	height:24px;
	width:180px;
}
#price input.addtocart{
 	 float:left;
	 width:128px;
	 height:24px;
	 background-image:url('../gfx/cart/text_grey_ger.gif');
	 background-repeat:no-repeat;
	 border:0;
	 padding:0;
	 margin:0;
}

#price input.addtocart:hover{
	 background-image:url('../gfx/cart/text_green_ger.gif');
}

#price input.addtocart_artlist{
	float:right;
	 width:128px;
	 height:24px;
	 background-image:url('../gfx/cart/text_grey_ger.gif');
	 background-repeat:no-repeat;
	 border:0;
	 padding:0;
	 margin:0;
	 background-color:#e6e6e6;
}

#price input.addtocart_artlist:hover{
	 background-image:url('../gfx/cart/text_green_ger.gif');
}

#textbox ul.artlist {
	background-color:#e6e6e6;
	border:1px solid #CCCCCC;
	height:110px;
	position:relative;
}

#textbox ul.artlist li.image{
	float:left;
	width:90px;
	padding:5px;
	height:70px;
}


#textbox ul.artlist li.content{
	float:left;
	width:200px;
	padding:10px;
	height:70px;
}


#textbox ul.artlist li.price{
	float:right;
	width:210px;
	text-align:right;
	padding:10px;
	height:70px;
	vertical-align:middle;
	
}

#textbox ul.artlist li.shippingtext{
	margin-top:90px;
	padding-left:10px;
	padding-right:10px;
}

 #textbox div.artdetail {
	background-color:#FFFFFF;
	/*border:1px solid black;*/
}

 #textbox div.artdetail div.image{
	float:left;
	width:300px;
	/*border:1px solid black;*/
}

 #textbox div.artdetail div.data{
	margin-left:260px;
	padding:5px;
	min-height:200px;
	height:auto !important;
	height:200px;
}

#art_description {
	padding:5px;
	min-height:200px;
	height:auto !important;
	height:200px;
}
#art_description p {
	margin:0;
	margin-top:10px;
}
#art_description ul {
	list-style:disc;
}
#art_description ul li{
	margin-left:25px;
}
#glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../gfx/article/menur_bg2.gif) repeat-x; /*tab background image path*/
	height: 26px;
	list-style: none;
}
#glossymenu li{
	float:left;
}

#glossymenu li a{
	float: left;
	display: block;
	color:#000;
	font-weight: bold;
	padding:0 0 0 10px; /*Padding to accomodate left tab image. Do not change*/
	height: 26px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;	
}

#glossymenu li a b{
	float: left;
	display: block;
	padding: 0 10px 0 8px; /*Padding of menu items*/
}

#glossymenu li.selected a, #glossymenu li a:hover{
	color: #fff;
	background: url(../gfx/article/menur_hover_left2.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

#glossymenu li.selected a b, #glossymenu li a:hover b{
	color: #fff;
	background: url(../gfx/article/menur_hover_right2.gif) no-repeat right top; /*right tab image path*/
}




/*Kategorien*/
#cat_list {
	width:578px;
}


#cat_list li.category {
	float:left;
	width:160px;
	margin:5px 16px;
	margin-top:0;
}
/*todo IE7 ausschließen!!!*/
* html #cat_list li.category {
	margin:5px 12px;
}

#cat_list li.category div.top {
	width:160px;
	height:103px;
}

#cat_list li.category div.content {
	background-image:url('../gfx/categories/cat_bg.gif');
	background-repeat:repeat-y;
	width:160px;
	text-align:center;
}
#cat_list li.category div.content a{
	color:#000000;
}
#cat_list li.category div.bottom {
	background-image:url('../gfx/categories/cat_bottom.gif');
	background-repeat:no-repeat;
	width:160px;
	height:7px;
}





/*todo IE Korrektur*/
#artlist li div.content div.lieferzeit{
	margin-left:100px;
}

#images {
	height:100px;
}
#images li {
	float:left;
	margin:5px;
}

#images li img{
	border:1px solid black;
}

#cart_positions {
	margin-bottom:10px;
}
#cart_positions tr{
	margin:0;
	padding:0;
}

#cart_positions tr td{
	border:1px solid black;
	border-left:0;
	border-bottom:0;
	background-color:#FFFFFF;
	text-align:right;
	padding:5px;
	margin:0;
	font-size:0.9em;
}

#cart_positions tr td.headline {
	height:30px;
}
#cart_positions input.count {
	width:30px;
}
#cart_positions tr td.delete1 {
	border-left:1px solid black;
	width:60px;
	background-color:#cccccc;
	text-align:center;
}
#cart_positions tr td.delete2 {
	border-left:1px solid black;
	width:60px;
	text-align:center;
}
#cart_positions tr td.image1 {
	border-left:1px solid black;
	width:100px;
	background-color:#cccccc;
	text-align:center;
}
#cart_positions tr td.image2 {
	border-left:1px solid black;
	width:100px;
	text-align:center;
}


#cart_positions tr td.title1 {
	width:250px;
	text-align:left;
	background-color:#cccccc;
}
#cart_positions tr td.title2 {
	width:250px;
	text-align:left;
}
#cart_positions tr td.lasttitle1 {
	width:250px;
	text-align:left;
	background-color:#cccccc;
	border-bottom:1px solid black;
}
#cart_positions tr td.lasttitle2 {
	width:250px;
	text-align:left;
	border-bottom:1px solid black;
}
#cart_positions tr td.count1 {
	background-color:#cccccc;
	width:80px;
	text-align:center;
}
#cart_positions tr td.count2 {
	width:80px;
	text-align:center;
}
#cart_positions tr td.single1 {
	background-color:#cccccc;
	width:80px;
}
#cart_positions tr td.single2 {
	width:80px;
}
#cart_positions tr td.total1 {
	background-color:#cccccc;
	width:90px;
}
#cart_positions tr td.total2 {
	width:90px;
}
#cart_positions tr td.last1 {
	background-color:#cccccc;
	height:30px;
	border-right:1px solid black;;
	border-left:1px solid black;;
	text-align:center;
	border-bottom:1px solid black;
}
#cart_positions tr td.last2 {
	height:30px;
	border-right:1px solid black;;
	border-left:1px solid black;;
	text-align:center;
	border-bottom:1px solid black;
}
#cart_positions tr td.totalamount1 {
	background-color:#cccccc;
	border-top:3px solid black;
	border-bottom:1px solid black;
}
#cart_positions tr td.totalamount2 {
	border-top:3px solid black;
	border-bottom:1px solid black;
}
#cart_positions tr td.spacer {
	border:0;
}
#cart_positions tr td.order {
	border:0;
	text-align:center;
}
#cart_positions tr td.shippingcosts {
	border:0;
	text-align:left;
}

#customerform {
}

#customerform tr td{
	text-align:left;
	width:200px;
	height:22px;
	padding:2px;
}

.error{
	background-color:red;
}
#customerform tr td input{
	border:1px solid black;
	width:200px;
}

#customerform tr td select{
	border:1px solid black;
	width:200px;
}

