#seitencontainer {
	width: 1160px;
	background-color: #FFF;
}
#kopfzeile {
	width: 980px;
	background-color: #FFF;
}

#menuzeile {
	background-color: #9CB4C0;
	width: 1160px;
	height: 30px;
}
.navispalte {
	background-color: #FFF;
	float: left;
}

ul.navigator {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	float: none;
	left: 0px;
	background-color: #FFF;
	border-top-style: none;
	list-style-image: none;
	list-style-type: none;
	width: 150px;
	padding: 0px;
}
.Auflistung {
}

ul.navigator li {
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}

ul.navigator a:hover, ul.navigator a:active, ul.navigator a:focus { /* Hiermit wird der Hintergrund und die Textfarbe bei der Navigation mit der Maus und der Tastatur geändert. */
	background-color: #9CB4C0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

ul.navigator a { /* Durch Gruppieren dieser Selektoren wird sichergestellt, dass die Hyperlinks auch nach dem Aufrufen die Form einer Schaltfläche beibehalten. */
	display: block; /* Hiermit werden die Blockeigenschaften für den Hyperlink angegeben, sodass das gesamte umschließende LI-Element aufgefüllt wird. Hiermit wird angegeben, dass der gesamte Bereich auf einen Mausklick reagiert. */
	text-decoration: none;
	color: #000;
	background-color: #E6926E;
	background-attachment: fixed;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 5px;
}

ul#menu {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
	background-color: #9CB4C0;
}

ul#menu li {
	margin: 0px;
	text-align: center;
	display: inline-block;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

ul#menu li a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	width: 100px;
	height: 25px;
	display:block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #900;
	padding-top: 5px;
}

ul#menu li a:link, ul#menu li a:visited {
	background-color: #9CB4C0;
	color: #000;
}

ul#menu li a:hover, ul#menu li a:active {
	background-color: #8D3D1A;
	color: #FFF;
}
#inhalt {
	background-color: #FFF;
	width: 990px;
	float: left;
	padding-top: 14px;
}
#inhaltlogo {
	width: 180px;
	float: left;
	background-color: #FFF;
}
#inhalttitel {
	width: 980px;
	background-color: #FFF;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	height: 70px;
}

#inhaltlinks {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	width: 980px;
	background-color: #FFF;
	font-size: 14px;
	padding-left: 10px;
	text-align: justify;
	padding-top: 10px;
}
#inhaltrechts {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	width: 460px;
	float: left;
	padding-left: 10px;
	text-align: justify;
	padding-top: 10px;
}
.produkt {
	background-color: #9CB4C0;
	height: 90px;
	width: 350px;
	margin-bottom: 10px;
}
#produktbild {
	height: 70px;
	width: 70px;
	float: left;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 10px;
	padding-left: 10px;
}
#produkt1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #9CB4C0;
	width: 200px;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
}
#produkt2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	width: 250px;
	margin-left: 10px;
	background-color: #9CB4C0;
	float: left;
}
