html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

img {

}

img.ohne {
	border: 0;
	padding: 0;
	margin: 0;
	
}
a {
	color: #F17613;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F17613;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: url(../images/layout/bg.jpg) repeat-x;
	text-align: center;
	font: 12px verdana,arial,   sans-serif;
	color: #305069;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 859px;
	position: relative;
	
}


#logo {
	position: absolute;
	background: url(../images/layout/logo.jpg) no-repeat;
	width: 200px;
	height: 117px;
	top: 0;
	left: 0;
	z-index: 5;
}
#imagebild {
	position: absolute;
	width: 335px;
	height: 345px;
	top: 117px;
	left: -70px;
	z-index: 51;
}
#nav {
	width: 200px;
	position: absolute;
	top: 440px;
	left: 0;
	padding: 30px 0 60px 0;
	min-height: 250px;
	background: bottom left url(../images/layout/nav_bot.jpg) no-repeat;
	background-color: #FFF19F;
	z-index: 50;
}


#body {
	position: absolute;
	width: 550px;
	top: 0;
	left: 200px;
	background: white;
	overflow: hidden;
	min-height: 500px;	
   z-index: 1;
}
#body .i {
	padding: 100px 45px 84px 74px;


}
#head-top {
	position: absolute;
	top: 0;
	left: 200px;
	width: 469px;
	height: 82px;
	z-index: 2;
	background: url(../images/layout/head_top.gif) no-repeat;
}
#head-right {
	position: absolute;
	top: 0;
	left: 669px;
	width: 134px;
	height: 221px;
	z-index: 3;
	background: url(../images/layout/head_right.gif) no-repeat;
}
#topnavi{
	position: absolute;
	top: 5px;
	left: 200px;
	width: 550px;
	height: 40px;
	text-align: right;
	z-index: 10;
}

h1 {
	color: #F25C00;
	font: 22px "Times new roman", "Arial narrow", arial, sans-serif;
	margin-top: 2px;
	margin-bottom: 20px;
	font-style: italic;
	font-weight: bold;
}
h2 {
	font: 16px "Times new roman", "Arial narrow", arial, sans-serif;
	margin-top: 2px;
	font-style: italic;
	font-weight: bold;
}

#body p {
	margin: 1em 0;
}
#body ul {
	margin: 0;
	padding: 0 0 0 30px;
	}
#body li {

}

.imgleft{
	float:left;
	padding-right:5px;
}

.imgright{
	float:right;
	padding-left:5px;
}

.imgcenter{
	  display: block;
    margin-left: auto;
    margin-right: auto ;
	 margin-bottom: 10px;
	 margin-top: 10px;
	padding:3px;
	border: 1px solid #e3e3e3;

}

#gallery .group{margin-bottom:15px;}
#gallery ul {margin-bottom:1em; list-style: none; padding:0;}
#gallery ul li img{border:0;float:left; padding:3px; border-width:1px;border-style:solid;border-color:#e5e5e5;border-bottom-color:#e0e0e0;border-top-color:#e9e9e9;}

#gallery ul li{float:left;text-align:center;margin: 5px 5px 10px 5px; position:relative;}
#gallery ul li a,#demonstrations ul li a:hover{height:100px;background:none;float:left;border:0;}
#fuss {
	clear: both;
	text-align: right;
}