html, body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	background-color: #eef8ec;
	height: 100%;
}

div#wrapper {
	width: 780px;
	text-align: left;
	margin: 10px auto;
	background: #eef8ec url(../img/bodybg.gif) repeat-y;
}


div#container {

}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
++++++++++++++++++
main navigation
++++++++++++++++++
*/

div#nav {
	width: 100%;
	padding: 4px 2px 5px 0;
	background: url(../img/bodybg.gif) repeat-y;
}

/*
++++++++++++++++++
nav level 1
++++++++++++++++++
*/

div#nav_level1 {
	width: 100%;
	height: 19px;
	margin-right: 2px;
	text-align: left;
	background-color: #7DB443;
}

#nav_level1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}


#nav_level1 li {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
}

#nav_level1 li a {
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	width: auto;
	display: block;
	float:left;
	background-color: #7DB443;
	color: white;
	text-transform:uppercase;
	text-decoration: none;
	padding: 2px 15px;
}


#nav_level1 li a:link, #nav_level1 li a:visited {
	color: white;
}

#nav_level1 li a:hover{
	color: white;
	background-color: #9ec772;
}


#nav_level1 li.act a:link, #nav_level1 li.act a:visited, #nav_level1 li.act a:hover  {
	color: #fff;
	background-color: #9ec772;
}


/*
++++++++++++++++++
nav level 2
++++++++++++++++++
*/


div#nav_level2 {
	width: 100%;
	background-color: #9EC772;
	height: 18px;
	text-align: left;
}

#nav_level2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}


#nav_level2 li {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
}

#nav_level2 li a {
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	width: auto;
	display: block;
	float:left;
	text-decoration: none;
	text-transform:uppercase;
	padding: 2px 15px;
}


#nav_level2 li a:link, #nav_level2 li a:visited {
	background-color: #9EC772;
	color: white;
}

#nav_level2 li a:hover{
	background-color: #bed9a1;
	color: white;
}


#nav_level2 li.act a:link, #nav_level2 li.act a:visited, #nav_level2 li.act a:hover  {
	background-color: #bed9a1;
	color: #fff;
}



/*
++++++++++++++++++
page header
++++++++++++++++++
*/


div#header{
	padding: 0;
	height: 80px;
	clear: both;
	background-image:url(../img/headerbg.gif);
	background-repeat:no-repeat;
	position: relative;
}

div#logo {
	position: relative;
	left: 80px;
	top: 20px;
	width: 300px;
}

#toolbox {
  padding: 0;
  margin: 0;
  border-top: 4px solid white;
  border-left: 4px solid white;
  border-right: none;
  border-bottom: none;
  font-size: 10px;
  margin-top: 30px;
  margin-left: 173px;
  width: 280px;
  height: 22px;
}


/*
++++++++++++++++++
breadcrumb
++++++++++++++++++
*/


div#breadcrumb{
	margin: 10px 0 10px 0;
	height: 15px;
	text-align:left;
	color: #444;
	font-size: 11px;
}

div#breadcrumb span{
	color: #444;
	padding: 2px 10px;
}

div#breadcrumb span a{
	text-decoration: none;
}



div#breadcrumb span a:hover{
	text-decoration:underline;
}

/*
++++++++++++++++++
footer
++++++++++++++++++
*/

#footer{
	clear: both;
	width: 100%;
	height: 54px;
	background: url(../img/footerbg.gif) no-repeat;
	font-size: 10px;
	text-align: left;
}

#footer a {
	text-decoration: none;
}

#impressum {
  padding-right: 56px;
}

#copyright {
	padding-left: 154px;
}



/*
++++++++++++++++++
link styles
++++++++++++++++++
*/

a {
	color: #7DB443;
	text-decoration: none;
}

a:link, a:visited{
  text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

/*
++++++++++++++++++
helper styles
++++++++++++++++++
*/

div.clear{
	height: 0;
	clear:both;
}
