/* 1.1 | hannes | 2007-02-01 | template */
body { background: #122F5D url(/grafik/body_bg.gif) repeat-y center top; }
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}
#maincontainer {
	min-height: 100%;
	position: relative;
	width: 776px; /* layout breite */
	margin: auto;
}
* html #maincontainer { height: 100%; }

#header {
	height: 67px;
	background: url(/grafik/header.gif) no-repeat center top;
}
#contentcontainer {
	background: url(/grafik/content_bg.gif) no-repeat center top;
	min-height: 600px;
	height: 100%;
	text-align: right;
}
#fooder {
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%;
	height: 94px;
	text-align: center;
}
#fooder table {
	margin: 20px auto 0 auto;
	width: 776px;
}

#copyright {
	width: 180px;
	padding-left: 8px;
	padding-bottom: 4px;
	vertical-align: bottom;
}
.logos { text-align: center; }

#menu, #contentsubcontainer { text-align: left; }
#menu {
	width: 188px;
	float: left;
	background: url(/grafik/content_bg.gif) no-repeat left top;
}
#menu, #menu a, #copyright, #copyright a { color: #960; }
#menu blockquote {
	margin: 135px 0 0 15px;
	padding: 0;
}
#contentsubcontainer {
	width: 588px;
	float: right;
	padding-bottom: 94px;
}
#content {
	line-height: 140%;
	padding: 0 60px;
}

/* MENU */
#menu ul {
	line-height: 30px;
	margin: 115px 0 0 0;
	padding: 0;
}
#menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	text-decoration: none;
	font-weight: bold;
}
#menu ul li a:hover {
	color: #CC6633;
	text-decoration: underline;
}
#menu ul li a.menu1 { padding-left: 30px; }
#menu ul li a.menu2 { padding-left: 20px; }
#menu ul li a.menu3 { padding-left: 14px; }
#menu ul li a.menu4 { padding-left: 10px; }
#menu ul li a.menu5 { padding-left: 11px; }
#menu ul li a.menu6 { padding-left: 18px; }
#menu ul li a.menu7 { padding-left: 23px; }
#menu ul li a.menu8 { padding-left: 34px; }

/* HEADER */
#header img {
	float: right;
	border: 1px solid #FCF5D2;
	margin: 10px 10px 0 0;
}

/* COPYRIGHT */
#copyright { font: 10px Arial, Helvetica, sans-serif; }
#copyright a { text-decoration: none; }
#copyright a:hover { text-decoration: underline; }

/* KLASSEN */
.imagebox {
	width: 460px;
	margin: 1em 0;
}
.imagebox img { margin: 0 1px 1px 0; }

.tabelle th, .tabelle td { padding: 4px; }
.tabelle th { background-color: #FFE47B; }
.tabelle td { background-color: #FFEDA8; }
.tabelle tr.hell td { background-color: #FFF1BB; }

#content dl {
	margin: 1em 0;
	padding: 0;
} 
#content dl dt {
	background: #FFE47B;
	margin: 0;
	padding: 4px;
}
#content dl dd {
	background: #FFEDA8;
	margin: 0;
	padding: 4px;
}
