body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #6E6E6E;
	background: #FFF;
	margin: 10px 0;
	padding:10px 0;
}
#wrapper {
	margin: 0 auto;
	width: 625px;
}
#top {
	width:inherit;
	height:160px;
}
#menu {
	width:615px;
	height:20px;
	background:#9AC215;
	margin:0 auto;
}
	#nav, #nav ul { /* all lists */
	    padding: 0;
	    margin: 0;
	    list-style: none;
		text-align:left; /* damit das drop down im ie linksb�ndig ist */
    }
	#nav {
		position: absolute;
	}
    #nav a {
	    display: block; 
		height: 20px;
    }
    #nav li { /* all list items */
	    float: left;
    }
	#nav li ul { /* second-level lists */
	    position: absolute;
	    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    }
    #nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	    left: 0; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    }
	 #nav li ul li { /* von Chrille für zusätzliche Subnavi Formatierung */
		float: left;
	}
	#nav ul li a{ /* von Chrille für zusätzliche Subnavi Formatierung */
		display: block; 
		height: 23px;
	}
#storesMenu {
	width:615px; 
	background:#FFFFFF;
	margin:0 auto;
	margin-top:23px;
}
	ul#storeStreets {
		padding: 0;
	    margin: 0;
	    list-style: none;
	}
	ul#storeStreets li {
		float:left;
	}

#contentWrapper {
	width:inherit;
	background:url(../images/content_bg.gif) repeat-y;
}
	#homeAni {
		width:625px;
		height:145px;
		background:#E0EBBC;
	}
	#contentSubseiten {
		margin-top: 35px;
	}
		.philosophie {
			margin:4px 4px 0 4px;
			background:url(../images/bg/bg2_1.jpg) no-repeat;
			background-position: bottom right;
			height:450px;
		}
		.menschen {
			margin:4px 4px 0 4px;
			background:url(../images/bg/bg2_2.jpg) no-repeat;
			background-position: bottom right;
			height:550px;
		}
		.produkte {
			margin:4px 4px 0 4px;
			background:url(../images/bg/bg2_3.jpg) no-repeat;
			background-position: bottom right;
			height:600px;
		}
		.jobs {
			margin:4px 4px 0 4px;
			background:url(../images/bg/bg2_1.jpg) no-repeat;
			background-position: bottom right;
			height:450px;
		}
		.zukunft {
			margin:4px 4px 0 4px;
			background:url(../images/bg/bg2_1.jpg) no-repeat;
			background-position: bottom right;
			height:450px;
		}
		.medien {
			margin:4px 4px 0 4px;
			background:url(../images/bg/bg5_1.jpg) no-repeat;
			background-position: bottom right;
		}
		.galerie {
			margin:4px 4px 0 4px;
			background:url(../images/bg/bg6_1.jpg) no-repeat;
			background-position: bottom right;
		}
	#content {
		padding:35px;
	}
		#content td {
			vertical-align:top;	
		}
		#produkteTable td {
			padding-bottom:10px;
		}
		#kontaktform {
			width:250px;
			float:left;
			margin-right:20px;
		}
		#imprint {
			width:250px;
			float:left;
		}
		#adressTable, #oeffnungszeitenTable, #medienTable {
			font-size:0.7em;
		}
			.left {
				padding: 0 40px 2px 0;
			}
			.laden {
				color:#9AC215;
				font-weight:bold;
			}
			#medienTable .left {
				padding: 0 10px 5px 0;
			}
		#picBig, #picText, #picThumbs {
			width:512px;
			margin:0 auto;
		}
		#picText p {
			padding:0;
			margin:5px 0;
		}
		#picThumbs {
			margin-top: 10px;
		}
		ul#thumbs {
			padding: 0;
			margin: 0;
			list-style: none;
		}
		ul#thumbs li {
			float:left;
			margin: 0 10px 10px 0;
		}
		
	#homeTeaser {
		width:615px;
		margin:0 auto;
		margin-bottom:25px;
	}
	
#bottom {
	width:inherit;
	height:4px;
}
#impressumWrapper p {
	padding:0;
	margin: 5px 0 20px 0;
}
	
