* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #000000;
  background: #416920 url(../images/bg_main.png) repeat-x;
  font: 11px Arial, Helvetica, sans-serif;
}

#clear {
  clear: both;
}

#wrapper {
  width: 866px;
  margin: 0px auto;
  padding: 0px auto;
}

#header {
  background: transparent url(../images/header_main.jpg) no-repeat;
  height: 365px;
}

#openingstart {
  position: absolute;
  margin-top: -10px;
  margin-left: 690px;
}

#newsbutton {
  margin-left: 740px !important;
  margin-top: 200px !important;
  position: absolute;
  z-index: 1000;
  clear: both;
}

/*--------------------*/
/* Content START */
/*--------------------*/
#content {
  background: transparent url(../images/bg_contentbig.png) repeat-y;
  overflow: hidden;
  padding-left: 8px;
}



/*------------------*/
/* Content ENDE */
/*------------------*/


/*-------------------------------*/
/* Letzten 3 News START */
/*------------------------------*/

.topnews0, .topnews1, .topnews2 {
  width: 270px;
  height: 110px;
  float: left;
  display: inline;
}
.topnews0 h1, .topnews1 h1, .topnews2 h1 {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}
.topnews0 .more, .topnews1 .more, .topnews2 .more {
  float: left; 
display: inline;
}

.topnews0 {
  background: #000 url(../images/bg_news1.png) repeat-y;
  margin: 10px 5px 0 10px;
  color: #90C518;
}
.topnews0 a {
  color: #90C518;
  text-decoration: none;
}

.topnews1 {
  background: #000 url(../images/bg_news2.png) repeat-y;
  margin: 10px 5px 0 5px;
  color: #FFFFFF;
}
.topnews1 a {
  color: #FFFFFF;
  text-decoration: none;
}

.topnews2 {
  background: #000 url(../images/bg_news3.png) repeat-y;
  margin: 10px 5px 0 5px;
  color: #025707;
}
.topnews2 a {
  color: #025707;
  text-decoration: none;
}

.topnewspic {
  margin: 10px;
  float: left;
  display: inline;
}
.topnewspic .newspic {
  width: 120px;
  height: 90px;
}
.topnewscontent {
  margin-top: 10px;
  float: left;
  width: 130px;
  height: 79px;
  display: inline;
}

#newsheader {
  float: left;
  background: #DAF0F5;
  width: 100%;
  padding: 1px;
}
#newsheader a {
  text-decoration: none;
  color: #000000;
  float: left;
  margin-left: 5px;
  font-weight: bold;
}
.newsdate {
  float: right;
  margin-right: 5px;
  color: #5E5E5E; 
}
#newscontent {
  padding: 5px;
}
#newscontent p {
  padding-bottom: 0px;
}

/*----------------------------*/
/* Letzten 3 News ENDE */
/*----------------------------*/


/*----------------*/
/* Text START */
/*----------------*/
.article {
  width: 630px;
  overflow: hidden;
  margin: 10px 10px 5px 10px;
  display: inline; /*IE6 Hack wegen doppelten margin Abstand durch float*/
  float: left;
}
.articlebig {
  width: 830px;
  overflow: hidden;
  margin: 10px 10px 5px 10px;
  display: inline; /*IE6 Hack wegen doppelten margin Abstand durch float*/
  float: left;
}

table {
  border-collapse: collapse;
}
table.vorschau tr.header {
  font-weight: bold;
}
table.vorschau td {
  padding: 2px;
}
tr.background {
  background: #DAF0F5;
}
td {
  vertical-align: top;
  padding: 1px;
}
table.main {
  width: 820px;
}
table.main td.cellleft {
  padding-right: 10px;
  width: 50%;
}
table.main td.cellright {
  padding-left: 10px;
  width: 50%;
}
.article p, .articlebig p {
  padding-bottom: 8px;
}
.article a, .articlebig a {
  color: #70AC14;
}


.article h1, .articlebig h1 {
  font-weight: bold;
  font-size: 14px;
  color: #0D61A7;
  padding-bottom: 8px;
}
.article h2, .articlebig h2 {
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 8px;
}
.article ul, .articlebig ul {
  list-style: none;
  padding-bottom: 8px;
  padding-left: 3px;
}
.article li, .articlebig li {
  padding-left: 15px;
  background-image: url(../images/li.gif);
  background-repeat: no-repeat;
  background-position: 2px 3px;
}

.article .next, .articlebig .next {
  background: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
  padding-bottom: 2px;
}
.article .back, .articlebig .back {
  background: url(../images/back.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
  padding-bottom: 2px;
}
.article .last, .articlebig .last {
  background: url(../images/last.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
  padding-bottom: 2px;
}
.article .first, .articlebig .first {
  background: url(../images/first.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
  padding-bottom: 2px;
}
.article .gallery, .articlebig .gallery {
  background: url(../images/gallery.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
  padding-top: 1px;
}

#galleryframe {
  z-index: 100;
  height: 30px;
  width: 830px;
  background: #FFFFFF;
  position: absolute;
}
*+html #galleryframe {
  position: relative;
  z-index: 100;
  height: 50px;
  width: 830px;
  background: #FFFFFF;
  margin-bottom: -48px;
}
#helper {
  padding-bottom: 25px;
}

#newsvorschau, #newscontrol {
  background: #DAF0F5;
  padding: 10px;
  width: 100%;
  overflow: hidden;
}

