a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #666;
}

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

body, td {
	font-family: 'Times', Serif;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

body {
	
	background-color: #fff;
}

body, html {
	margin: 0px;
	padding: 0px;
	
	height: 100%;
}

body#Startseite {
	background: url('../medien/grafiken/hintergrund.jpg') no-repeat #fff;
	background-position: center;
}

body#Startseite div#Container {
	position: absolute;
	left: 50%;
	top: 50%;
	
	width: 710px;
	height: 140px;
	
	min-width: 0px !important;
	min-height: 0px !important;

	margin: -70px 0px 0px -355px;
}

div#Hintergrund {
	position: fixed;
	left: 0px;
	top: 0px;
	
	width: 100%;
	min-width: 1040px;
	
	height: 100%;
	min-height: 600px;
	
	overflow: hidden;
	
	z-index: 0;
}

div#Container {
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 100%;
	min-width: 1040px;
	
	height: 100%;
	
	overflow: hidden;
	
	z-index: 100;
}

div#Icons {
	position: absolute;
	left: 950px;
	top: 65px;
	
	z-index: 120;
}

div#Icons img {
	width: 24px;
	height: 24px;
	
	margin-left: 7px;
}

div#Inhalt {
	position: absolute;
	left: 340px;
	top: 230px;
	
	width: 700px;
	
	background: #fff;
	
	padding-bottom: 40px;
	
	z-index: 300;
}

div#Leinwand {
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 1040px;
	height: 100%;
	
	background: #fff;
	
	z-index: 20;
}

div#Navigation {
	position: absolute;
	left: 340px;
	top: 110px;
	
	width: 100%;
	
	border-top: 1px #999 solid;
	
	z-index: 110;
}

div#Projektionen {
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 320px;
	height: 100%;
	
	overflow: hidden;
	
	z-index: 30;
}

div#Projektionen img {
	position: absolute;
	left: 0px;
	top: 0px;
	
	display: none;
	
	z-index: 31;
}

div#Projektionen img.Aktiv {
	display: block;
	
	z-index: 33;
}

div#Verlauf {
	position: absolute;
	right: 0px;
	top: 0px;
	
	width: 200px;
	height: 100%;
	
	background: repeat-y #fff;
	
	z-index: 10;
}

div#Zitate {
	position: absolute;
	left: 340px;
	top: 300px;
	
	width: 700px;
	height: 200px;
	
	z-index: 200;
}

div#Zitate img {
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin: -40px 0px 0px -350px;
	
	display: none;
}

div#Zitate img.Aktiv {
	display: block;
}

div.Produkteintrag, img.Produktfoto {
	width: 200px;

	float: left;
	
	margin: 0 20px 20px 0;
}

div.Produkteintrag img.Button {
	width: 70px;
	height: 70px;
}

div.Spalte {
	float: left;
}

div.Text {
	position: absolute;
	left: 50%;
	top: 0px;
	
	width: 500px;
	margin-left: -250px;
}

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

h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Arial', Sans-Serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	
	color: #555;
	
	margin: 0px 0px 12px 0px;
	padding: 0px;
	
	overflow: hidden;
}

hr {
	width: 100%;
	height: 1px;
	
	border: 0px;
	
	margin: 9px 0px 10px 0px;
	
	color: #999;
	background-color: #999;
}

hr.Absatz {
	visibility: hidden;
	margin: 30px 0px 30px 0px;
}

hr.Hell {
	color: #ccc;
	background-color: #ccc;
}

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

img#Logo {
	position: absolute;
	left: 340px;
	top: 25px;
	
	z-index: 120;
}

img#Shop {
	position: absolute;
	left: 800px;
	top: 5px;
	
	z-index: 120;
}

img#Schnecke {
	position: absolute;
	right: 20px;
	bottom: 20px;
	
	z-index: 120;
}

img.Bild {
	margin: 10px 0px 10px 0px;
}

img.Button {
	float: left;

	margin-left: 130px;
	margin-top: -130px;
	
	z-index: 9000;
}

input[type=text], textarea {
	font-family: 'Times', Serif;
	font-size: 13px;
	line-height: 19px;
	color: #666;
}

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

p.Absatz {
	margin-top: 24px;
}

table {
	margin-bottom: 12px;
}

ul {
	list-style: circle outside;

	margin: 0px 0px 12px 15px;
	padding: 0px;
}

.Clear {
	clear: both;
	
	width: 0px;
	height: 0px;
	
	visibility: hidden;
}

.Geist {
	display: none;
}

.Klein {
	font-size: 11px;
}
