html {
	margin:0;
	padding:0;
}
body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	color:#666666;
	padding:0px;
	margin:0px;
}

html, body {
	height:100.1%;
}
div#inhalt {
	position:absolute;
	width:1064px;
	margin:20px 0px 0px -532px;
	left: 50%;
	overflow: hidden;
}
div#header {
	height:80px;
	width:1064px;
	overflow: hidden;
}
div#logo {
}
div#topnavi {
	width:1064px;
	height:13px;
	background:url(../img/topline.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	position:relative;
	clear:both;
	position:relative;
	top:10px;
}
div#shopnavi {
	width:1064px;
	margin:5px 0 0 0;
	height:30px;
	background:url(../img/topline2.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	position:relative;
	clear:both;
}
div#footer {
	margin:0;
	padding:0;
	background:#FFF;
	clear:both;
	width:1064px;
	height:32px;
	padding: 0;
	display:block;
	overflow:hidden;
}
div#bottomnavi {
	margin:0;
	padding:0;
	width:1064px;
	height:29px;
	background:url(../img/bottomline.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	position:relative;
	top:10px;
}

div#content div#left {
	margin:0 10px 0 0;
	padding:0;
	display:inline;
	float:left;
	width:800px;
	overflow:hidden;
	
}

div#content div#right {
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:inline;
	float:left;
	width:250px;
	overflow:hidden;
}



/* Navigation */

#nav_main {
	padding: 0 0 0 0;
	width:870px;
	position:relative;
}
div#topnavi ul.firstlevel {
	padding:0;
	margin:0;
	height:13px;
	list-style-type:none;
	position:absolute;
	top:0px;
	left:544px;
}

ul.shoplinks {
	padding:0;
	margin:0;
	list-style-type:none;
}

div#bottomnavi ul.firstlevel {
	margin:0;
	padding:0;
	height:13px;
	list-style-type:none;
	position:absolute;
	left:30px;
}
li.menuitem, li.menuitem_first, li.menuitem_last {
	margin:0;
	padding:0;
	float:left;
	height:13px;
	list-style-type:none;
	background:#FFF;
}
li.menuitem_first {
	padding: 0 0 0 10px;
}
li.menuitem_last {
	padding: 0 10px 0 0;
}
li.menuitem img.spcimg {
	padding: 0;
}
ul.firstlevel li img {
	padding:0 0 0 0;
}
input.inputbox {
	border: 1px solid #666666;
	height: 18px;
	width: 180px;
}

ul.shopnav {
	height:20px;
	padding:0 0 0 20px;
}

ul.shopnav li.menuitem_first {
	padding: 0 0 0 10px;
}


/* Content-Styles */
h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

h2 {
	margin-bottom:10px;
}



