/* Seite */
html {
	overflow-y: scroll;
	font-size: 16px;
}
body {
	margin: 0 auto;
	background-color: #ffffff;
	text-align: center;
}
div#body {
	margin: 0px auto;
	width: 990px;
	text-align: left;
}
div.logo {
	float: left;
	width: 190px;
	height: 122px;
	background-color: #009900;
	background-repeat: no-repeat;
}
div.logo#left {
	margin: 0px 10px 0px 0px;
	background-image: url(img/design/logo.jpg);
}
div.logo#right {
	background-image: url(img/design/logo_mostviertel.gif);
	background-position: center;
}
div.image {
	float: left;
	margin: 10px 10px 0px 0px;
	border: 1px solid #009900;
	width: 188px;
	height: 110px;
	background-color: #eeeeee;
}
div#lang {
	clear: both;
	float: left;
	margin: 10px 10px 0px 0px;
	width: 190px;
	text-align: center;
}
/*div#lang label {
	font-size: 0.55em;
}*/
div#lang select {
	border: solid 0px #ffffff;
}
div#path {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 590px;
}
div#menu {
	clear: both;
	float: left;
	margin: 10px 10px 10px 0px;
	width: 190px;
}
div#menu ul {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	list-style-type: none;
}
div#menu ul li {
	padding: 5px 0px 5px 5px;
	border-top: 1px solid #009900;
	color: #009900;
	font-weight: bold;
}
div#menu ul li a {
	display: block;
	padding-right: 21px;
	color: #009900;
	text-decoration: none;
}
div#menu ul li a:hover {
	text-decoration: underline;
	color: #006600;
}
div#menu ul li.cur a {
	background-image: url(img/design/birne.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div#menu ul li.cur li a {
	background-image: none;
}
div#menu ul ul {
	margin: 5px 0px 0px 10px;
}
div#menu ul ul li {
	padding: 5px 0px 5px 0px;
	border: none;
	color: #000000;
	font-weight: normal;
}
div#menu ul ul li a {
	color: #000000;
}
div#content {
	float: left;
	margin: 10px 0px 10px 200px;
	width: 570px;
	border-top: 1px solid #c0dbc0;
	border-left: 1px solid #c0dbc0;
	border-right: 1px solid #c0dbc0;
	padding: 10px 10px 0px 10px;
}
div#info {
	float: left;
	margin: 10px 0px 0px 20px;
	width: 160px;
	border-top: 1px solid #009900;
	padding: 10px 5px 0px 5px;
}
div#bottom {
	clear: both;
	/*position: fixed;
	bottom: 0px;*/
	padding: 5px;
	width: 980px;
	background-color: #eeeeee;
}
div#bottom a {
	color: #009900;
}
div#copyright {
	float: right;
	margin-top: -1px;
	padding-bottom: 2px;
	text-align: left;
	font-size: 0.8em;
	line-height: 0.81;
	color: #999999;
}
div#copyright a {
	color: #669966;
}
div.clear {
	clear: both;
}
div.grey {
	width: 250px;
	margin: 0 auto;
	padding: 10px;
	background-color: #eeeeee;
}
div#path a, div#info a {
	color: #40a721;
}
div#path a:hover, div#info a:hover, div#bottom a:hover {
	text-decoration: none;
}

