html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #FFF1D1;
	margin: 0px;
	padding: 0px;
	font: 14px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #960;
}
* html #maincontainer { height: 100%; }

.blocksatz { text-align: justify; }
.klein { font-size: 12px; }
form { margin: 0px; }
h1 {
	font-size: 22px;
	line-height: 120%;
}
h2 { font-size: 18px; }
h3 { font-size: 14px; }
a:link, a:active, a:visited { color: #960; }
a:hover{ text-decoration: none; }
#image {
	border: 1px solid #960;
	margin: 5px;
}
#imageleft {
	border: 1px solid #960;
	margin: 5px 5px 5px 0px;
}
.flashimage { border: 1px solid #960; }

#maincontainer {
	min-height: 100%;
	position: relative;
	margin: auto;
	background: #FFF1D1 url(/grafik/layout/bg_hausansicht.jpg) no-repeat left top;
}
#header { height: 130px; }
#adresse{
	position: absolute;
	top: 210px;
	left: 760px;
	z-index: 1;
	right: -750px;
	width: 200px;
	line-height: 18px;
	font-size: 14px;
}
#adresse a {
	text-decoration: none;
	font-weight: bold;
	color: #960;
}
#adresse div.warenkorb {
	width: 180px;
	height: 40px;
	line-height: 100%;
	overflow: hidden;
	background: url(/grafik/adresse_warenkorb.jpg) no-repeat left top;
	margin-top: 1em;
}
/*#adresse div.warenkorb div { padding: 10px 0 0 60px; }*/
#adresse div.warenkorb, #adresse div.warenkorb a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
}
#adresse div.warenkorb a {
	width: 180px;
	height: 40px;
	display: block;
	padding: 10px 0 0 60px;
}
/*#adresse div.warenkorb a:hover { text-decoration: underline; }*/

/* MENU */
#navigation {
	position: absolute;
	z-index: 2;
	padding-top: 0px;
	padding-left: 0px;
	top: 50px;
	height: 40px;
	left: 260px;
/*	white-space: nowrap;*/
}

/* CONTENT */
#content {
	width: 480px;
	overflow: auto;
	margin-left: 260px;
	padding: 100px 10px 120px 10px;
	min-height: 330px;
	z-index: 100;
	line-height: 120%;
}
#content h2, #content h3 { margin: 0.8em 0; }
#adresse {
	position: absolute;
	left: 790px;
	top: 140px;
}
#adresse blockquote {
	margin: 10px 0 10px 10px;
	padding: 0;
}

/* FOOTER */
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: url(/grafik/layout/bg.gif) repeat;
}
td#copyright {
	text-align: right;
	vertical-align: top;
	padding: 4px;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF1D1;
	text-decoration: none;
}
td#copyright a {
	color: #FFF1D1;
	text-decoration: none;
}
td#copyright a:hover {
	color: #DDCAA6;
	font-weight: normal;
	text-decoration: underline;
}

/* language select */
#langselect {
	position: absolute;
	top: 4px;
	right: 4px;
	text-align: right;
	z-index: 3;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
}
#langselect a {
	color: #FFF1D1;
	text-decoration: none;
	margin: 0 2px;
}
#langselect a:hover {
	color: #DDCAA6;
	font-weight: normal;
}

/* KLASSEN */
.imagebox { margin: 1em auto; }
.imagebox img {
	margin: 5px;
	border: 1px solid #960;
}

/* DROPDOWNMENU */
.closed, .none { display: none; }
#navigation { min-width: 640px; }
#dropdownmenu ul ul { height: auto; }
#dropdownmenu ul, #dropdownmenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#dropdownmenu li {
	display: inline;
	float: left;
}
#dropdownmenu li a, #dropdownmenu li.activ ul li a { text-decoration: none; }
#dropdownmenu li ul li a, #dropdownmenu li.activ ul li a { display: block; padding-bottom: 20px; }
#dropdownmenu li a:hover, #dropdownmenu :hover > a, #dropdownmenu li.activ a { text-decoration: underline; }
/*#dropdownmenu li a:hover img, #dropdownmenu :hover > a img { background-color: #8D5E00; }*/

/* LEVEL 1 */
#dropdownmenu li ul {
	position: absolute;
	left: -9999px;
	background: url(/grafik/dropdownmenu_bg_trans.png) no-repeat left bottom;
	width: 210px;
	padding-bottom: 8px;
}
#dropdownmenu li ul li {
	width: 200px;
	padding: 0;
	margin: 0;
	text-align: left;
	border-top: 1px solid #FFF1D2;
	overflow: hidden;
}
#dropdownmenu li.activ ul li a,
#dropdownmenu li ul li a {
	color: #996630;
	font-size: 11px;
	padding: 10px 0 10px 15px;
	line-height: 110%;
	height: auto;
	display: block;
}
#dropdownmenu li:hover ul, #dropdownmenu li li:hover ul, #dropdownmenu li.sfhover ul, #dropdownmenu li li.sfhover ul {
	left: auto;
	z-index: 1000;
}
#dropdownmenu li:hover ul ul, #dropdownmenu li.sfhover ul ul { left: -999em; }

/* Formulare */
#content fieldset label {
	clear: both;
	line-height: 100%;
	vertical-align: middle;
}

/* TABELLE */
.warenkorbtabelle, .tabelle { width: 100%; }
.warenkorbtabelle th, .warenkorbtabelle td, .tabelle th, .tabelle td { padding: 2px 4px; }
.warenkorbtabelle th, .tabelle th {
	background-color: #F7E0B7;
	font-weight: bold;
}
.warenkorbtabelle th { font: 18px Tahoma, Geneva; }
.warenkorbtabelle td, .tabelle td {
	background-color: #FAEBCF;
	border-top: 2px solid white;
}
.warenkorbtabelle tr.last th, .tabelle tr.last th { border-top: 2px solid white; }
.warenkorbtabelle tr.last th.rot, .tabelle tr.last th.rot { color: #AA0005; }
.warenkorbtabelle table td, .tabelle table td {
	border: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.onlineshopbutton {
	width: inherit;
	text-align: right;
	margin-top: 1em;
}

/* HINWEISBOX */
.hinweisbox {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #F7E0B7;
	border: 1px solid #CCAC69;
	padding: 0 10px 10px 10px;
	margin: 1em 0;
}
.hinweisbox h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	color: #C00;
}