body {
	background-image: url(images/navi-hintergrund.gif);
	background-repeat: repeat-y;
	background-color: White;
	padding: 0 0 0 0;
}

div#kopf {
	position: absolute;
	left: 120px;
	top: 0px;
	background-image: url(images/kopf-mitte.gif);
	background-repeat: repeat-x;
}

div#navigation {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 120px;
}

div#content {
	position: absolute;
	left: 140px;
	top: 100px;
	width: 640px;
}

div#shop {
	position: absolute;
	left: 140px;
	top: 100px;
	width: 800px;
}

div.aktuell {
	position: relative;
	float: right;
	width: 250px;
}

div.kasten {
	position: relative;
	float: right;
	width: 250px;
	border: 1px solid Gray;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FAF0E6;
	-moz-border-radius: 5px;
}

img {
	border: none;
}

/* Schriftarten */
body,h1,h2,h3,h4,h5,h6,p,li,td,a {
	font-family: Arial, Helvetica, sans-serif;
}

p,li,td,a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h4 {
	font-size: 15px;
}

th {
	font-size: 15px;
}

.fuss {
	font-size: 11px;
}

/* Hover A-Z */
table.abisz a {
  text-decoration: none;
  color: black;
}

table.abisz a:hover {
  text-decoration: underline;
}

/* CSS für Shop-Elemente */

input.knopf {
	background-color: #D3D3D3;
	border: 1px solid Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	height: 20px;
}

a.knopf {
	background-color: #D3D3D3;
	border: 1px solid Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
	color: black;
}
