@font-face {
  font-family: Handgley;
  src: url(./fonts/Handgley_Italic.otf);
}

body {
	margin:0px;
	padding:0px;
	background-color:#eceee9
	}
	
::-webkit-scrollbar {
    width: 12px !important;
 }

 /* Track */
::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
 }

 /* Handle */
 ::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
   background: #005127 !important; 
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 

 }
 ::-webkit-scrollbar-thumb:window-inactive {
   background: #005127 !important; 
 }
	
.header {
	/* position:absolute; */
	display:block;
	height: 200px;
	width: 100%;
	background-image: url("../img/band.png");
  background-repeat: repeat-y;
	text-align: center;
	border-top: 3px solid #005127;
	border-bottom: 3px solid #005127;
}

.logoimg {
	position:absolute;
	height:300px;
	margin-left:-120px;
	top:-300px;
}

.content {
	/* position:absolute; */
	display:block;
	width: 100%;
	/* padding: 50px; */
  text-align: center;
}

.text {
	/* position:absolute; */
	display:inline-block;
	font-family: Handgley, "MV Boli", "MV Boli Regular", "Cavolini italic", Georgia, serif;
	padding: 50px;
	padding-top: 120px;
  width: 1000px;
  text-align: left;
}

.footer {
	/* position:absolute; */
	display:block;
	height: 200px;
	width: 100%;
	background-image: url("../img/band.png");
  background-repeat: repeat-y;
	border-top: 3px solid #005127;
	border-bottom: 3px solid #005127;
}

.claim {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

.img_fv {
	display:inline-block;
	height:400px;
	margin:20px;
	margin-bottom:40px;
	border: 3px solid #005127;
}

.img_laden {
	display:inline-block;
	height: 400px;
	padding: 20px;
}	

.contact {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

/* topnews */

.topnews_container {
	width:940px;
	height: 500px;
	display: inline-block;
	vertical-align: top;
}

.topnews {
	width:800px;
	height: 490px;
	background: #FFFFFF;
	/* border: 7px inset #DDDDDD; */
	border: 3px solid #005127;
	display: inline-block;
}

.topnews_header {
	width:800px;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 3px solid #005127;
	background-color: #005127;
	color: #FFFFFF;
}

.topnews_box {
	width:760px;
	height: 430px;
	/* overflow: scroll; */
	margin:20px;
	text-align: left;
}

.topnews_textbox {
	padding-top: 20px;
	width: 760px;
	height: 390px;
}

.topnews_imgbox {
	width: 306px;
	height: 390px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.topnews_img {
	/* position: absolute; */
	/* float: left;
	height: 200px;
	margin: 20px;
	margin-right: 20px; */
	/* max-width: 300px;
	max-height: 300px; */
	border: 3px solid #005127;
	display: inline-block;
}

.topnews_text {
	/* position: relative; */
	/* width: 440px; */
	width: 420px;
	height: 390px;
	overflow-y: scroll;
	display: inline-block;
	margin-left: 20px;
	padding-right: 10px;
}

.topnews_no {
	/* float:left; */
	height: 20px;
	width: 200px;
	display: inline-block;
	font-size: 120%;
	/* font-size: 80%; */
	font-weight: bold;
}

.topnews_date {
	float: right;
	height: 20px;
	width: 100px;
	display: inline-block;
	/* font-size: 80%; */
}

.topnews_prev_button {
	top: -195px;
	background-image: url(../img/arrow.png);
	width: 60px;
	height: 60px;
	background-size: cover;
	display: inline-block;
	position: relative;
}

.topnews_next_button {
	top: -195px;
	background-image: url(../img/arrow.png);
	width: 60px;
	height: 60px;
	background-size: cover;
	 -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
	display: inline-block;
	position: relative;
}

/* toppics */

.toppics_container {
	width:940px;
	height: 500px;
	display: inline-block;
	vertical-align: top;
}

.toppics {
	width:800px;
	height: 504px;
	background: #FFFFFF;
	/* border: 7px inset #DDDDDD; */
	border: 3px solid #e4485c;
	display: inline-block;
}

.toppics_header {
	width:800px;
	height: 34px;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 3px solid #e4485c;
	background-color: #e4485c;
	color: #FFFFFF;
  font-size: 30px;
}

.toppics_box {
	width:760px;
	height: 430px;
	/* overflow: scroll; */
	margin:20px;
	text-align: left;
}

.toppics_textbox {
	padding-top: 20px;
	width: 760px;
	height: 390px;
}

.toppics_imgbox {
	width: 760px;
	height: 390px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.toppics_img {
	/* position: absolute; */
	/* float: left;
	height: 200px;
	margin: 20px;
	margin-right: 20px; */
	/* max-width: 300px;
	max-height: 300px; */
	border: 3px solid #e4485c;
	display: inline-block;
}

.toppics_text {
	/* position: relative; */
	/* width: 440px; */
	width: 435px;
	height: 390px;
	overflow-y: scroll;
	display: inline-block;
	margin-left: 5px;
	padding-right: 10px;
}

.toppics_no {
	/* float:left; */
	height: 20px;
	width: 200px;
	display: inline-block;
	font-size: 120%;
	/* font-size: 80%; */
	font-weight: bold;
}

.toppics_date {
	float: right;
	height: 20px;
	width: 100px;
	display: inline-block;
	/* font-size: 80%; */
}

.toppics_prev_button {
	/* top: -195px; */
  top: 195px;
	background-image: url(../img/arrow.png);
	width: 60px;
	height: 60px;
	background-size: cover;
	display: inline-block;
	position: relative;
}

.toppics_next_button {
	/* top: -195px; */
  top: 195px;
	background-image: url(../img/arrow.png);
	width: 60px;
	height: 60px;
	background-size: cover;
	 -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
	display: inline-block;
	position: relative;
}

.impressum {
  font-family: Handgley, "MV Boli", "MV Boli Regular", "Cavolini italic", Georgia, serif;
}