
/* Kopf  */
	#kopf {
		position:fixed;
		z-index: 0; 
		top:0em; 
		left:0em;
		width:100%;
		height:8em;
		padding: 1em;
		background-color: #bbb;
		/* Farbverlauf	*/ 
      		 background: -moz-linear-gradient(0% 10% 270deg,#fff, #ddd);
		}

	#kopf img {
		left: 7em;
		top: 0em;
		width: 23em;
		position: absolute;
		}

	#kopf_adresse{
		position:fixed;
		z-index: 0; 
		top:  7.2em; 
		left:18.9em;
		width: 40em;
		height:4em;
		font-family: Helvetica;
		font-style:italic;
		color:black;
		font-size: 100%;
		}

	#kopf_adresse a:link {color:#888; text-decoration: none; }
	#kopf_adresse a:hover {color:#a00; text-decoration: underline; }	


/* Menü  */
	#menue {
		position:fixed; 
		top:10em; 
		left:0em;
		bottom:10px; 
		width:12em; 
		height:100%;
		background-color:#999;
		font-family: Helvetica;
		
		/* Farbverlauf */
      	background: -moz-linear-gradient(0% 6% 0deg,#777, #ccc);
		
		}
		
	#menue ul { list-style-type:none; }
		
	#menue li {
		width:11em;                    	
		margin-top:0.2em;                	
	   	padding:0px; 
		margin-left:-2em;               	
		}
		
	#menue a:link {color:#000; text-decoration:none; }
	#menue a:visited {color:#000; text-decoration:none; }
	#menue a:active {color:#000; text-decoration:none; }
	#menue a:hover {color:red; text-decoration:none; }
		
	.menuehover:hover { background-color: #C9C9C9; }

/* Inhalt  */
	#inhalt {
		position:absolute;
		top:10em;
		left:12em;
		background-color:#fff;
		padding: 1em;
		padding-left:6.5em;
		font-family: Helvetica;
		}
	
	#inhalt ul {
		list-style-type:square;
		}
		
	#inhalt li {
		margin-left: -1em;
		margin-top: 1em;
		}
	
	#inhalt li:hover {
		}	
		
	#inhalt a:link {color:#777; text-decoration: underline; }
	#inhalt a:visited {color:#000; text-decoration:none; }
	#inhalt a:active  { color: #000; text-decoration: none; }
	#inhalt a:hover {color:red; text-decoration:none; }
		

/* Kacheln */
	.kachel {
		float: left;
		margin:1em;                	
	   	padding:2em; 
		width:20em; 
		height:20em;
		background-color:#ddd;
		text-align:center;
		}
		
/*	.kachel img {
		width: auto; 
		height: auto;
	}*/
	
/* Bilder Artikelgruppen hovereffekt */

	.artikelgruppen_img:hover {
		border:solid #ff0000 2px;
		opacity:1.0;
		-moz-opacity:1.0;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
	}
		
	.artikelgruppen_img {
		border:solid transparent 2px;
		opacity:0.3;
		-moz-opacity:0.3;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter:alpha(opacity=30);
	}
	
/* Formulare*/
	input, select {
		border: 1px solid #000;
	}
	
	.inputwknoborder {
		border: 0px solid #000;
	}

/* Tabellen*/

	.meinedatentable {
		border-collapse:collapse;
		width:800px;
	}

	.meinedatentdhead {
		font-size:12px;
		border-bottom: 2px solid #000000;
	}

	.meinedatentd {
		font-size:12px;
		border-bottom: 1px solid #000000;
	}
	
	.warenkorbtabelle {
		border-collapse:collapse;
		width:1000px;
	}
	
	.bestellwktabelle {
		border-collapse:collapse;
		width:699px;
	}
	
	.mkbesttabelle {
		border-collapse:collapse;
		width:900px;
	}
	
	.warenkorbtr {
		border-bottom: 5px solid #ffffff;
	}

	.warenkorbtdpreisg {
		border-top: 2px solid #000000;
	}
	
	.warenkorbtdpreisw {
		border-top: 1px solid #000000;
	}

	.wk_buttons {
		border-collapse:collapse;
		width:1000px;
	}