body, html {
	margin: 0;
	padding: 0;
	xxxfont-family: 'Open Sans', sans-serif;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	}
body {
	background-color: #f5e9c9;
	background-image: url(images/hg-content.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.header {
	background-image: url(images/hg-header.png);
	background-repeat: repeat-x;
	xxxheight: 194px;
	background-position: 50px;
}

.logoContent {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 268px;
}
 .content {
	text-align: center;
}
.btn-facebook {
	margin-top: 15px;
}

.footer {
	background-image: url(images/hg-header.png);
	background-repeat: repeat-x;
	background-position: 0px 18px;
	height: 210px;
	margin-bottom: 30px;
}

.footerContent {
	background-image: url(images/bilderreihe.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 210px;
}

h1, h2, h3 {
	font-family: 'Shadows Into Light', cursive;
	color: #1f89a7;
	text-transform: uppercase;
}

h1 {
	line-height: 120%;
}

h3 {
	margin-bottom: -20px;
}
strong {font-weight: 700;}
a {color: #1f89a7}