/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 30px 0;
	text-align: center;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}
body, #copyright {
	background: #E9F2C7;
	color: #742919;
}

/* BASICS */
#maincontainer {
	width: 798px;
	background: #FFFDD2;
	margin: 0 auto;
	text-align: left;
}

/* LANGUAGE SELECT */
#languageselect {
	margin: 4px 8px;
	text-align: left;
}

/* MENU */
#menu {
	width: 180px;
	padding: 10px;
}
#menu h2 {
	margin: 0;
	padding: 0;
	background-image: url(/grafik/menu_ul_top.gif);
	color: white;
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	text-align: center;
}
#menu h2 a {
	color: white;
	text-decoration: none;
}
#menu h2 a:hover {
	text-decoration: underline;
	color: #F0F5E2;
}
#menu ul, #menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul { background-color: #CEE974; }
#menu ul li {
	padding-left: 5px;
	line-height: 140%;
}
#menu ul li a {
	font-weight: bold;
	text-decoration: none;
}
#menu ul li.activ a { color: #95AD55; }
#menu #logos { text-align: center; }
#menu #logos img { margin-bottom: 1em; }
#menu ul li.activ li a, #menu ul ul li a {
	font-weight: normal;
	text-decoration: none;
	padding-left: 12px;
	color: #5B663B;
}
#menu ul li.activ li.activ a { text-decoration: underline; }

/* CONTENTCONTAINER */
#content {
	padding: 20px 60px 60px 60px;
	color: #742919;
	line-height: 140%;
	color: #000;
}
#content h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #95AD55;
	margin-top: 0;
	padding-top: 0;
}
#content h2 {
	font-size: 14px;
	color: #95AD55;
}

/* FOOTER */
#footer {
	background: url(/grafik/footer_bg.gif) no-repeat left bottom;
	height: 41px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 3px;
}
#footer, #footer a {
	color: #59682F;
	text-decoration: none;
}
#footer a:hover {
	color: #859A4C;
	text-decoration: underline;
}
/* COPYRIGHT */
#copyright { font-size: 10px; }
#copyright a { text-decoration: none; }
#copyright a:hover { text-decoration: underline; }

/* BILDBOXEN */
.imagebox { margin: 1em 0; }
.imagebox img { margin: 1px 1px 0 0; }