html, body {
	margin: 0;
	padding: 0
}

body {
	background-image: url("../images/bg.gif");
	background-repeat: repeat-y;
	background-color: #89B02F;
	background-position: top center;
	text-align: center;
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 55px;
}

html {
	overflow-y: scroll;
}

img {
	border: none;
}

a:focus {
	outline: none;
}

a {
	color: #B30000;
}

a:hover {
	color: #333;
}

.klein {
	font-size: 11px;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

h1 {
	margin: 0;
	padding: 0px 0 10px 0;
	font-size: 13px;
}

h1.first {
	padding: 30px 0 10px 0;
}

h2 {
	margin: 0;
	padding: 10px 0 4px 0;
}

blockquote {
	margin: 0;
	padding: 10px 0 15px 30px;
	font-style: italic;
}

.txt ul {
	margin: 0;
	padding: 0;
}

.txt ul li {
	list-style: none;
	background-image: url("../images/list-item.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding: 4px 0 10px 30px;
}

img.foto {
	float: right;
	border: 10px white solid;
	margin: 0 0 20px 40px;
}

.clr {
	clear: both;
}

.error {
    text-align: center;
}

img.error-foto {
	float: center;
	border: 10px white solid;
	margin: 0;
}

#container {
	text-align: left;
	width: 931px;
	margin: 0 auto;
}

#header {
	height: 129px;
	background-color: white;
}

.bauchherz {
	float: right;
	margin: 2px;
}

#angebote {
	background-image: url("../images/bloecke-dunkel.gif");
	border-bottom: 2px #E6E9DC solid;
	color: #D98080;
	padding-left: 10px;
	padding-top: 2px;
}

#navcontainer {
	height: 30px;
	background-color: #E7C8C2;
	background-image: url("../images/bloecke-hell.gif");
}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	font-size: 14px;
}

#navcontainer li {
	margin: 0 5px;
	display: inline;
}

#navcontainer a {
	color: #800000;
	text-decoration: none;
	padding: 0 5px 4px 5px;
	border-bottom: rgba(0, 0, 0, 0) 2px solid;
	-webkit-transition: border-bottom-color 0.3s linear;
	transition: border-bottom-color 0.3s linear;
}

#navcontainer a:hover {
	border-bottom-color: rgb(179, 0, 0);
	border-bottom-color: rgba(179, 0, 0, 1);
}

#navcontainer a.active {
	border-bottom: #D98080 2px solid;
}

#contentcontainer {
	background-color: #E6E9DC;
	background-image: url("../images/bg-content.gif");
	padding-bottom: 25px;
}

#subnavcontainer {
	height: 24px;
	background-image: url("../images/subnav.gif");
/*     box-shadow: 0px 5px 2px #D3D3D3; */
}

#subnavcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-size: 12px;
}

#subnavcontainer li {
	margin: 0 5px;
	display: inline;
}

#subnavcontainer a {
	color: #800000;
	text-decoration: none;
	padding: 0 5px 1px 5px;
    border-bottom: rgba(0, 0, 0, 0) 1px solid;
    -webkit-transition: border-bottom-color 0.3s linear;
    transition: border-bottom-color 0.3s linear;
}

#subnavcontainer a:hover {
	border-bottom-color: rgb(179, 0, 0);
	border-bottom-color: rgba(179, 0, 0, 1);
}

#subnavcontainer a.active {
	border-bottom: #D98080 1px solid;
}

#sticky-nav {
    z-index: 100;
}

#sticky-subnav {
    z-index: 100;
}

.txt {
	margin: 0 20px;
}

#footer {
	text-align: right;
	color: #E7EFD5;
	margin-right: 2px;
	font-size: 12px;
	padding-bottom: 25px;
}

#footer a {
	color: #E7EFD5;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.txt ul.galerie {
	
}

.txt ul.galerie li {
	background-image: none;
	width: 420px;
	float: left;
	margin-right: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	height: 350px;
}

.txt ul.galerie img {
	border: 10px white solid;
	margin-bottom: 0;
    }

div.box-holder {
	text-align: center;
}

.flash-box-error {
	font-size: 14px;
	font-weight: 400;
	color: #F9F9F9;
	background-color: #B40202;
	border: 1px solid #D9534F;
	box-shadow: 2px 2px 2px #D3D3D3;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.input {
	padding: 8px;
	background-color: #F9F9F9;
	border: 1px solid #D3D3D3;
	box-shadow: 1px 1px 1px #D3D3D3;
}

.input:focus {
	border-color: #CE0000;
}

button.btn {
	border: 1px solid #D43f3A;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 8px 12px;
	text-align: center;
	box-shadow: 2px 2px 2px #D3D3D3;
	font-size: 14px;
	font-weight: 400;
}

button.btn-green {
	background-color: #89B02F;
	border-color: #607A26;
	color: #F9F9F9;
}

button.btn-green:active {
	background-color: #607A26;
}
