body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background-image: url('/images/raster.gif');
	}
	
#centerpage {
	position: relative;
	width: 770px;
	margin: 0px auto;
	padding: 0;
	text-align:left;
	}

#head {
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	width:770px;
	height: 388px;
	}

#back {
	background-image: url('/images/line.png');
	background-repeat: repeat-y;
	background-position: center;
	width: 770px;
	height: 100%;
	overflow: auto;
	
 }
 

* html #back {
	background-image: url('/images/line.gif');
	background-repeat: repeat-y;
	background-position: center;
	width: 770px;
}

 
#banner {
	float: left;
	display: inline;
	width: 165px;
	height: 165px;
	background-image: url('/images/box.jpg');
	margin: 0 0 0 25px;
	padding: 5px 10px;
	}
	
* html #banner {
	display: none;
	}
	
#gallery {
	
	left:212px;
	position:absolute;
	top:301px;
	}

#content {
	float: right;
	display: inline;
	width: 510px;
	margin: 0;
	padding: 1px 35px 25px 15px;
	}


#footer {
	background-image: url('/images/footer.gif');
	background-repeat: no-repeat;
	background-position: center;
	width:770px;
	height:26px;
	text-align: right;
	}	

#footer div {
	text-align: right;
	width:500px;
	height: 40px;
	float: right;
	margin-right: 60px;
	margin-top: 6px;
	}
	
#footer span {
	width: 500px;
	}	

#footer span a {
	color: #FFFFFF;
	}

/* alle Tag Formatierungen */

h1 {
	}
	
h2 {
	font-size:17px;
	font-weight: bold;
	color: #F29200;
	margin: 0;
	padding: 15px 0;
	}
	
h3 {
	font-size:16px;
	font-weight: bold;
	margin: 0;
	padding: 15px 0;
	}
	
h4 {
	font-weight: bold;
	color:	#F29200;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}

img {
	border: 0px solid;
	}

input, textarea {
	border: 1px solid;
	}

a {
	text-decoration: none;
	color: #F29200;
	}

a:hover {
	text-decoration: underline;
	}
	
th {
	color: #f29200;
	}	
	
.containerCat {
	background-color:#EFF0F5;
	border-bottom:1px solid #F1B700;
	border-right:5px solid #F1B700;
	float:left;
	margin:0 10px 10px 0;
	width:490px;
}

.bild {
	float:			left;
	margin-right:	10px;
}

.name {
	font-size:		14px;
	font-weight:	bold;
	margin-bottom:	5px;
	margin-top:		2px;
}