#main {
width: 100%;
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-size: 13px;
	line-height: 16px;
	background: #fff;
	max-width: 1300px;
	min-height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: flex; /* or inline-flex */
	display:-webkit-flex;
	display:-ms-flexbox;
	flex-direction: row;
}
#main_news {
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-size: 13px;
	line-height: 16px;
	background: #fff;
	flex-basis: 1100px;
	max-width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: flex; /* or inline-flex */
	display:-webkit-flex;
	display:-ms-flexbox;
	flex-direction: row;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#container {
	font-family: 'Avenir', arial, helvetica, Verdana;
	padding-right: 70px;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#topbox_new {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
}
#topitemL, #topitemR{
	flex-grow: 1;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex-basis: 140px;
}
#topitemM{
	flex-grow: 1;
	flex-shrink: 0;
	padding-right: 25px;
	padding-left: 25px;
}
#topitemnews{
	display: flex;
	display:-webkit-flex;
	display:-ms-flexbox;
	flex-direction: row;
	flex-wrap: wrap;
	flex-basis: 1100px;
	justify-content: space-between;
	font-size: 14px;
	font-weight: bold;
	color: #ABABAB;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 44px;
}
#topitemMnews{
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 550px;
	padding-right: 25px;
	margin-top: -20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#topitemRnews{
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 180px;
	padding-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding-left: 10px;
	background-color: #E9E9E9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#topitemM ul{
	list-style-type: none;
	margin: 0px;
	flex-basis: 140px;
}

p.caption {
	font-size: 12px;
	padding-left: 10px;
	font-weight: 400;
	color: #818181;
	margin-top: 5px;
	padding-top: 10px;
	line-height: 18px;
}
#pub {
	width: 100%;
	height: auto;
	background-color: #EAEAEA;
	float: left;
	margin-bottom: 7px;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#preis {
	width: 100%;
	height: auto;
	background-color: #EAEAEA;
	float: left;
	margin-bottom: 7px;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	text-decoration: none;
	font-size: 15px;
	margin-right:100px;
}
.menu a {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 30px;
	-webkit-justify-content: flex-start;
	/* Safari 6.1+ */
	justify-content: flex-start;
	text-decoration: none;
	text-align: left;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bildvar {
	max-width: 100%;
}
.bildvarmid {
	max-width: 100%;
	text-align: center;
}
#footerx {
	display: flex;
	max-width: 900px;
	clear: both;
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10;
	background-color: #ABABAB;
}
#footerx p {
	margin: 0;
	padding: 10;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #AD3C38;
}
#footerx a:link, #footer a:visited {
	color: #AD3C38;
	text-decoration: none;
}
#footerx a:hover, #footer a:active {
	color: #333;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	margin-bottom: 10px;
  }
/** LIGHTBOX MARKUP **/

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 150px;
  left: 200px;
  right: 10px;
  bottom: 10px;
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}