@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #333;
}	
#container {
	margin: 0px auto;
	padding: 0px;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 1100px;
}
#header {
	float: left;
	width: 200px;
}
#navi {
	float: right;
	padding-top: 60px;
	width: 850px;
}
#navi ul  {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
	list-style: none;
}
#navi ul li {
	float: left;
}		
#navi ul a {
	display: block;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right: 10px;
	padding: 8px;
	text-decoration: none;
	color: #333;
	border: 2px solid #333;
	font-weight: bold;
}
#navi ul a:hover {
	color: #999;
	text-decoration: none;
}
#top_clear {
	clear: both;
}	
#content {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}
#slider {
	margin: 0px auto;
	padding: 0px;
	height: 410px;
}
#spalten {
	margin-top: 30px;
}
#leftcol {
	float: left;
	width: 440px;
}
#produkt {
	height: 150px;
}	
#rightcol {
	float: right;
	width: 440px;
}
#produkt_bild {
	background: url(../jpg/produkt_start.jpg) top left no-repeat;
	height: 150px;
}	
#col_clear {
	clear: both;
}
#news {
	margin-top: 20px;
}	
#footer a {
	text-decoration: underline;
	color: #333;
}
#footer a:hover {
	text-decoration: none;
}				
.h1 {font-size: 1.1em; color: #999;}
.small {font-size: 0.8em; color: #333;}
.trenner {background: url(../jpg/trenner.jpg) top center repeat-x;}
#ecke {
	position: absolute;
	left: 0px;
	top: 863px;
	width: 150px;
	height: 150px;
	z-index: 1000;
	background: url(../png/ecke.png) top left no-repeat;
}