@charset "utf-8";
/* CSS Document */
.container {
	background-color: #F3F1F0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.primary_header {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: left;
	border-bottom: 1px solid #FFFFFF;
}
.secondary_header {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	clear: left;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Calibri";
	font-weight: bold;
	color: #000000;
	letter-spacing: 5px;
	margin-left: auto;
	text-align: center;
	transition: all 0.3s linear;
	background-color: #818183;
	font-size: 100%;
	width: 25%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.secondary_header ul li:hover {
	color: #000000;
	cursor: pointer;
}
.left_article {
	max-width: 45%;
	float: left;
	font-family: "Calibri";
	font-size: 100%;
	color: #818183;
	margin-top: 30px;
	margin-right: auto;
	margin-left: 10px;
	margin-bottom: 20px;
	width: auto;
	height: auto;
	min-height: 400px;
}
.noDisplay {
	display: none;
}
.right_article {
	max-width: 49%;
	width:  auto;
	height: auto;
	min-height: 400px;
	float: right;
	margin-top: 30px;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 20px;
}
.footer {
	background-color: #F3F1F0;
}
.title {
	text-align: center;
}
.placeholder {
max-width: 100%;
max-height: auto;
}
.copyright {
	text-align: center;
	background-color: #818183;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Calibri";
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	}
body {
	background-color: #F3F1F0;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;	
}


@media (max-width: 320px) {
.secondary_header ul li {
	float: none;
	margin-top: 10px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
}
.left_article {
	max-width: 100%;
	height: auto;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	min-height: inherit;
}
.right_article {
	max-width: 100%;
	max-height: auto;
	margin-top: 10px;
	margin-left: 10px;
	min-height: inherit;
}
.placeholder {
	max-width: 100%;
	max-height: auto;
}
}


@media ( min-width : 321px ) and (max-width : 767px ){
.secondary_header ul li {
	float: none;
	margin-top: 10px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
}
.left_article {
	max-width: 100%;
	height: auto;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	min-height: inherit;
}
.right_article {
	max-width: 100%;
	max-height: auto;
	margin-top: 10px;
	margin-left: 10px;
	min-height: inherit;
}
.placeholder {
	max-width: 100%;
	max-height: auto;
}
}


@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.secondary_header ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
}


#menu a:link {
  color: #FFFFFF;
  text-decoration: none;
}
#menu a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#menu a:hover {
  color: #FFFFFF;
  text-decoration: none;
	font-size: 85%;
}
#menu a:active {
  color: #FFFFFF;
	text-decoration: none;
}


#menu_sale {
background: #D82B2B;
}	
#menu_sale a:link {
  color: #FFFFFF;
  text-decoration: none;		
}

#menu_sale a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#menu_sale a:hover {
  color: #FFFFFF;	
  text-decoration: none;
	font-size: 85%;
}

#menu_sale a:active {
  color: #FFFFFF;
	text-decoration: none;
}


.link_im_Text a:link {
  color: #818183;
  text-decoration: underline;
}
.link_im_Text a:visited {
  color: #818183;
  text-decoration: underline;
}
.link_im_Text a:hover {
  color: #000000;
  text-decoration: underline;
	font-size: 100%;
}
.link_im_Text a:active {
  color: #818183;
	text-decoration: underline;
}


#warnung {
	color: #FF0000;
	font-size: 100%;
	font-weight: normal;
	text-align: justify;
	}