.round10{
	-moz-border-radius:10px; /* Firefox */
    -webkit-border-radius:10px; /* Safari, Chrome */
    -khtml-border-radius:10px; /* Konqueror */
    behavior: url(/css/border-radius.htc);
	border-radius:10px; /* CSS3 */
}
.round20{
	-moz-border-radius:20px; /* Firefox */
    -webkit-border-radius:20px; /* Safari, Chrome */
    -khtml-border-radius:20px; /* Konqueror */
    behavior: url(/css/border-radius.htc);
	border-radius:20px; /* CSS3 */
}
.round30{
	-moz-border-radius:30px; /* Firefox */
    -webkit-border-radius:30px; /* Safari, Chrome */
    -khtml-border-radius:30px; /* Konqueror */
    behavior: url(/css/border-radius.htc);
	border-radius:30px; /* CSS3 */
}
.adjacent{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

p{
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 16px;
	color: #000000;
	margin:0px;
}
b{
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	margin:0px;	
}
h1{
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 40px;
	font-weight:bold;
	color: #000000;
	margin:0px;
}
h2{
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
	margin:0px;
}
h3{
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #000000;
	margin:0px;
}
h4{
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #0022CC;
	margin:0px;
}

 /* Bereich link */
a:link {
  color:#0022CC;
  text-decoration: none;
}
a:visited {
  color:#0022CC;
  text-decoration: none;
}
a:hover {
  color:#0022CC;
  font-weight:bold;
  text-decoration: underline;
}
a:active {
  color:#0022CC;
  text-decoration: none;
} 
.vertikal-flex {
	align-items: center;
	justify-content: center;
}

/*start PIN*/
.staPopup{
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:fixed;
	background:black;
	opacity:1;
	filter:alpha(opacity=100);
}
.artIn{
	width:300px;
	height:300px;
	border: 3px solid #0022CC;
	background:#FFFFFF;
	position:absolute;
	top:0px;
	left:50%;
	top:50%;
	margin-top:-150px;
	margin-left:-150px;
}
.pinO{
	margin:10px;
}
.pin1{
	margin:10px;
	height:180px;
}
.pinU{
	height:50%;
	margin:10px;
}
.inPin{
	width:170px;
	height:35px;
	margin-left:10px;
	margin-top:10px;
	border-top: 2px solid #0022CC;
	border-left: 2px solid #0022CC;
	border-bottom: 2.5px solid #0022CC;
	border-right: 2.5px solid #0022CC;
}
.subPin{
	height:40px;
	width:40px;
	background:none;
	border:2px solid #0022CC;
	color:#0022CC;
	margin-left:10px;
	margin-top:10px;
	padding:-2px;
	border-top: 2px solid #0022CC;
	border-left: 2px solid #0022CC;
	border-bottom: 2.5px solid #0022CC;
	border-right: 2.5px solid #0022CC;
	padding-left:5px;
}