/* 1.0 | hannes | 2006-07-05 | vinoculti.com */

body {
	background: #AEAEAE url(/grafik/body_bg.jpg) repeat-y center top;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #700029;
}
h1 { font: normal 24px Arial, Helvetica, sans-serif; }
h2 { font: bold 14px Arial, Helvetica, sans-serif; }
hr { border: 1px solid #F4F0D6; border-bottom: 1px dashed #DAC0B3; clear: both; }
a { color: #C00; }
a:hover { color: #700; }

/* LAYOUT BASIC */
#header, #panoramabild, #maincontainer, #fooder {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER */
#header {
	height: 88px;
	background: #700029 url(/grafik/header_bg.gif) no-repeat left top;
}
#header img { float: left; }
#header div { 
	float: right;
	clear: right;
}

/* PANORAMABILD */
#panoramabild { border-bottom: 1px solid #53001E; }

/* MENU */
#menu {
	width: 200px;
	float: left;
	overflow: hidden;
}
#menu ul { margin: 0; padding: 0; }
#menu ul li a {
	border-bottom: 1px solid #8B3048;
	display: block;
	padding: 6px 0 6px 20px;
	color: #FFF;
	text-decoration: none;
	background: url(/grafik/menu_ul_li.gif) no-repeat left center;
	width: 100%;
}
#menu ul li a:hover {background-color: #6E0000; }
#menu ul ul { background: #FFF; } /* x IE 5 */
#menu ul ul li a {
	border-bottom: 1px solid #F4F0D6;
	padding: 6px 0 6px 40px;
	color: #8B3048;
	background: #FFF url(/grafik/menu_ul_ul_li.gif) no-repeat left center;
	font-size: 11px;
}
#menu ul ul li a:hover { background-color: #FFF; }

/* CONTENT */
#contentcontainer {
	width: 640px;
	float: right;
	text-align: left;
	background: #F4F0D6 url(/grafik/contentcontainer_bg.gif) no-repeat;	
	min-height: 400px;
}
#content { 
	padding: 10px 20px;
	line-height: 140%;
}

/* FOODER */
#fooder { 
	clear: both;
	margin: 1em auto 4px auto;
}
#copyright {
	float: left;
	margin-top: 44px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-left: 4px;
}
#copyright a { 
	color: #FFF; 
	text-decoration: none; 
}
#copyright a:hover { text-decoration: underline; }
#fooder img { float: right; }

/* KLASSEN */
.imageright {
	float: right;
	margin: 0 0 1em 1em;
}
.imagebox {
	margin: 1em 0;
}
.imagebox img {
	margin: 1px;
}

/* TABELLEN */
.tabellerot td, .tabellerot th, .tabellegruen td, .tabellegruen th, .tabelleorange td, .tabelleorange th  {
	border-bottom: 1px solid #F4F0D5;
	padding: 2px;
	vertical-align: middle
}
.tabellerot td { background-color: #ECDDC6; }
.tabellerot th { background-color: #E3CDB8; }

.tabelleorange td, .tabelleorange th { color: #9E6A3E; }
.tabelleorange td { background-color: #FDD7B7; }
.tabelleorange th { background-color: #FAC090; }

.tabellegruen td, .tabellegruen th { color: #40452A; }
.tabellegruen td { background-color: #DFE2D0; }
.tabellegruen th { background-color: #D5D9C0; }

.package {
	background-color: #ECDDC6;
	margin: 1em 0;
	padding: 0 2px 4px 2px;
	border: 1px solid #E3CDB8;
}
.package h2 { margin-top: 5px; }