/* 1.0 | hannes | 2009-05-21 | template */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#maincontainer {
	min-height: 100%; 
	position: relative;
	width: 911px;
	margin: 0 10px 0 9px;
}
* html #maincontainer { height: 100%; }
body {
	margin: 0;
	background: #F28E00 url(/grafik/body_bg.gif) repeat-y left top;
	color: #742919;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/* LAYOUT */
#extramenu {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	margin-top: 50px;
	color: #FBD394;
}
#extramenu a { text-decoration: none; }
#extramenu a:hover { text-decoration: underline; }

/* LOGO */
#logo {
	position: absolute;
	height: 123px;
	top: -1px;
	left: 697px;
	z-index: 1;
}

/* LANGUAGE SELECT */
#languageselect {
	height: 20px;
	position: absolute;
	right: 0;
}
#languageselect a img { margin: 9px 7px 0 0; }

table#subheader {
	width: 100%;
	height: 365px;
}
table#subheader th { width: 680px; }
table#subheader td#adresse {
	width: 222px;
	background-color: #FFEFAD;
	color: #D58417;
	font-size: 11px;
}
table#subheader td#adresse blockquote {
	margin: 55px 0 0 25px;
	padding: 0;
	height: 146px;
}
table#subheader td#adresse blockquote a {
	background: url(/grafik/adresse_a.gif) no-repeat left center;
	padding-left: 18px;
}

/* DROPDOWNMENU */
.closed { display: none; }
#dropdownmenu a:hover img { background-color: #F28F00; }
#dropdownmenu, #dropdownmenu ul, #dropdownmenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#dropdownmenu {
	height: 54px;
	background: #F28F00 url(/grafik/dropdownmenu_bg.png) left top;
	white-space: nowrap;
}
#dropdownmenu li {
	display: inline;
	float: left;
}
#dropdownmenu li a {
	display: block;
	padding: 0;
	text-decoration: none;
	color: white;
	text-align: center;
	font-size: 13px;
}
#dropdownmenu li a img { background: #F28F00 url(/grafik/dropdownmenu_bg.png) left top; }
#dropdownmenu li a:hover img { background-image: none; background-color: #F90; }
#dropdownmenu li:last-child { border: none; }
#dropdownmenu li:first-child { border-left: none; }

/* LEVEL 1 */
#dropdownmenu li li a { background: none; }
#dropdownmenu li li, #dropdownmenu li ul { width: 160px; }
#dropdownmenu li ul {
	position: absolute;
	left: -9999px;
	background: url(/grafik/dropdownmenu_ul_trans.png) no-repeat left bottom;
	width: 210px;
	padding-bottom: 10px;
}
#dropdownmenu li ul li {
	border-top: 1px solid #F0F0F0;
	width: 170px;
}
#dropdownmenu li ul a {
	color: #666;
	font-size: 12px;
	width: 200px;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 28px;
	text-align: left;
	text-indent: 15px;
}
#dropdownmenu li ul li a img { border: none; }
#dropdownmenu li ul li a:hover { text-decoration: underline; }
#dropdownmenu li:hover ul, #dropdownmenu li li:hover ul, #dropdownmenu li.sfhover ul, #dropdownmenu li li.sfhover ul { left: auto; }
#dropdownmenu li:hover ul ul, #dropdownmenu li.sfhover ul ul { left: -999em; }
#imagecontainer {
	padding-bottom: 150px;
	width: 222px;
}
#imagecontainer img { margin-top: 10px; }

/* CONTENT */
#content { padding-bottom: 160px; } /* , #imagecontainer */
#content { margin: 35px 25px auto 80px; }
#content h1 {
	color: #F28E00;
	font: lighter 24px Arial, Helvetica, sans-serif;
}
#content h1:first-child {
	margin-top: 0;
	padding-top: 0;
}
#content h2 { font: bold 14px Arial, Helvetica, sans-serif; }
#offermenu a img { background: url(/grafik/offermenu_bg.png) repeat-x left top; }
#offermenu a:hover img { background: url(/grafik/offermenu_over_bg.png) repeat-x left top; }

/* FOOTER */
#footercontainer {
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%;
	height: 140px;
	background: #FFEFAD;
	color: #C4B98E;
}
#footercontainer div table {
	width: 600px;
	padding: 10px 0;
	margin: 0 auto;
}
#footercontainer div table td {
	text-align: center;
	vertical-align: middle;
}
#footercontainer div#copyrightcontainer { padding: 0 0 0 4px; }
#footercontainer div#copyrightcontainer, #footercontainer div#copyrightcontainer a {
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #535353;
}
#footercontainer div#copyrightcontainer a:hover { text-decoration: underline; }
/*#copyrightcontainer span { display: none; }*/

/* BILDBOXEN */
.imagebox {
	width: 210px; /* x IE */
	float: right;
	text-align: right;
}
.imagebox img { margin: 1px 1px 0 0; }