@charset "UTF-8";
body {
	background-color: #351b0a;
	background-image: url(img/navigation/bg_middleshadow_b936.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
.regular {
	font-family: 'PT Serif';
	font-size: 15px;
	line-height: 21px;
	color: #333333;
	text-decoration: none;
}
.regularSmall {
	font-family: 'PT Serif';
	font-size: 14px;
	line-height: 19px;
	color: #333333;
	text-decoration: none;
}
.regularSmallItalic {
	font-family: 'PT Serif';
	font-size: 14px;
	line-height: 19px;
	color: #333333;
	text-decoration: none;
	font-style: italic;
}
.regularSmallPadded {
	font-family: 'PT Serif';
	font-size: 14px;
	line-height: 19px;
	color: #333333;
	text-decoration: none;
	margin: 10px;
	padding: 10px;
}
.mini {
	font-family: 'PT Serif';
	font-size: 12px;
	color: #666666;
}
.imprint {
	font-family: 'PT Serif';
	font-size: 11px;
	color: #A5724F;
	text-decoration: none;
	position: relative;
	bottom: 50px;
	left: 55px;
}
.headline {
	font-family: 'PT Serif';
	font-size: 18px;
	line-height: 21px;
	color: #B20717;
	font-weight: bold;
}
.headlineGreen {
	font-family: 'PT Serif';
	font-size: 18px;
	line-height: 21px;
	color: #336600;
	font-weight: bold;
}
.headlineTriple {
	font-family: 'PT Serif';
	font-size: 17px;
	line-height: 21px;
	color: #336600;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 5px;
	position: relative;
	bottom: 5px;
}
.headlineItalica {
	font-family: 'PT Serif';
	font-size: 17px;
	line-height: 21px;
	color: #B20717;
	font-weight: normal;
	font-style: italic;
}
.headlineItalicaGreen {
	font-family: 'PT Serif';
	font-size: 17px;
	line-height: 21px;
	color: #336600;
	font-weight: normal;
	font-style: italic;
}
.imageLeft {
	padding-right: 20px;
}
.imgglow {
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.karte {
	width:100%;
	height:auto;
}

.hinweis {
	font-family: 'PT Serif';
	font-size: 24px;
	line-height: 21px;
	color: #FFF;
	background-color:red;
	font-weight: 700;
	margin:20px;
	padding:10px;
	border-radius:6px;
	
}

/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/pt-serif-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/pt-serif-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-serif-italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('fonts/pt-serif-v17-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/pt-serif-v17-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-serif-700 - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/pt-serif-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/pt-serif-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-serif-700italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('fonts/pt-serif-v17-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/pt-serif-v17-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
