html { 
    height: 100%;
    margin:0px;
    background: url(images/background.jpg) no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
}

body {
	min-height: 100%;
	margin:0px;
	padding-top: 10px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 13px;
}




/* ############## Flex-Slider ################### */

.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0, 0.5);
  font-size: 14px;
  line-height: 18px;


}


/* ############## Schriften und Listen ################### */

h1,h2,h3,h4,h5,h6 {

	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	font-weight: bold;
	color: #b30415;
}

h1.small {
	font-size: 13px;
	margin-bottom: 0px;
}

h2.small {
	font-size: 13px;
	margin-bottom: 0px;
}


h4 {
	margin-bottom: 0px;
}



p {
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 15px;
	color: #504f54;
}


p.halfDistanceBottom {
	margin-top: 0px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom: 8px;
	color: #504f54;
}



ul {
	margin: 0;
	margin-bottom: 15px;
	padding-left: 15px;
	margin-left:20px;
	margin-right:20px;
	color: #504f54;
}

/* ############## Navigation ######################## */

div.navigation a {
	padding: 0;
	display: block;
	height: 25px;
	line-height: 22px;
	margin-bottom: 10px;
    	margin-left: 10px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #86868a;
	text-decoration: none;
	color: #ffffff;
	border-radius: 3px;
}

div.navigation a.active {
	color: #ffffff;
	background-color: #b30415;
}

div.navigation a:hover {
    background-color: #b30415;
} 

/* ############## Anzeigebereiche ######################## */


div.frame {
	margin-top: 0px;
	margin-left: auto;
    	margin-right: auto;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
	height: auto;
	min-height: 540px;
	width: 831px;
		/*min-width: 300px;
		max-width: 1005px;*/
	line-height: 20px;
		/*background-color: #ffffff;*/
	box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.8);
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.85);
}



div.topRow {

	width: 100%;
	height: 260px;
	/* background-color: #f0f0f0; */

}

div.leftBar {
	float: left;
	margin-top: 0px;
	width: 200px;
	height: auto;
	/* background-color: #c4d2ff; */
	display:table;
    min-height:280px;

}

div.navbar {
	float: left;
	padding-top: 0px;
	width: 200px;
	height: auto;
	/* background-color: #c4d2ff; */
	display:table;
    min-height:280px;

}


div.navIcons {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	width: 20px;
	min-height: 280px;
	/* background-color: #dee7e5; */
	height: 100%;
	display:table;
}

div.navBars {
	margin-top: 0px;
	padding-left: 18px;
	padding-right: 20px;
	height: 280px;
	display:block;

	/*background-color: #dee7e5;*/


}

div.rightBar{
	display:table;
	float: right;
	min-height: 300px;
	height: auto;
	width: 631px;


}






/* ############## Bilder ################################# */

img{
	border-style: none;

}

img.logo{
	float: left;
	width: 180px;
	padding-bottom: 20px;
		/* width 20%;float: left; */
}

img.icon{
	float: left;
	width: 25px;
    	margin-bottom: 10px;
}



img.galleryNavLeft{
	width: 197px;
	padding-top: 20px;
	padding-right: 20px;
	display: block;
	float:left;
	border-bottom-left-radius: 12px;
	
}

img.galleryNav{
	width: 197px;
	padding-right: 20px;
	padding-top: 20px;
	display: block;
	float:left;

}

img.galleryNavRight{
	width: 197px;
	padding-top: 20px;
	border-bottom-right-radius: 12px; 
}





img.verticalBar{
	float: left;
	width: 25px;

	display: block;
}


img.news{
    	margin-bottom: 10px;
	display: block;
}
