/* Style Sheet */
body {
	background: #fff;	
	color: #000;
	font-family: Verdana, Arial, sans-serif;
}
.none {display: none;}

.empty {
	clear: both;
	height: 1px;
	overflow: hidden;
}

img {
	border: 0;
}
h1 {
	font-size: 1.2em;
	color: #3a7200;	
	letter-spacing: 0px;
	line-height: 110%;
	margin: 0;
	margin-bottom: 20px;
}

hr {
  color: #fff;
  border: 0;
  border-bottom: 1px solid #3a7200;	
  padding: 10px 0 0 0;
  margin: 0 0 0 0;
  clear: both;
}
p {
	line-height: 1.2em;
}
a:link, a:visited, a:active {
	color: #3a7200;	
	text-decoration: none;
}
li {
	line-height: 1.2em;
	margin-bottom: 5px;
}
ol, ul {
	margin-top: 5px;
}

#main {
	clear: both;
	padding: 0 0 30px 0;
  text-align: left;
}

/* einzelne Bereiche */
#logo {
	clear: both;
}

#logo img {
	width: 100%;
}

#pic_holder img {
  padding: 1px 1px 1px 1px;
  border: 1px solid #3a7200;	
  margin: 10px 0 10px 0;
}

#content {
	padding: 40px 40px 0px 0px;
	color: #000;
	text-align: left;
	font-size: 0.9em;
}

#text table {
  	border-collapse: collapse;
  	border-bottom: 1px solid #3a7200;	
  	font-size: 0.9em;
  }
#text table tr td {
  	border-bottom: 1px solid #3a7200;	
  	padding: 4px 20px 4px 0;
  }
#text {
	font-size: 0.9em;
}

#menu, #submenu {
	display: none;
	clear: both;
	height: 0;
	overflow: hidden;
}

#footer {
	clear: both;
	margin: 20px 0 10px 0; 
  padding: 8px 0px 0 0;
	font-size: 0.75em;
	font-weight: normal;
	color: #000;
	border-top: 1px solid #000;
}
#footer a {
	color: #000;
	text-decoration: none;
}

/* Accordion */
h2.toggler {
	font-size: 1em;
	margin: 0;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}

div.element {
	margin-bottom: 10px;
	padding-right: 15px;
}
