body {
	margin-top:0px;
}
.bodymaster{
	background-color: #339933;
	background-image: url(../images/websiteBGpattern.gif);
	background-repeat: no-repeat;
}
* {
	font-family:arial,tahoma,verdana,helvetica;
	font-size:11px;
}

h1{
	padding-left:10px;
	font-size:1.9em;
	font-weight:bolder;
	display: block;
}
h2{
	padding-top:20px;
	padding-left:10px;
	font-size:1.5em;
	font-weight:bolder;
}	
h3{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}	
.mainsite{
	position:relative;
	top: 0px;
	width: 715px;
	margin:0px auto;
	
}
.header {
	position:relative;
	width: 715px;
	z-index: 1;
	height: 130px;
}

.headerleft {
	position:absolute;
	background-image:url(../images/headerleft.gif);
	left:0;
	top:0;
	z-index: 3;
	height: 130px;
	width: 158px;
	visibility: visible;
}
.headertop{
	background-image:url(../images/headerkachel.gif);
	background-image:url(../images/headertop.gif);
	background-repeat:no-repeat;
	position:absolute;
	right:0px;
	top:0px;
	z-index: 5;
	height: 99px;
	width: 556px;
	visibility: visible;
}
.headerbottom {
	position:absolute;
	right:0px;
	bottom:0px;
	z-index: 0;
	height: 31px;
	width: 557px;
	background-image:url(../images/headerbottom.gif);
	visibility: visible;
}
.content{
	position:absolute;
	width: 100%;
	z-index: 1;
}
.contentnavi{
	padding-left:70px;
	padding-right:67px;
	padding-top:57px;
	padding-bottom:10px;
	width:579px;
	min-height: 400px;
	_height: 450px; /* ie hack - für mindesthöhe */
	background-image:url(../images/contentmiddle.gif);
	z-index:7;
	text-align:justify;
}
/*
.contentnavi-height{
	padding-left:70px;
	padding-right:67px;
	padding-top:57px;
	padding-bottom:10px;
	width:579px;
	min-height: 400px;
	height:auto;
	_height: auto; /* ie hack - für mindesthöhe *//*
	background-image:url(../images/contentmiddle.gif);
	z-index:7;
	text-align:justify;
}*/

.contentnavitop{

	width:715px;
	height:28px;
	background-image:url(../images/contenttop.gif);
}

.contentbottom{
	height:74px;
	width:715px;
	background-image:url(../images/contentbottom.gif);
}
div#menu{
	margin: 0; padding: 0;
	height:0em;
	position:absolute;
	z-index:100;
}
ul#Navigation {
    margin: 0; padding: 0;
	margin-left:2.2em;
    text-align: center;
	
  }

  ul#Navigation li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0em; padding: 0;
  }


  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.6em; left: -0.4em;
    display: none;  /* Unternavigation ausblenden */
  }

  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */

  }
  
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0em;
	background-color:#FFFFFF;
	text-align:left;
	width:15em;
	
  }
  
  ul#Navigation li a{
    display: block;
    width: 5.5em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 0.7em;
    text-decoration: none; font-weight: bold;
    color: #000000;
	border:#cadac8 solid 2px;
	border-top:none;
	background-image:url(../images/menueoverbg.gif);
	background-repeat:no-repeat;
	
  }
  ul#Navigation li ul li a {
	width:12.8em;
	border:#cadac8 solid 1px;
	border-top:none;
	font-weight:normal;
	background-image:url(../images/menuebg.gif);
	background-repeat:no-repeat;
  }

  ul#Navigation a:hover{
    color: #800000;  
	background-image:url(../images/menuebghover.gif);
	font-weight:bold;
  }
.news{
	left:30px;
	height:auto;
	width:auto;
	background-color:#f3f7f4;
	margin:0 auto;
	border:#cadac8 solid 1px;
}
.newscontent{
	height:5.5em;
	padding-right:10px;
}
.newscontent span{
	font-size:12px;
	text-align:justify;
	
}
.news h1{
	font-size:1.1em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:7px;
	border-bottom:#cccccc solid 2px;
}
.newsbild{
	float:left;
	margin-right:8px;
	
}
.newsfootbar h2{
	display:inline;
	padding:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}
div#infobox
{
	position:absolute;
	right:-199px;	
	top:69px;
	width:257px;
	height:407px;
	background-image:url(../images/contentright.gif);
	background-repeat:no-repeat;
	
	
	
}
* html div#infobox {  /* nur fuer Internet Explorer */
  background-attachment:fixed;   /* Version 5.x */
  b\ackground-attachment:fixed;     /* Version 6 */
  right:-198px;
  r\ight:-198px;
}

div.infoboxcontent{
	/*overflow:scroll;*/
	position:relative;
	width:239px;
	height:389px;
	left:10px;
	top:7px;
	text-align:center;
}
div#gaestebuch{
	width:550px;
	padding:1em;
	background-color:#f3f7f4;
	margin:0 auto;
	border:#cadac8 solid 1px;
}
div#gaestebuch a{
	text-decoration:none;
	color:#000000;	
}
div#gaestebuch a:hover{
	color: #800000;
	font-weight:bold;
}
div#gaestebuch table{
	width:100%;
	border:none;
	
}
div#gaestebuch td{
	margin:0.2em;
	padding:0.2em;
	border:#cadac8 solid 1px;
}
.gbauthor,.gbhp,.gbemail{
	border:none;
	background-image:url(../images/menuebghover.gif);
}
.gbhp,.gbemail{
	text-align:center;
}
div#gbmenue{
	width:440px;
	height:15px;
	margin:0 auto;
	padding-top:3px;
	border-bottom:#339933 solid 1px;
}
div#gbmenue a{
	text-align:center;
	float:left;
	width:110px;
	padding-top:0em;
	padding-bottom:0em;
}
