
body
{
	font-family: 'Proza Libre', sans-serif;	
	background:#fff;
	margin:0;
}

p
{
 margin:5px 0px;	
}

a:link, a
{
	text-decoration:none;
	color:#333333;	
}

#navi
{
	margin-left:155px;
	list-style:none;
	display:inline-block;	
}

#navi a, #navi a:link
{
	text-decoration:none;
	color:#fff;
}

#navi li
{
	
	padding: 0 15px;
float: left;
text-shadow:1px 1px 1px #333333;
text-align:center;	
}

.thema
{
	background: #fff;
padding: 10px 50px 50px 50px;
text-align: center;
box-shadow: 0px 5px 5px #333333;
}

.thema h2
{
	    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    text-shadow: 1px 1px 1px #333333;
	
}

.thema .left
{
	width:50%;
	float:left;	
	text-align:left;
}

.thema img
{
 width:100%;
}
.thema .right
{
	text-align: left;
	width: 50%;
	float: left;
}

.thema table
{
	width:100%;	
}

.thema thead tr
{
	background: #333333;
color: #fff;
font-size: 0.7em;	
}

#slider
{

}

#head
{
	position:absolute;;
	background:#333333;
	width:100%;
	height:50px;	
	z-index:1;
}

#head #logo
{
	position: absolute;
	left: 15px;
	top: 5px;
	background: #fff;
	text-align: center;
	box-shadow: 1px 1px 1px #ccc;
}

#head #logo h2
{
	margin:0;
}

#head #logo p
{
	font-size:0.8em;
	margin:0;
}

#head #logo img
{
	width: 140px;
}

#content
{
	background: #fff;
margin: 0 auto;
}

footer
{
	background: #333333;
bottom: 0;
min-height: 305px;
width: 100%;
left: 0;
position: relative;
text-align:center;
}

footer #address
{
	position: relative;
text-align: right;
float: right;
color: #fff;
text-shadow: 1px 1px 1px #000;
width: 40%;
padding: 0px 15px 15px 15px;
}

footer #contact
{
	position: relative;
text-align: left;
float: left;
width: 50%;
color: #fff;
text-shadow: 1px 1px 1px #000;
padding: 10px;
}

footer h2
{
 font-size:1em;	
}
footer p
{
	margin: 0;
font-size: 0.7em;	
}

footer a, footer a:link
{
	color:#FFF;
}


footer #address #map
{
	width: 100%;
margin-top: -10px;
box-shadow: 0px -1px 5px #333333;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}