/* ========= Basics ============== */

 * {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	height: 100%;
	margin-bottom: 0.1px;
}

body {
	text-align: center;
	font: 12px arial, helvetica, sans-serif;
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff0b4;
}

#header {
	width: 850px;
	background-image: url(gfx/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

#content {
	margin: 0 auto;
	background-color: white;
	width: 850px;
	text-align: left;
	float: left;
}

#menu {
	width: 850px;
	height: 50px;
	background-image: url(gfx/menu-bg.jpg);
	background-color: #1184c8;
	text-align: center;
	position: relative;
}

#footer {
	width: 850px;
	height: 25px;
	background-color: #1184c8;
	clear: both;
	margin: 0 auto;
}

#container {
	margin: 0 auto;
	width: 850px;
}

/* ========= Content ============== */

h1 {
	color: #1184c8;
	margin: 30px 25px 15px 25px;
	font-size: 24px;
	line-height: 1.15em;
}

h2 {
	color: grey;
	margin: 0 25px 15px 25px;
	font-size: 18px;
}

#content a, #crumb a {
	color: #1184c8;
}

#content a:hover, #crumb a:hover {
	color: #5f5d60;
	text-decoration: none;
}

#content p {
	margin: 0 25px 15px 25px;
}

strong {
	color: #1184c8;
	font-weight: bold;
}

#footer p {
	font-size: 11px;
	color: #1184c8;
	padding-top: 35px;
}

#footer a {
	color: #1184c8;
}

#footer a:hover {
	color: black;
	text-decoration: none;
}

#content img {
	float: right; 
	margin: 0 25px; 
	padding: 3px; 
	border: 1px solid silver; 
}

#content img.banner {
	float: none; 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	text-align: center;
}


#content ul {
	list-style-image: url(gfx/aufz.gif);
	margin: 0 25px 0 50px;
}

#content li {
	font: 12px arial, helvetica, sans-serif !important;
}

h3,
#content h3 a {
	color: black;
	margin: 0 25px 15px 25px;
	font-size: 14px;
}

/* ========= Angebote ============== */

#boxes {
	margin: 0 0 25px;
	float: left;
	display: inline;
}

.abox {
	width: 228px;
	height: 150px;
	padding: 10px;
	margin: 25px 0 0 25px;
	background-color: #E7F5FE;
	border:1px solid #39ABF2;
	float: left;
	display: inline;
}

#content #boxes p {
	margin: 0;
	font-size: 10px;
	height: 100px;
	width: 120px;
	float: right;
}

#content #boxes img {
	float: left; 
	width: 100px;
	height: 75px;
	margin: 0; 
	padding: 0px; 
	border: 0px; 
}

.preis {
	color: #e11f1f;
	font-size: 14px !important;
	font-weight: bold;
	float: left;
	padding-top: 10px;
	margin: 0 !important;
}

.preis a {
	color: #e11f1f !important;
}


#content #boxes h3 {
	margin: 0 10px 10px 0; 
	padding: 0px; 
	border: 0px; 
}

/* HIGHLIGHT */

#content #hbox p {
	margin: 0;
	font-size: 10px;
	height: 100px;
	width: 120px;
	float: right;
}

#content #hbox img {
	float: none; 
	width: 100px;
	height: 75px;
	margin: 0; 
	padding: 0px; 
	border: 0px; 
}

#content #hbox h3 {
	margin: 0 10px 10px 0; 
	padding: 0px; 
	border: 0px; 
}

/* ========= Menu ============== */

li.current a {
	color: #fef569 !important;
}

ul li.current li a {
	color: white !important;
}

ul li.current li.current a {
	color: #fef569 !important;
}


#menu ul {
	margin: 0 auto;
	width: 600px;
}

#menu ul li {
	list-style: none;
	float: left;
	position: relative;
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
	text-decoration: none;
	color: white;
	height: 35px;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0 0 0;
}

#menu ul li a:hover,
#menu ul li.over a:hover {
	background-image: url(gfx/menu-bg-over.jpg);
	background-repeat: repeat-x;
}


#menu  ul ul {
	position: absolute;
	visibility:hidden;
	top: 50px;
	left: 0;
	float:left;
}

#menu ul li:hover ul, 
#menu ul li.over ul  {
/*   left: auto !important;*/
	left: 0;
	visibility: visible;
	display:inline;
}


#menu  ul ul li {
	float: left;
	clear:both;
}

#menu  ul ul li a {
	display: block;
	width: 150px;
	text-decoration: none;
	color: white;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	float: none;
	background-color: #1184c8;
	border-top: 1px solid white;
	padding: 10px 0 0 0;
}

#menu img {
	padding		: 16px 10px 0 0;
}


/* Vom Image Fader benötigte styles */
/* 
 * image_fade_wrapper
 * Dient um die relative Positon des image_fade-Elements auf zuheben.
 * REDAXO: hier wird der Rahmen gesetzt und es könne auch padding und margin angegeben werden.
 */
.image_fade_wrapper {
	float: left;
	border: 1px solid #FFF;
	background-color: #fff;
}
/* image_fade 
 * Positon relative ist notwendig um das unterliegende img-Element absolut positionieren zu können 
 * Breite und Höhe sind notwendig, damit der Brower die Grösse des Image Faders kalkulieren kann.
 * REDAXO: Für Redaxo implementierung hier kein margin oder padding angeben, das div wird auf Grösse der Bilder gesetzt.
 */
.image_fade {
	position: relative;
	float: left;
	width: 350px;
	height: 350px;
	border: none;
}
/* image_fade img
 *  Absolute Position und top, left = 0 muss gesetzt werden.
 * REDAXO: Kein margin und padding angeben.
 */
.image_fade img {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	margin: 0;
	padding: 0;
}
.clear{
	clear: both;
}
/* ENDE - Vom Image Fader benötigte styles */
