html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 560px;
}
body {
	background: white url(/grafik/menu_bg.gif) repeat-y left;
	color: #2A5D27;
}
#maincontainer {
	min-height: 100%;
	position: relative;
	margin: auto;
	background: url(/grafik/maincontainer_bg.gif) no-repeat left bottom;
}
* html #maincontainer { height: 100%; }
td, th { text-align: left; }
a { color: #268421; }
a:hover { color: #090; }
hr {
	border: 0;
	border-top: 1px solid #2A5D27;
}

/* MENU */
#menu  { 
	background: url(/grafik/menu_bg.gif) repeat-y; 
	position: absolute;
	left: 0;
	top: 110px;
	z-index: 6;
}
#menu ul {
	border-top: 1px solid #FFF;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	display: block;
	border-bottom: 1px solid #FFF;
	padding: 8px 10px;
	color: #274E25;
	text-decoration: none;
	font-weight: bold;
}
#menu ul li a:hover { background-color: #7B9874; }
#menu ul li a.menuaktiv { background-color: #7B9874; }
#menu ul li a.menuaktiv:hover { background-color: #668560; }

#menu ul li ul li a {
	background-color: #FFF;
	border-bottom: 1px solid #96AC8E;
	padding-left: 20px;
	font-weight: normal;
}
#menu ul li ul li a:hover { background-color: #F4F7F3; }
#menu ul li ul li a.menuaktiv { background-color: #F4F7F3; }
#menu ul li ul li a.menuaktiv:hover { background-color: #EAEFE9; }

#header { 
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
#header td {
	height: 110px;
	background: url(/grafik/header_bg.gif) repeat-x left top;
}
#menu {
	width: 225px;
	float: left;
	position: absolute;
	left: 0;
	top: 110px;
}
#content {
	position: absolute;
	overflow: auto;
	width: 575px;
	left: 240px;
	top: 80px;
	bottom: 80px;
	z-index: 16;
	line-height: 140%;
}
#content a img { border: none; }
#noscroll { width: 548px; }
#content h1 {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	color: #482E1D;
	text-transform: uppercase;
	border-bottom: 1px solid #482E1D;
	padding-bottom: 3px;
	font-size: 30px;
	line-height: 30px;
	margin: 10px 0;
}
#logo, #languageselect {
	top: 0;
	left: 825px;
	position: absolute;
	z-index: 15;
}
#languageselect {
	z-index: 100;
	top: 4px;
	width: 150px;
}
#languageselect a { font-size: 85%; }
#riesling { 
	vertical-align: bottom;
	position: absolute;
	left: 825px;
	bottom: 70px;
	z-index: 0;
}
#content { background: url(/grafik/tabelle_bg.jpg) repeat-x center bottom; }
#content h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
#content h3 a {
	color: #2A5D27;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
}
#content h3 span {
	font-weight: normal;
}

/* COPYRIGHT */
#copyright {
	text-align: right;
	background: url(/grafik/flasche_bottom.jpg) no-repeat 5px top;
	padding: 4px;
	color: #C3D7BB;
	font: 10px Arial, Helvetica, sans-serif;
}
#copyright a {
	color: #C3D7BB;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#copyright a:hover { 
	text-decoration: underline;
	color: #C3D7BB;
}

/* KLASSEN */
table.tabelle { 
	width: 100%;
	margin: 1em 0 0 0;
}
table.tabelle th {
	background: #EAEFE9;
	vertical-align: top;
	padding: 4px;
}
table.tabelle td {
	background: #F4F7F3;
	vertical-align: top;
	padding: 4px;
}
.infobox { 	
	border: 1px dashed #D4DFD4; 
	padding: 10px; 
	margin-top: 1em;
	clear: both;
}

table.tabellemenu { 
	width: 470px; /* X IE */
	margin: 1em 0 0 0;
}
table.tabellemenu th {
	background: #EAEFE9;
	vertical-align: middle;
	padding: 4px;
	font-weight: normal;
}
table.tabellemenu td {
	background: #F4F7F3;
	vertical-align: middle;
	padding: 4px;
}

#footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 74px;
	width: 100%;
	background-color: #2A5D27;
	z-index: 100;
}
#footer td { 
	height: 64px;
	vertical-align: middle;
	color: #C3D7BB;
}
#sponsoren {
	height: 70px;
	margin: 30px 30px 15px 30px;
}
#logos {
	height: 70px;
	margin: 15px 30px;
}

/* REGISTER */
#register {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 758px;
	margin-top: 37px;
}
