/**
*@author      Medien31 GmbH, Hameln (www.medien31.de)
*@copyright   Medien31 GmbH
*@date        23.08.2011
*@note        CSS Vorgaben Gallery
*/


div.cont_box {
	width:       700px;
	min-height:  545px;
	display:     inline;
	padding-top:  18px;
}

h2.current {
	color:       #000;
	font-weight: normal;
	font-size:   18px;
	margin-left: 10px;
	margin-top:  10px;
}

div.left {
	width:      700px;
	height:     336px;
	background: none;
	display:    block;
	overflow:   hidden;
	text-align: center;
}

div.right {
	width:  700px;
}

div.gal_img {
	float:        left;
	margin-left:  10px;
	margin-top:   8px;
}
