body {font-family:calibri;font-size:1.1em;background-color:#202020}
a {
	text-decoration:none;
	font-weight:bold;
	color:#0a3f8f;
}

a.lightblue {
	color:#4c8ff3;
}

a.lightblue:hover {
	color:#81aced;
}
a:hover {
	color:#2276f5;
}
.contentcontainer {
		display: flex;
    justify-content: center;
    align-items: center;

}

.plink {font-weight:bold;text-decoration:none;font-size:1.2em}

.minipic {max-width:130px;max-height:130px;}
.iwcontent{	width:1020px;background-color:white;padding:20px}

.iw_title {width:1020px;height:auto;background-color:#0a3f8f;padding:20px}
@media only screen and (max-width:1030px){
	.iwcontent{width:100%}
	.iw_title {width:100%}
}

.maincontent{	max-width:678px;float:left;margin-right:10px;}
.sidebar{max-width:300px;	float:left;}
.seitenzahlinaktiv{display:inline-block;padding: 5px 10px;border:1px solid grey;margin-right:10px;font-size:1.2em;font-weight:bold;margin-bottom:10px}
.seitenzahlaktiv{display:inline-block;padding: 5px 10px;border:1px solid grey;margin-right:10px;font-size:1.2em;font-weight:bold;background-color:#0a3f8f;color:white;margin-bottom:10px}

.paginierung{margin-bottom:20px;}

.bildspalte{float:left;width:25%;margin-right:10px;}
.thumb-container {width:100%;height:auto;text-align:center}
.thumb {width:100%;height:auto}

.mainpic-container {width:100%;height:auto;max-width:500px;text-align:center}
.mainpic {width:100%;height:auto}

.ovw-textspalte {float:left;width:72%}
.dwclear {clear:both}
.linkwhite {color:white}
.linkwhite:hover {color:#81aced}

.iw_title_headline {font-size:2em}

.hbutton {display:inline-block;background-color:#606060;padding:5px 10px;font-weight:bold;color:white;margin-right:10px;margin-bottom:5px}

.suchfeld {width:85%;font-size:1.2em}
.submitbutton {width:10%;padding:5px;font-size:1.2em;font-weight:bold;background-color:#0a3f8f;color:white}
.suchfeld_rechts {width:200px;font-size:1.1em}
.losbutton_klein {width:60px;padding:5px;font-size:1.0em;font-weight:bold;background-color:#0a3f8f;color:white;border:0px;border:1px solid grey}
.suchdiv {float:right;text-align:right;padding-top:10px}

/* Dropdown Section */
.ddnav .w100 {width:110px}
.ddnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.ddnav ul li {
	display:inline-block;
	background-color: #0a3f8f;
	border-right:1px solid lightgrey;
	/*border-bottom:1px solid white;*/
}

.ddnav a {
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:16px;
	line-height: 35px;
	text-decoration:none;
}	

.ddnav a:hover { 
	background-color: #303030; 
}

/* Hide Dropdowns by Default */
.ddnav ul ul {
	display: none;
	position: absolute; 
	top: 35px; /* the height of the main nav */
}

.ddnav ul li:hover > ul {
	display:inherit;
}


.ddnav ul ul li {
	width:110px;
	float:none;
	display:list-item;
	position: relative;

}

/* Change this in order to change the Dropdown symbol */
/*.ddnav li > a:after { content:  ' v'; font-size:22px;}
.ddnav li > a:only-child:after { content: ''; }*/

.rechts {text-align:right}

.sidebarheader {border-bottom:3px solid #1897FE;}