* {
  font-family: 'Verdana', Arial;
}

a.jump {
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
}

a.jump:focus, a.jump:active {
  color: #000000;
  background-color: #FFFFFF;
}

body {
  background-image: url('hintergrund.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 10pt;
  background-color: #ffffff;
}

.invisible {
  display: none;
}

h1 {
text-shadow: 1px 1px 1px #999;
filter: dropshadow(color=#000000, offx=1, offy=1);
-ms-filter: dropshadow(color=#000000, offx=1, offy=1);
}

#navigation {
text-shadow: 1px 1px 1px #BBB;
}

#navigation a img {
margin-top: 2em;
}

#navigation img {
border-style: none;
}

#content div.new_navi {
width: 100%;
margin: 0;
padding: 0;
}

#content div.new_navi > div {
width: 33.3%;
float: left;
margin: 0;
padding: 0;
}

#content div.new_navi > div + div + div {
	float: right;
}

#content div.new_navi > div + div + div + div {
	float: left;
}

#content div.new_navi > div > div{
margin: 7px;
border-style: solid;
border-width: 1px;
border-color: #008E39;
min-height: 110px;
text-align: center;
background-color: #eaf5ed;

-webkit-box-shadow: inset 0px 0px 5px #008E39;
-moz-box-shadow: inset 0px 0px 5px #008E39;
box-shadow: inset 0px 0px 5px #008E39; 

overflow:hidden;
}

#content div.new_navi > div > div > h2 {
font-size: medium;
background-color: #73C293;
margin: 0;
padding: 0;
width: 100%;
color: #008E39 ! important;
font-weight: bold  ! important;
text-align: center;
background: -moz-linear-gradient(top, #E3EEE6 0%, #D5ECDC 50%, #B4DFC4 52%, #73C293 91%, #68B088 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E3EEE6), color-stop(50%,#D5ECDC), color-stop(52%,#B4DFC4), color-stop(91%,#73C293), color-stop(100%,#68B088)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3EEE6', endColorstr='#68B088',GradientType=0 ) dropshadow(color=#000000, offx=1, offy=1); 

text-shadow: 1px 1px 1px #FFFFFF;

padding-bottom: 3px;
}

#content div.new_navi > div > div > ul {
	margin: 5px;
	padding: 0;
	list-style: none;
}

#content div.new_navi > div > div > ul > li > a {
color: #000000 ! important;
text-decoration: none ! important;
}

#content div.new_navi > div > div > ul > li > a:hover {
font-style: italic;
}

#pagecontainer {
  background-image: url('logo_unten.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
}

#header {
  width: 100%;
  height: 303px;
  overflow: hidden;
  background-image: url('bogen.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  clear: both;
}

#headerimg {
  width: 100%;
  height: 303px;
 /* max-width: 1000px;*/
  background-repeat: no-repeat;
  background-position: 0% 95%;
}

#headerimg #vslogotop {
  background-image: url('logo.gif');
  background-repeat: no-repeat;
  background-position: top right;
  height: 92px;
  width: 360px; /* 360 */
  float: right;
  margin-top: 15px;
  margin-right: 20px;
}

#navigation {
 width: 220px;
 padding: 10px;
 padding-top: 0px;
 position: absolute;
 top: 303px;
 left: 0;
 
}

#navigation ul, #navigation li {
  list-style: none;
}

#navigation ul {
  padding: 0;
  margin: 0;
  padding-left: 10px;
}

#navigation li {
/*   margin-bottom: 10px;
  height: 30px; */
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

#navigation li.active {
  background: url(bogen_link.gif) no-repeat left;
}

#navigation li a {
  position: relative;
  top: 10px;
  left: 12px;
  color: #008E39;
  text-decoration: none;
}

#navigation li a:hover {
  font-weight: bold;
}

#navigation li.active a {
  font-weight: bold;
}

#content {
  padding: 10px;
        margin-left: 230px;
        margin-top: 20px;
        padding: 10px;
        position: relative;
        bottom: 100px;
        min-height: 450px;
}

#content a {
  color: #008E39;
  text-decoration: underline;
}

#content h1 {
  width: 90%;
  text-align: right;
  color: #008E39;
  font-size: 16pt;
}

#content h2 {
  color: #008E39;
  font-weight: normal;
  font-size: 14pt;
}

#content h2.small {
  font-size: 8pt;
  color: #000000;
}

#content #text {
  width: 90%;
  text-align: justify;
}

#content #text strong.small {
  font-size: 6pt;
}

#content div.gallery ul {
  list-style: none;
  font-size: 12pt;
  line-height: 25px;
}

#content div.gallery ul a {
  text-decoration: none;
}

#content div.gallery ul a:hover {
  text-decoration: underline;
}

#content table tr.alt td {
  background-color: #F0FFF0;
}

#content table.veranstaltungskalender td:first-child {
  text-align: right;
}

#content table.veranstaltungskalender {
  text-align: left;
}

#content table.veranstaltungskalender td {
  padding-left: 2px;
  padding-right: 2px;
}

.green {
  color: #008E39;
}

#footer {
  width: 300px;
  clear: left;
  font-size: 6pt;
  color: #008E39;
}

#footer a {
  color: #008E39;
  text-decoration: none;
}

#footer a:hover {
  color: #000000;
}

fieldset {
  border: 0;
}

label {
  float: left;
  width: 100px;
}

hr {
  color: #008E39;
  border-color: #008E39;
  background-color: #008E39;
  border-style: none;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

