/****************************
+++ HTML-Standards +++
****************************/

html {
	min-height:100.05%;
}



img {
	border:none;
	display:block;
}



h1, h2, h3, h4, h5, h6 {
	color: black;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

h1 {
	margin:0.4em 0;
	font-size:1.4em;
	line-height:1.2em;
	color:white;
}

h2 {
	font-weight: bold;
	margin-top: 10px;
}

.trenner {
	display:block;
	clear:both;
	height:1px;
	font-size:1px;
}

.hidden{
	height:0;
	width:0;
	position:absolute;
	left:-1000em;
	top:-1000em;
	overflow:hidden;
}

a {
	color:black;
}
#fusszeile a, #infozeile a{
	color:white;
	text-decoration:none;
}
p {
	margin-top:0px;
}

p img {
	display:inline;
}

.rechts {
	float:right;
	padding-left:5px;
}

.links {
	float:left;
	padding-right:5px;
}

.left {
	float: left;
	width: 49%;
}
.right{
	float:right;
	width:49%;
}

#header {
	height: 93px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 666;
	margin-top:28px;
}

#header img{
	margin: auto;
}


.rechts {
	float:right;
	padding-left:5px;
}

.links {
	float:left;
	padding-right:5px;
}
#sprachen img {
	display: inline-block;
	margin-right: 5px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
#sprachen > a {
	float: left;
	margin-right: 5px;
}

#social {
	left: 0;
	margin-top: -112px;
	position: fixed;
	top: 50%;
	z-index: 555;
}

#social .fb {
	height: 40px;
	left: 0;
	position: absolute;
	top: 92px;
	width: 40px;
	z-index: 66;
}

#social .yt {
	height: 40px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 40px;
	z-index: 66;
}
#social .go {
	height: 40px;
	left: 0;
	position: absolute;
	top: 48px;
	width: 40px;
	z-index: 66;
}
#content {
	margin: auto;
	width: 720px;
}

.angebot {
	background-color: #e2e59e;
	padding: 15px;
}
#inhaltmitte ul {
	margin: 5px 0;
	padding: 0 0 0 15px;
}

.angebot hr {
	border:none;
	border-bottom:2px solid white;
	color: white;
	height: 10px;
	margin: 0 0 25px;
}


.jcarousel {
	position: relative;
	overflow: hidden;
	font-weight: 300;
}

.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel li {
	float: left;
	margin-bottom: 5px;
	margin-right: 8px;
}

.jcarousel.start li {
	margin-bottom: 0px;
	margin-right: 10px;
}

.jcarousel li img {
	height: 115px !important;
	width: 155px !important;
}
.jcarousel.start li img {
	height:auto !important;
	width: auto !important;
}

.jcarousel-control-prev > img, .jcarousel-control-next > img {
	cursor: pointer;
	height: 34px !important;
	position: absolute;
	top: 70px;
	width: 33px !important;
}

.jcarousel-control-prev img {
	left: -15px;
}
.jcarousel-control-next > img {
	right: -15px;
}
.galerie {
	margin-bottom: 50px;
	position: relative;
}

.galerie.start {
	margin-bottom: 0px;
}

.galerie .likeh1 {
  color: #66b5e1;
  font-weight: 500;
  margin-bottom: 6px !important;
}



#infozeile br {
  display: block;
  margin-top: -6px;
}

#widgets > a {
  text-decoration: none;
}