body{
	font-family: "Droid Sans",Calibri,Helvetica,Arial,Verdana,sans-serif;
	color: #515151;
	background-color:#f7f7f7;
	line-height:1.5em;
}
div#divCenter{
	margin:auto;
	max-width:990px;
}
div#divContent{
	text-align: justify;
	border: 2px solid #ebebeb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	background-color: white;
}
div#divImgTopContainer{
	max-width:650px;
	margin: 20px auto 30px auto;	
}	
div.highlight{
  background-color: #f7ed5f;
  border: 1px solid #a29f00;
}
img.img_top{
	display:inline;
}
@media (max-width: 800px) { 
	/* Kompaktes Layout */ 
	div#divImgTopContainer{
		display:none;
	}
}
p{
	padding:0px;
	margin:0px;
}
p.mainsummary{
	display:block;
	text-align: center;
	font-size: 145%;
	color: #515151;
	margin: 20px auto 45px auto;
}  
a{
	text-decoration: none;
	color:#0B79CB;
}
a:visited{
	text-decoration: none;
	color:#0B79CB;
}
h1{
	font-weight: 700;
	color: #0d579b;
	font-size: 160%;
	margin-top: 0;
	text-align: center;	
	margin-top:20px;
}
h2{
	font-weight: 700;
	color: #383838;
	font-size: 130%;
	text-align: left;
}

.clearfix::after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
}
.clear {
	clear: both;
}
header{
	margin: 0 0 20px 0;	
}
div.divHeaderItem{
	float:left;
	padding:5px 0 0 50px;
}
div.divMainList{
	max-width:700px;
	text-align:left;
	margin-bottom:20px;
	margin:auto;
	padding:0;
	display:block;
}
div.divMainListItem{
	float:left;
	margin: 0 20px 20px 0;
	width:30%;
	padding:0;
}
div.divMainListItem:hover{
	background-color:#99ffff;
}
@media (max-width: 700px) { 
	/* Kompaktes Layout */ 
	div.divMainListItem{
		float:none;
		margin: 0 0 30px 0;
		width:50%;
		padding:0;
	}
	div#divContent{
		padding:0 10px;
	}
}
div.divHomeList{
	max-width:750px;
	text-align:left;
	margin-bottom:20px;
	margin:auto;
	padding:0;
	display:block;
}
article.divHomeListItemContainer{
	float:left;
	margin: 0 50px 30px 0;
	width:45%;
	padding:0;
	display:block;
}
article.divHomeListItemContainer:last-child{
	float:left;
	margin: 0 0 30px 0;
	/*width:45%;*/
	padding:0;
}
div.divHomeListItem{
	float:left;
	padding:0;
	width:100%;
	margin-bottom:10px;
}
div.divHomeListItemDesc{
	font-size:90%;
}
div.divHomeListItemDesc h3{
	font-size:100%;
	font-weight:bold;
	margin:0;
	padding:0;
}
@media (max-width: 700px) { 
	/* Kompaktes Layout */ 
	article.divHomeListItemContainer{
		float:none;
		margin: 0 0 30px 0;
		width:80%;
		padding:0;
	}
}
article.articleImpressumSmall{
	font-size:80%;
	margin:20px 0;
}
article.articleImpressumSmall h3{
	font-size:100%;
	font-weight:bold;
	margin:0;
	padding:0;	
}
div.divMainList a{
	color:#515151;
}
div.divHomeList a{
	color:#515151;
}
img.imgListItem{
	float:left;
	margin-right:15px;
}
article.articleMainDesc{
	font-weight: normal;
	color: #515151;
	font-size: 100%;
	text-align: left;
	max-width:750px;
	margin:auto;
}
article.articleMainDesc a {
	color:#0B79CB;	
}
img.imgHomeListItem{
	width:350px;
	margin-bottom:10px;
}
article.articleHomeDesc{
	font-weight: normal;
	color: #515151;
	font-size: 100%;
	text-align: left;
	max-width:750px;
	margin:40px auto;
}
@media (max-width: 879px) { 
	/* Kompaktes Layout */ 
	article.article_main{
	margin: 20px 0 0 0;
		/*max-width:600px;*/
		width:80%;
		min-height:250px;
		float:left;
		padding:10px;
		background-color:#FFFF66;
	}
}
div#divImpressum{
	max-width:750px;
	text-align:left;
	margin-bottom:20px;
	margin:auto;
	padding:0;
	display:block;
}
div#divDatenschutz{
	max-width:750px;
	text-align:left;
	margin-bottom:20px;
	margin:auto;
	padding:0;
	display:block;
}
div#divAgb{
	max-width:750px;
	text-align:left;
	margin-bottom:20px;
	margin:auto;
	padding:0;
	display:block;
}
div#divFooter{
	max-width:700px;
	text-align:center;
	margin:20px auto;
}
#button{
	margin:40px 0;
	text-align:center;	
}	
#button2{
	margin:40px 0;
	text-align:center;	
}	
#button3{
	margin:40px 0;
	text-align:center;	
}	
.btn{
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  margin-left: 0px;
  text-decoration: none;
  cursor:pointer;
}

.btn:hover{
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.li-space{
	margin-bottom:5px;
}
.smalltext{
	font-size:10px;
}

.topNaviSeparator{
	float:left;				
}
.topNaviItem{
	float:left;
}
.topNaviItemActive{
	font-weight: bold;
	float:left;
	padding-bottom:7px;
	border-bottom:solid 3px #0B79CB;
}
.imgInfoArticle{
	float:left; 
	width:300px;
	margin:0 10px 10px 0;
}
.imgInfoArticleSmall{
	float:left; 
	width:150px;
	margin:0 10px 10px 0;
}
.ArtikelZitat{
	font-style:italic;
	color:c5c5c5;
}
a.button {
    display: block;
    width: auto;
    height: auto;
    background: #0B79CB;
    padding: 10px;
    text-align: center;
    border-radius: 0px;
    color: white;
    font-weight: normal;
}
a.button:hover {
	background-color:#00cc44;
}
details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: .5em .5em 0;
    margin-bottom:10px;
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
    cursor:pointer;
    background-color:#F3F3FF;
}

details[open] {
    padding: .5em;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}
