#wrapper
{
	position: relative;
}


#header
{
	position: relative;
	background: white;
	padding: 0 0 0 0;

}

#header .logo
{
	position: absolute;
	background: url(../logo.jpg) no-repeat;
	width: 251px;
	height: 44px;
	top: 40px;
	left: 50px;	
	opacity: 1;
	-moz-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

#header .logo:hover,
#header .logo:focus
{
	opacity: .5;	
}



#header .ce_pageimages
{
	position: absolute;
	top: 160px;
	left: 0;	
}

#header .mod_slideshow2
{
	position: absolute;
	top: 160px;
	left: 0;	
}

#container
{
	background: white;
	min-height: 100px;
	/*padding: 50px 20px 30px 100px;*/
	margin: 0 0 0 0;
	min-height: 300px;
}

#main
{
	/*padding: 50px 200px 40px 50px;*/
	padding: 50px 200px 40px 130px;
}







#footer
{

	
	/*background: #3C3022;*/
	background: #006097;
	/* höhe dynamisch anpassen bzw anzeigen */
	overflow: hidden;
	
	line-height: 150% !important;
	padding: 0 0 0 0;
}

.ce_gallery img
{
	border: 3px solid;
	border-color: white;
	/*-moz-border-radius: 0 0 0 0;*/
	/*-webkit-border-radius: 0 0 0 0;*/
	/*border-radius: 0 0 0 0;*/
	
	/*opacity: .6;*/
	
	/*border-top: 3px solid transparent;*/
	-moz-transition: border-color 300ms ease, -moz-border-radius 300ms ease, opacity 300ms ease;
	-webkit-transition: border-color 300ms ease, -webkit-border-radius 300ms ease, opacity 300ms ease;
	-o-transition: border-color 300ms ease, border-radius 300ms ease, opacity 300ms ease;
	transition: border-color 300ms ease, border-radius 300ms ease, opacity 300ms ease;
	
}

.ce_gallery img:hover,
.ce_gallery img:focus
{
	border: 3px solid #006097;	
	border-top: 3px solid;
	border-color: #006097;
	/*-moz-border-radius: 5px 20px 5px 20px;
	-webkit-border-radius: 5px 20px 5px 20px;
	border-radius: 5px 20px 5px 20px;*/
	/*opacity: 1;*/
}

body.produkte img
{
	border: 3px solid;
	border-color: white;
	/*-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;*/
	/*opacity: .6;*/
	/*border-top: 3px solid transparent;*/
	-moz-transition: border-color 300ms ease, -moz-border-radius 300ms ease, opacity 300ms ease;
	-webkit-transition: border-color 300ms ease, -webkit-border-radius 300ms ease, opacity 300ms ease;
	-o-transition: border-color 300ms ease, border-radius 300ms eas, opacity 300ms easee;
	transition: border-color 300ms ease, border-radius 300ms ease, opacity 300ms ease;
}

body.produkte img:hover,
body.produkte img:focus
{
	border-color: #006097;
	/*-moz-border-radius: 10px 40px 10px 40px;
	-webkit-border-radius: 10px 40px 10px 40px;
	border-radius: 10px 40px 10px 40px;*/
	/*opacity: 1;*/
}







