a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #999;
}

a.Aktuell {
	font-weight: bold;
}

a.Unterkategorie {
	font-size: 12px !important;
}

a[name=top] {
	position: absolute;
	left: 0px;
	top: 0px;
}

body, td {
	font-family: 'Lucida Grande', 'Trebuchet MS', Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

body, html {
	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 100%;
}

body {
	background: url('../gfx/hintergrund.jpg') repeat-x #b6b8ba;
	background-position: center top;
	background-attachment: fixed;
}

div#Container {
	position: absolute;
	left: 0px;
	top: 0px;

	width: 100%;
	height: 100%;
	
	min-width: 1070px;
	min-height: 650px;
}

div#Center {
	position: absolute;
	left: 50%;
	top: 0px;
	
	margin-left: -525px;

	width: 1050px;
}

div#FragezumProdukt {
	border: 1px solid #999;
	background-color: #eee;
	
	padding: 20px;

	display: none;
}

div#Inhalt {
	position: absolute;
	left: 220px;
	top: 200px;
	
	width: 580px;
}

div#Kategorien {
	font-size: 15px;
	line-height: 21px;
}

div#LinkeSpalte {
	position: absolute;
	left: 0px;
	top: 200px;
	
	width: 210px;
}

div#RechteSpalte {
	position: absolute;
	right: 0px;
	top: 200px;
	
	width: 210px;
}

div.Box {
	background: url('../gfx/55.png') repeat;
	border-bottom: 2px solid #eb8213;
	
	padding: 8px 15px;
	margin: 0px 0px 10px 0px;
}

div.Spalte {
	float: left;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;	
	color: #eb8213;
	
	text-transform: uppercase;
	
	margin: 0px 0px 12px 0px;
	padding: 0px;
	
	overflow: hidden;
}

h1 {
	font-size: 16px;
	line-height: 20px;
	
	text-transform: none;
}

h3 {
	text-transform: none;
}

hr {
	width: 100%;
	height: 1px;
	
	border: 0px;
	
	margin: 19px 0px 20px 0px;
	
	color: #000000;
	background-color: #000000;
}

img {
	border: 0px;
	display: inline-block;
	vertical-align: bottom;
	
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

p#Kopf_Links {
	position: absolute;
	left: 0px;
	top: 165px;
}

p#Kopf_Rechts {
	position: absolute;
	right: 0px;
	top: 165px;
	
	text-align: right;
}

p#Kopf_Rechts a, p#Kopf_Links a {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	
	text-transform: uppercase;
}

p#Navigation {
	font-size: 10px;
	line-height: 14px;
	
	display: block;
	
	padding: 6px 10px 6px 10px;
	margin: 0px 0px 20px 0px;
	background: #ddd;
}

p#Fusszeile {
	font-size: 10px;
	line-height: 14px;
	
	display: block;
	
	padding: 10px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #999;
	
	text-align: center;
}

ul {
	list-style: none inside;

	margin: 0px;
	padding: 0px;
}

.Clear {
	clear: both;
}

.GrosserPreis {
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
}