/* @override http://www.diehaarschneiderei.com/2009/html/gallery_hs.css */

@charset "UTF-8";
/* CSS Document */
#team_gallery 
{
	height: 480px;
	width: 3100px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#laden_gallery 
{
	height: 480px;
	width: 8700px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}


body {
	background-image: url(../images/site_bg.jpg);
}

#team_gallery img.image_team {
	padding: 10px;
	clear: right;
	float: left;
	background-color: #fff;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 300px;
	height: 450px;
}

