/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v29-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v29-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0
}
p {
  margin: 0 0 15px 0;
}
html, body {
	color: #58585a;
	background: #ffffff;
	font-family: Arial, Verdana, Helvetica, Lucida;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;	
	padding: 0 0 0 0;
}
.site {
  margin: 0 auto 0 auto;
  width: 960px;
  position: relative;
  
}
.site_container {
  background: url(../images/brenker_events_03.jpg) top left no-repeat;
  margin: 50px auto 0 auto;
  width: 960px;
	min-height: 600px;
	float: left;
	position: absolute;
}
* html .site_container {
  height: 600px;
}
.facebook {
  top: 55px;
  left: 705px;
  position: absolute;
  font-size: 15px;
}
.button {
  top: 55px;
  left: 760px;
  position: absolute;
  font-size: 15px;
}
.adresse {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  top: 300px;
  left: 30px;
  position: absolute;
}
.adresse strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.adresse a:link, .adresse a:visited, .adresse a:hover {
  color: #ec008c;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.adresse a.mail:link, .adresse a.mail:visited, .adresse a.mail:hover, .button a:link, .button a:visited, .button a:hover {
  color: #58585a;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.button a:link strong, .button a:visited strong, .button a:hover strong, span.pink {
  color: #ec008c !important;
}
.haftung {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  top: 580px;
  left: 30px;
  position: absolute;
}

