﻿/* Elemente */


/* Klassen */

.KopfDivLinks   {
	margin: 0 auto;
	text-align: left;
	width: 100%;


}

.KopfDivLogo {
	color: #484848;
	height: 81px;
	width: 650px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.KopfDivMenu {
	height: 32px;
	width: 100%;
	background-color: #aea4a4;
}

.KopfDivMenuBar {
	margin: 0 auto;
	height: 30px;
	width: 1224px;
	background-color: #aea4a4;
}


#ContentInhalt {
	text-align: left;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	background-color: #fff;
	overflow: visible;
	width: 1224px;
}

#ContentInhaltFooter {
	text-align: left;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	background-color: #fff;
	overflow: visible;
	width: 1224px;
}


.KastenStartseite   {
	background-color: #cadaed; 
	width: 20%;
	max-width: 250px;
	min-height: 250px;
	padding: 8px;
	float: left;
	margin-left: 5%;
	margin-bottom: 15px;
}

/* IDs*/

#Startseite{
	max-width: 100%;
	padding: 10px 0 10px 0;
	margin: 0 auto;
}

#ContentTotal {
	margin: 10px auto 10px auto;
	max-width: 1300px;
}

/*Einspaltig*/
#TextSpalte11    {
	float: left; 
	width: 100%; 
}

/*Zweispaltig*/
#TextSpalte21    {
	float: left; 
	width: 47%; 
	margin-right: 5%;
}

#TextSpalte22    {
	float: left; 
	width: 47%; 
}

#DisclaimerCookiesContainer {
	width: 990px;
	margin: 0 auto;
	padding: 6px 0 6px 0;
	text-align: center;
	color: #FFF;
	font-family: 'PT Sans', Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
}

#inhalt {
	float: left;
	width: 705px;	
}

/* --- Kästen Startseite --- */

.cont_kasten {
	position: relative;
	width: 705px;
	margin-top: 25px;
	overflow: hidden;
}

.kasten {
	float: left;
	width: 340px;
	
}

.kasten_rot {
	background-image: url(/images/bg_rot.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 340px;
	height: 95px;
}

.kasten_bild {
	float: left;
	width: 170px;
	height: 95px;
}

.kasten_txt {
	float: left;
	width: 150px;
	height: 95px;
	margin-left:10px;
	margin-right:10px;

}

.spacer {
	float: left;
	width: 25px;
}

#SiteTopHeader {
	overflow: hidden;
	z-index: 0;
	width: calc(100% -10px);
	margin: 0;
	background-color: #162f13;
	text-align: center;
	color: #ffffff;
	padding: 10px 10px 10px 0;
	font-size: 30pt;
}

#TopImage1 {
	min-width: 100%;
}


#SiteTopImage {
	/* Div Topimage*/
	overflow: hidden;
	z-index: 0;
	width: 100%;
	margin: 0;
	max-height: 400px;
}

.embed-container {
  /*position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  /*height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;*/
  width: 100%;
	height: 390px;
}
.embed-container iframe {

  /*position: absolute; 
  top: 0; 
  left: 0; */
  width: 100%; 
  height: 390px; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  /*padding-bottom: 75%;*/
}

.Artikelliste {
	width: 370px;
	float: left;
	margin-right: 25px;
	margin-bottom: 40px;
	text-align: center;
	height: 280px;
}

.ArtikellisteDetail {
	width: 970px;
	margin: 10px auto 40px auto;
	text-align: center;
}

.ArtikellisteDetailBox {
	width: 485px;
	text-align: left;
	float: left;
	vertical-align: top;
	
}

.ArtikellisteDetailBoxR {
	width: 445px;
	text-align: left;
	float: left;
	vertical-align: top;
	padding-left: 15px;
}

.ArtikelbildGross {
	width: 800px;
	float: left;
}