#newscontrol a {
  color: #545454;
  text-decoration: none;
}
#newscontrol .left {
  float: left;
  width: 150px;
}
#newscontrol .right {
  float: right;
  margin-right: 20px;
}
#newscontrol .middle {
  float: left;
  width: 150px;
  margin-left: 220px;
}

/*--------------*/
/* Text ENDE */
/*--------------*/


/*----------------------*/
/* Submenu START */
/*----------------------*/
.submenu {
  float: left;
  background: #DAF0F5;
  padding: 10px 0 10px 10px;
  margin: 10px 0 5px 10px;
  width: 170px;
  overflow: hidden;
  display: inline;
}

.submenu ul {
  list-style: none;
}
.submenu ul li {
  overflow: hidden;
  font-size: 12px;
  min-height: 35px;
  line-height: 35px;
  padding-left: 25px;
  background-image: url(../images/li_sub.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
}
.submenu li ul li {
  overflow: hidden;
  font-size: 11px;
  min-height: 15px;
  line-height: 15px;
  padding-left: 5px;
  background-image: none;
}
.submenu li .subtext {
  float: left;
  margin-top: 6px;
  margin-left: 3px;
}
.submenu li .subicon {
  float: left;
}

.submenu a {
  text-decoration: none;
  font-weight: bold;
  color: #545454;
}
.submenu li a:hover {
  text-decoration: underline;
}
.submenu ul li ul li a:hover {
  text-decoration: underline;
}
.submenu li.active a {
  text-decoration: underline;
}
.submenu ul li ul li.active a {
  text-decoration: underline;
}

.submenu li.active ul li a {
  text-decoration: none;
}
/*--------------------*/
/* Submenu ENDE */
/*--------------------*/


/*---------------------*/
/* Formular START */
/*---------------------*/

/*-------------------*/
/* Formular ENDE */
/*-------------------*/


/*-------------------------*/
/* Newsletter START */
/*-------------------------*/
#nlnewentry {
  background: #DAF0F5;
  padding: 10px;
  width: 100%;
  overflow: hidden;
  color: #545454;
  margin-bottom: 10px;
}
#nlnewentry .nlnew {
  float: left;
}
#nlnewentry .nlnewtable {
  margin-top: -3px;
  width: 420px;
}

#nlnewentry input, textarea, select {
  background: #FFFFFF;
  font: 11px Arial, Helvetica, sans-serif;
  padding: 1px 2px;
  color: #545454;
}

#nlnewentry .nlerror {
  background: #EF8686;
}

/*------------------------*/
/* Newsletter ENDE */
/*------------------------*/


/*-------------------------*/
/* Gaestebuch START */
/*-------------------------*/
#gbnewentry {
  background: #DAF0F5;
  padding: 10px;
  width: 100%;
  overflow: hidden;
  color: #545454;
  margin-bottom: 10px;
}
#gbnewentry .gbnew {
  float: left;
}
#gbnewentry .gbnewtable {
  margin-top: -3px;
  width: 320px;
}

#gbnewentry input, textarea, select {
  background: #FFFFFF;
  font: 11px Arial, Helvetica, sans-serif;
  padding: 1px 2px;
  color: #545454;
}

#gbnewentry .gberror {
  background: #EF8686;
}

#entry {
  background: #DAF0F5;
  width: 830px;
  color: #545454;
  margin-bottom: 10px;
}
#entry .entryinfo {
  padding: 10px;
  width: 200px;
  overflow: hidden;
  color: #545454;
  float: left;
}
.entryinfo a.home {
  background: url(../images/gbhome.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-left: 15px;
  padding-bottom: 1px;
}
.entryinfo a.mail {
  background: url(../images/gbmail.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-left: 20px;
  padding-bottom: 1px;
}
#entry .entrytext {
  background: #FFFFFF;
  margin-left: 200px;
  padding: 10px;
  overflow: hidden;
  min-height: 60px;
  height: expression(this.scrollHeight > 60 ? "auto":"60px");
}
#entry .comment {
  font-style: italic;
  margin-top: 10px;
  color: #90C518;
}

/*------------------------*/
/* Gaestebuch ENDE */
/*------------------------*/


/*-------------------*/
/* Footer START */
/*-------------------*/
#footer {
  background: #416920 url(../images/bg_contentbottom.png) no-repeat;
  height: 12px;
  clear: both;
  color: #7BB415;
  font: 10px Arial, Helvetica, sans-serif;
  padding-top: 10px;
  padding-bottom: 20px;
}

#footer .textleft {
  float: left;
  padding-left: 8px;
}
#footer .textright {
  float: right;
  padding-right: 8px;
}

#footer a {
  text-decoration: none;
  color: #7BB415;
}
/*-----------------*/
/* Footer ENDE */
/*-----------------*/


/*-----------------------*/
/* Mainmenu START */
/*-----------------------*/
#mainmenu2 {
  float: left;
  background: transparent url(../images/bg_mainmenu.png) repeat-x;
  border-top: 1px solid #FFFFFF;
  width: 850px;
  height: 25px;
  margin-left: 8px;
  margin-top: 339px;
  display: inline;
}


/*---------------------*/
/* Mainmenu ENDE */
/*---------------------*/

/*EvoGallery START*/
.gallery-thumb {
	margin: 5px;
	float: left;
	text-align: center;
width: 150px; 
height: 150px; 
}

.gallery-thumb img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #70AC14;
	margin: 0;
	-moz-border-radius: 5px;
}

/*EvoGallery ENDE*/

