/* Style Sheet */
body {
	border: 0;	
	margin: 0;
	padding: 0;
	width: 100%; 
  height: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

/* Farben */
body {
	background: #3a7200;	
	color: #000;
}
h1 {
	color: #3a7200;	
}

hr {
  border: 0;
  color: #fff;
  border-bottom: 1px solid #3a7200;	
}

a:link, a:visited, a:active {
	color: #3a7200;	
}

#main {
	background-color:#f7ffff;
}
#logo, #bilderleiste, #menu {
	background-color: #3a7200;	
}

#bilderleiste, #menu, #inhalt {
	border-right: 1px solid #fff;
}
#bilderleiste, #inhalt {
	border-left: 1px solid #fff;
}
#bilderleiste, #footer, #menu {
	border-top: 1px solid #fff;
}
#menu ul {
	color: #fff;
	background: #3a7200;	
}
#menu ul a {
	color: #fff;
	text-decoration: none;
}
#menu ul li.active, #menu ul li.active a, #menu ul a:hover {
	color: #fff;
	background: #000;
}

#pic_holder img {
  border: 3px solid #fff;
}

#submenu li, #submenu li a {
  color: #000;
}

li.toplevel, #submenu li.toplevel, #submenu li a.toplevel {
	background: #3a7200;	
  color: #fff;
}
#pdf_holder, #pdf_holder a:link, #pdf_holder a:hover {
  background: #3a7200;	
  color: #fff;
}
#footer, #footer a {
	color: #fff;
	background: #3a7200;	
}

/* Abmessungen */

#main {
	width: 781px;
}

#bilderleiste img {
	width: 779px;
}
#menu ul li {
	width: 155px;
}

#content {
	width: 460px;
}

#submenu {
  width: 220px;
  height: 420px;
}

#submenu ul {
  width: 204px;
}

/* Elemente */
.none {display: none;}

.empty, #main, #logo, #bilderleiste, #footer {
	clear: both;
	display: block;
}

.empty {
	height: 0;
	overflow: hidden;
}

img {
	border: 0;
}
h1 {
	font-size: 1.2em;
	letter-spacing: 0px;
	line-height: 110%;
	margin: 0;
	margin-bottom: 20px;
}

hr {
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  clear: both;
}
p {
	line-height: 1.2em;
}
a:link, a:visited, a:active {
	background: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	border: none;
}
li {
	line-height: 1.2em;
	margin-bottom: 5px;
}
ol, ul {
	margin-top: 5px;
}

#main {
	border: 0;
	padding: 0 0 0 0;
	text-align: left;
}

#pic_holder img {
  padding: 1px 1px 1px 1px;
  margin: 0px 0 10px 0;
}

#pic_description {
  margin: 5px 16px 5px 0;
  font-size: 0.9em;
}

#pdf_holder {
  margin: 20px 16px 10px 0;
  padding: 3px 3px 3px 10px;
}

#menu {
	height: 28px;
	overflow: hidden;
	clear: both;
}

#submenu {
  float: right;
  text-align: left;
  padding: 40px 0px 0 0px;
  font-size: 0.75em;
}

#content {
	display: block;
	padding: 40px 20px 20px 40px;
	float: left;
	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;
	clear: both;
}
/* Navigation */
#menu ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
	font-size: 0.8em;
	font-weight: bold;
	height: 28px;
}
#menu ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	text-align: center;
	border-left: 1px solid #fff;
	height: 28px;
}
#menu ul a {
	display: block;
	margin: 0;
	padding: 7px 14px 7px 14px;
	text-decoration: none;
}
#submenu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#submenu li {
  margin-left: 23px;
  padding-left: 2px;
  list-style-type: square;
  font-size: 0.9em;
}

li.toplevel, #submenu li.toplevel {
  margin: 10px 0 10px 0px;
  padding: 3px 8px 3px 8px;
  font-weight: bold;
  list-style-type: none;
  font-size: 1em;
}

#submenu li a.toplevel {
}
#footer {
	margin: 20px 0 0 0; 
  padding: 8px 5px 8px 20px;
	font-size: 0.7em;
	font-weight: normal;
	text-align: right;
}

#text img {
  	border: 5px solid #fff;
  	/*
    width: 140px;
  	height: auto;
  	*/
  	float: right;
  	margin: 0 0 15px 3px;
  }
