@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-image: url(../images/main_bg.jpg);
	background-color: #100B2B;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

a:link {
   color:white;
   text-decoration:none;
}
a:visited {
   color:#FFFFFF;
   text-decoration:none;
}
a:hover {
   color:#46669D;
   text-decoration:none;
}
a:active {
   color:white;
   text-decoration:none;
}

.headline {
	font-size: 24px;
	padding-top: 15px;
	float: left;
}
#container {
	width: 996px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	height: 721px;
	background-image: url(../images/container.gif);
	background-repeat: no-repeat;
	color: #FFF;
	margin-top: 23px;
}

#mainContent {
	padding: 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
}
.prodname {
	font-weight: bold;
	background-image: url(../images/design/prod_kopf.gif);
	margin-top: 0px;
	height: 31px;
	padding-top: 7px;
	background-repeat: no-repeat;
	font-size: 14px;
	padding-left: 20px;
}
p {
	margin: 0;
	padding-bottom: 5px;
}
.favorit {
	text-align: right;
	float: right;
}
#navigation {
	font-size: 12px;
	float: left;
	clear: right;
}
#titel {
	float: left;
}
#kopf {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#headline {
	margin: 0;
	padding: 8px 14px;
	float:left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 700px;
}
#waren {
	margin: 0;
	padding: 8px 14px;
	float:right;
	margin-top: 20px;
}
#nav {
	margin: 0;
	clear:both;
	padding-top: 8px;
	float:left;
	width: 600px;
	text-indent: 14px;
}
#favorit {
	margin: 0;
	padding-top: 8px;
	float:right;
	margin-top: 3px;
	width: 350px;
	text-align: right;
}
.prod_sparen {
	font-weight: bold;
	color: #5F77BC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nummer {
	font-size: 16px;
	font-weight: bold;
}

.prodauswahl {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	margin: 0 20px;
	text-align: left;
}
.trennlinie {
	margin-left: 10px;
}
.prodpreis {
	background-image: url(../images/design/prod_preis.gif);
	background-repeat: no-repeat;
	height: 120px;
}
#mainContent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.warenkorb {
	font-size: 12px;
	font-weight: normal;
	float: right;
}
#prod1 {
	position:relative;
	width:310px;
	height:500px;
	z-index:1;
	clear: both;
	margin-right: 12px;
	float: left;
	background-image: url(../images/design/prod_hell.gif);
	margin-top: 20px;
	margin-bottom: 80px;
}
#prod_name {
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/design/prod_kopf.gif);
	background-repeat: no-repeat;
}
#prod2 {
	position:relative;
	width:310px;
	height:500px;
	z-index:1;
	clear: none;
	margin-right: 12px;
	float: left;
	background-color: #999;
	margin-top: 20px;
	background-image: url(../images/design/prod_hell.gif);
	margin-bottom: 80px;
}
#prod3 {
	position:relative;
	width:310px;
	height:400px;
	z-index:1;
	clear: none;
	float: left;
	margin-top: 20px;
	margin-bottom: 180px;
	background-image: url(../images/design/prod_hell.gif);
}
.prostretch {
	float: right;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0;
}
.prodimage {
	margin-left: 20px;
	float: left;
	/*padding-bottom: 10px;*/
	margin-right: 10px;
}
.prodtext {
	font-weight: normal;
	color: #000;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}
.prod_menge1 {
	font-weight: bold;
	color: #2A2955;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 15px;
	vertical-align: middle;
}
.prod_menge2 {
	font-weight: bold;
	color: #E52475;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 15px;
}
.prod_preis1 {
	font-weight: bold;
	color: #2A2955;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
}
.prod_preis2 {
	font-weight: bold;
	color: #C71F6C;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
}
.bestell {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	margin: 0 20px;
	margin-top: -10px;
	margin-bottom: 0px;
	padding: 0;
}
.prodoption {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	margin: 0 20px;
	margin-bottom: 10px;
}
.prodpreis3 {
	background-image: url(../images/Prod3Preis.gif);
	background-repeat: no-repeat;
	height: 90px;
}
#fusszeile {
	width: 800px;
	clear: both;
}
.text10px {
	font-size: 10px;
}

input, select, button {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
