/* Standard-CSS als Vorlage für mich */

/* Wichtige Farben
Dunkelblau = #000033
Gold =	     #b3a84f
*/

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
	color: #000033;
	font: 12px/18px Verdana, Lucida, "Lucida Grande", sans-serif;
}

html, body {
	background: url(../images/hgpic.gif) repeat-x fixed 0 top;
}

/* @group Grundlegende Formatierungen */

a:link {
	text-decoration: underline;
	color: #b3a84f;
}

a:visited {
   text-decoration: underline;
	color: #b3a84f;
}

a:hover {
   color: #000033;
   text-decoration: underline;
}

strong {
   font-weight: bold;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

.klein {
   font-size: 0.7em;
}

.right {
   text-align: right;
}

/* @end */

/* Header */

/* Der Wrapper umschliest alles und hält es mittig */

#wrap {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 600px;
	margin-top: 5px;
}

#wrap_klein {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#date {
	color: white;
	font: bold 40px "Times New Roman", Times, Georgia, serif;
	position: relative;
	margin-left: 482px;
	top: 120px;
}

/* @group AGBs */

#agbs {
	width: 800px;
	padding-top: 30px;
	font-size: 15px;
	line-height: 20px;
}

#agbs li {
	width: 800px;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}

h5 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}



/* @end */

/* Der Kopf mit der Hauptnavigation und dem Logo */

#header {
	width: 790px;
	height: 40px;
	padding-bottom: 10px;
}

#logo_head {
	float: left;
	margin-top: 15px;
}

/* @group Rotator */
*
{
	margin: 0;
	padding: 0;
}

#rotator
{
	cursor: pointer;
	overflow: hidden;
	width: 800px;
	height: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

#rotator img
{
	border: 0;
	width: 800px;
	height: 600px;
	z-index: 0;
}


/* @end */

/* @group navigation */

#mainnavi {
	height: 35px;
	width: 200px;
	float: right;
}



/* @end */

/* @group produktseite */

#content {
	width: 200px;
	z-index: 1;
	opacity: 1;
	background-image: url(../images/produkt-info_back.png);
	height: 500px;
	position: absolute;
	margin-left: 15px;
	margin-top: 10px;
	top: 60px;
}

#content a {
	z-index: 1;
	opacity: 1;
	position: absolute;
	color: #b3a84f;
	text-decoration: underline;
	font-size: 10px;
}

#content a:hover {
	z-index: 1;
	opacity: 1;
	position: absolute;
	color: #000033;
	text-decoration: underline;
	font-size: 10px;
}

.subline {
	margin-left: 14px;
	font-size: 11px;
	color: #b3a84f;
}

.beschreibung {
	margin-top: 25px;
	margin-left: 14px;
	font-size: 10px;
	color: #000033;
	line-height: 16px;
	width: 175px;
}

.infos {
	margin-top: 15px;
	line-height: 14px;
	font-size: 10px;
}

#preisschild {
	color: navy;
	z-index: 2;
	position: absolute;
	top: 410px;
	left: 115px;
}

#bestellen {
	z-index: 2;
	position: absolute;
	left: 14px;
	bottom: 10px;
}

/* @end */

/* @group footer */

#footer {
	margin-right: auto;
	margin-left: auto;
	color: silver;
	font-size: 10px;
	width: 800px;
	text-align: center;
	margin-top: 10px;
}

#footer a {
	color: #b3a84f;
	font-size: 10px;
	text-decoration: underline;
}

#footer a:hover {
	color: #000033;
}



/* @end */

/* @group infoseite */

#info {
	width: 800px;
	background-color: white;
	border: 1px none #b3a84f;
	border-bottom: 1px solid #b3a84f;
	padding-top: 30px;
}

#infotext {
	width: 600px;
	color: white;
}

#infotext a {
	color: #b3a84f;
	text-decoration: underline;
}

#infotext a:hover {
	color: #000033;
	text-decoration: underline;
}

.infotext {
	line-height: 18px;
	margin-bottom: 30px;
	color: #000033;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

h2 {
	margin-top: 10px;
	color: white;
	font-size: 12px;
	letter-spacing: 1px;
}



/* @end */

.bubble {
	background-color: maroon;
}
