* {
	margin: 0;
	padding: 0;
}


body {
	color: #7C7C7C;
	font-family: Arial, "Sans serif";
	font-size: 12px;
}


img {
	border: none;
}


#gallery h2 {
	color: #bf0000;
	font-size: 14px;
	margin: 8px 0 10px 0;
}


#gallery h3 {
	font-size: 12px;
	margin-bottom: 30px;
}

.galleryaktuell h3 {
	margin-bottom: 20px !important;
}

#gallery p {
	margin: 0 0 13px;
	width: 330px;
}


table {
	font-family: Arial, "Sans serif";
	font-size: 12px;
	width: 310px;
}

td {
	line-height: 140%;
	padding: 0 12px 15px 0;
	vertical-align: top;
}


#gallery {
	padding: 0 0 0 40px;
	position: relative;
	width: 725px;
	overflow: hidden;
}
	
#gallery_ctr {
	overflow: hidden;
	margin: 39px 0 15px 0;
	padding: 0 10px 10px 10px;
	position: relative;
	width: 367px;
	float: right;
}

	#gallery_ctr #go_left {
		background: #fff;
		cursor: pointer;
		float: left;
		height: 225px;
		width: 33px;
	}
	
	#gallery_ctr #go_right {
		background: #fff url(images/arrow_right.jpg) right 50% no-repeat;
		cursor: pointer;
		float: right;
		height: 225px;
		text-align: right;
		width: 30px;
	}

	#gallery_inner {
		float left;
		overflow: hidden;
		padding: 1px 0 0 0;
		position: relative;
		width: 300px;
	}
	

		#gallery_inner ul {
			list-style: none;
			left: 0;
			position: relative;
			width: 5000px;
		}
		
			#gallery_inner li {
				float: left;
				list-style: none;
				text-align: center;
				width: 310px;
			}
			
				#gallery_inner li img {
					padding: 2px;
				}

