body {
		background-image: url(images/background.jpg);
		background-repeat: repeat-x;
      margin: 0px;
      font: 12px/1.5 Tahoma, Arial, sans-serif
		}
.contentbox{
		width: 975px;
      height: auto;
      margin:0px auto;
		position: relative;
      }
.headerbox{
		width: 975px;
      height: 90px;
		}
.logo	{
		position: relative;
      left: -250px;
      top: 5px;
      }
div.headline {
		color: #357708;
      font-size: 24px;
		font-weight:bolder;
		position: absolute;
		top: 70px;
		left:160px;
		width: 300px;
		}
a.topmenu:link,:visited{
		text-decoration: none;
      color:#FFFFFF;
      font-weight: bold;
      }
a.topmenu:hover{
		text-decoration: none;
      color:#357708;
      font-weight: bold;
      }
.buttonbox{
		float:right;
		}
.topmenu {
		margin-right: 25px;
		}
.maincontent {
		position: absolute;
		top:110px;
		left:5px;
		width: 975px;
}
.panobox {
		background-image: url(images/panobox-top.gif);
		background-repeat: no-repeat;
		position: relative;
		top: 40px;
		width: 950px;
		height:400px;
		margin: 5px auto;
		}
.ads  {
		position: absolute;
		top: 480px;
		left: 100px;
		}
.pb-title-left {
		position: absolute;
		top:0px;
		left: 0px;
	   padding: 5px 15px;
		font-size: 14px;
		font-weight: bold;
		}
.pb-title-right {
		position: absolute;
		top: 0px;
		right:0px;
		padding:5px 15px;
		font-size: 14px;
		font-weight: bold;
		}
.panoboxheader {
		position: relative;
		width: 950px;
		height: 30px;
}
.panoboxcontent {
		background-image:url(images/panobox-center.gif);
		background-repeat: repeat-y;
		width: 940px;
		height: 370px;
		padding: 10px;
		padding-left: 15px;
		}
#map {
		border: 1px solid black;
		position: absolute;
		right: 20px;
		top: 60px;
	
}		
.panoboxfooter {
		background-image: url(images/panobox-bottom.gif);
		background-repeat: no-repeat;
		width: 950px;
		height: 20px;
}

.bigbox {
		position: absolute;
		top: 580px;
		left: 25px;
}
.bigboxheader {
		background-image: url(images/bigboxheader.gif);
		background-repeat: no-repeat;
		position: relative;	
		width: 606px;	
		height: 25px;
	   padding:5px 15px;
		font-size: 14px;
		font-weight: bold;
}
.bigboxcontent {
		background-image:url(images/bigboxcenter.gif);
		background-repeat: repeat-y;
		width: 626px;
		height: 200px;
}
.bigboxdescription{
		margin: 0px 10px 10px 10px;
		padding: 10px 10px 0px 0px;
		height:180px;
		overflow: auto;
}
.bigboxfooter {
		background-image: url(images/bigboxfooter.gif);
		background-repeat: no-repeat;
		width:626px;
		height: 50px;
}
.smallbox {
		position: absolute;
		top: 580px;
		right: 25px;
}
.smallboxheader {
		background-image: url(images/smallboxheader.gif);
		background-repeat: no-repeat;
		position: relative;	
		width: 244px;	
		height: 25px;
	   padding:5px 15px;
		font-size: 14px;
		font-weight: bold;
}
.smallboxcontent {
		background-image:url(images/smallboxcenter.gif);
		background-repeat: repeat-y;
		width: 254px;
		height: 200px;
		overflow: auto;
		padding: 10px;
}
.smallboxfooter {
		background-image: url(images/smalboxfooter.gif);
		background-repeat: no-repeat;
		width:274px;
		height: 50px;
}
.footer {
		position: absolute;
		bottom: -100px;
		left: 0px;
		background-color: black;
		width: 100%;
		height: auto;
		padding: 3px;		
}
.footer p {
		padding-left: 20px;
		overflow:hidden;
}
.kontakt {
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		font-size: larger;
}