@charset "ISO-8859-1";
/* CSS Document */

html,body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffe8b6;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}
h1 {
	font-size:14px;
	color:#990000;
	font-weight:bold;}
h2 {	
	font-size:14px;
	color:#666666;
	font-weight:bold;
}
h3 {	
	font-size:12px;
	color:#990000;
	font-weight:bold;
}
.angebote {
	padding-top: 2px;
	padding-bottom:2px;
	background-color:#ffe8b6;
}
.twoColFixRtHdr #container { 
    	width: 988px;
    	margin: 0 auto; /* Durch automatische RÃ¤nder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: 1px solid #FFFFFF;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element Ã¼berschrieben. */
		background-image:url(images/back.gif);
		background-repeat:repeat-y;
    } 
    .twoColFixRtHdr #header { 
    	background: #ffe8b6; 
    	padding: 0;  /* Diese AuffÃ¼llung entspricht der linksbÃ¼ndigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die AuffÃ¼llung entfernen. */
    } 
	.twoColFixRtHdr #sprachwahl { 
    	padding: 6px 21px 0 0;
		text-align:right;
		height: 25px;
    } 
    .twoColFixRtHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, kÃ¶nnen Sie das Auftreten unerwarteter AbstÃ¤nde zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnÃ¶tig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der AuffÃ¼llung anstelle von RÃ¤ndern lÃ¤sst sich gewÃ¤hrleisten, dass das Element die Kanten des div nicht berÃ¼hrt. */
    }
    .twoColFixRtHdr #sidebar1 {
    	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 172px;
		min-height: 100%;
  		height:auto; /* moderne Browser */
  		height:100%; /* IE */
 /* Die tatsÃ¤chliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer auÃYer der Breite auch die AuffÃ¼llung und den Rahmen. */
    	background:#fee0a0; /* Die Hintergrundfarbe wird nur fÃ¼r die LÃ¤nge des Spalteninhalts angezeigt. */
    	padding: 10px;
		margin:0px;
		color:#333333;
		font-size:11px;
    }
    .twoColFixRtHdr #mainContent { 
    	
    	padding: 0; /* padding (AuffÃ¼llung) bezeichnet den Innenabstand und margin (Rand) den AuÃYenabstand der div -Box. */
		margin-right:210px;
		margin-left:20px;
    } 
    .twoColFixRtHdr #footer { 
    	background:#fff; 
		width:990px;
		height:150px;
		border-top-width:1px;
		border-top-style:dotted;
		border-top-color:#FF9900;
		background-image:url(images/back_bottom.gif);
		background-position:bottom;
		background-repeat:repeat-x;
    } 
    .twoColFixRtHdr #footer p {
    	margin: 0; /* Wenn Sie die RÃ¤nder des ersten Elements in der FuÃYzeile auf 0 einstellen, kÃ¶nnen Sie unerwartete AbstÃ¤nde zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der AuffÃ¼llung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
    .fltrt { /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach rechts flieÃYen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach links flieÃYen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem SchlieÃYen eines Containers sein, der wiederum einen vollstÃ¤ndigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
a {
	color:#5f0401;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
	color: #850601;
	text-decoration: underline;
}
.bilderrahmen {
	float:left;
	margin-right:10; margin-bottom:20px; margin-left:0; margin-top:0;
}
.bilderrahmen2 {
	float:right;
	margin-right:10px; margin-bottom:20px; margin-left:30px; margin-top:0;
}
.bilderrahmen3 {
	float:right;
	margin-right:30px; margin-bottom:20px; margin-top:0;
}
.bilderrahmen4 {
	float:left;
	margin-right:20px; margin-bottom:20px; margin-left:0; margin-top:0;
}

.clearright{
	clear:right;}

.point {
	font-size:12px;
	color:#990000;
	font-weight:bold;
}
.border {
	border-color:#990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color:#fee0a0;
}
.head_table {
	color: #000000;
	background-color: #FFFFFF;
}
.head2_table {
	color: #000000;
	background-color: #ffe8b6;
}
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.preload1 {background: url(menue/blank_over.gif);}
.preload2 {background: url(menue/blank_overa.gif);}

.menu2 {padding:0px; margin:0; list-style:none; height:36px; background:url(menue/back.gif); position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
.menu2 li.top {display:block; float:left;}
.menu2 li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(menue/blank.gif);}
.menu3 li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(menue/blank1.gif);}
.menu2 li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:36px;background:url(menue/blank.gif) right top;}
.menu3 li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:36px;background:url(menue/blank1.gif) right top;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:36px; background:url(menue/blanka.gif) no-repeat right top;}
.menu2 li a.top_link:hover {color:#fff; background: url(menue/blank_over.gif) no-repeat;}
.menu3 li a.top_link:hover {color:#fff; background: url(menue/blank_over.gif) no-repeat;}
.menu2 li a.top_link:hover span {background:url(menue/blank_over.gif) no-repeat right top;}
.menu3 li a.top_link:hover span {background:url(menue/blank1_over.gif) no-repeat right top;}
.menu2 li a.top_link:hover span.down {background:url(menue/blank_overa.gif) no-repeat right top;}

.menu2 li:hover > a.top_link {color:#f4c100; background: url(menue/blank_over.gif) no-repeat;}
.menu3 li:hover > a.top_link {color:#f4c100; background: url(menue/blank1_over.gif) no-repeat;}
.menu2 li:hover > a.top_link span {background:url(menue/blank_over.gif) no-repeat right top;}
.menu3 li:hover > a.top_link span {background:url(menue/blank1_over.gif) no-repeat right top;}
.menu2 li:hover > a.top_link span.down {background:url(menue/blank_overa.gif) no-repeat right top;}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible; position:relative; z-index:200;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:0; top:31px; background: #fff; padding:3px; border:1px solid #850601; white-space:nowrap; width:210px; height:auto; z-index:300;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:210px; font-weight:normal;}
.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:210px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}
.menu2 :hover ul.sub li a.fly {background:#fff url(menue/arrow.gif) 140px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#850601; color:#fff;}
.menu2 :hover ul.sub li a.fly:hover {background:#850601 url(menue/arrow_over.gif) 140px 7px no-repeat; color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#850601 url(menue/arrow_over.gif) 140px 7px no-repeat; color:#fff;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:150px; top:-4px; background: #fff; padding:3px; border:1px solid #850601; white-space:nowrap; width:210px; z-index:400; height:auto;}

