body, html	{
	
	font-family: "Times New Roman", Times, serif;	
	font-size: 16px;
	line-height: 120%;
	color: #333;
}



/*basics*/
/* basics */ 
area, usemap, a img  {border:0;}
img {max-width:100%; height:auto;}

a { color: #000}
a img {	border: 0; color: #000}
table {border-collapse:collapse;}


hr {
	color : #ffffff;
	border-bottom : 1px dotted #ffffff;
	height : 1px;
	clear : both;
	margin-bottom: 5px;
	margin-top: -3px;
	line-height: 1px;
}



h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 15px 0 30px 0;
	color: #666666;
}


h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0 5px 0;
}
	
h3 {
	font-size: 16px;
	margin: 6px 0 3px 0;	
}


h4 {
	font-size: 12px;
	margin: 10px 0 3px 0;	
}

h5 {
	font-size: 11px;
	margin: 3px 0 1px 0;
	text-align:right;
	line-height: 110%;	
}
h6 {
	font-size: 10px;
	margin: 2px 0 12px 0;
	text-align:right;
	line-height: 110%;	
}

p {
	margin: 0 0 6px 0;
	line-height: 140%;
}



input, textarea
{
  color:#333333;
  background: #eeeeee;
  border: 1px solid #ffffff;
  padding-left : 3px;
  padding-top : 1px; 
  font-size:12px; 
 }

/*Listen*/


ul {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;	
}

ol {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;	
}
ul li {
	list-style-type: square;
	padding-bottom: 0px;
	list-style-image: url(img/dot.gif);
} 





.highlight {background-color:#ffcc00;}

table {
	border-collapse:collapse;
	border: none;
}

table.table {
	clear:both;	
	border-collapse:collapse;
	border: none;	
	border-top: 1px solid #666;
	margin: 20px 0 5px 0;
	width:100%;
	font: 0.85em;	
}

.responsiveVideo, .flex-video {
   position: relative; padding-bottom: 56.25%; padding-top: 30px;  height: 0; overflow: hidden;
}

.responsiveVideo iframe, .flex-video iframe, .responsiveVideo object, .flex-video object, .responsiveVideo embed, .flex-video embed  {
   position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.bildrechts {float:right; margin-left:10px;}
.bildlinks {float:left; margin-right:10px;}

.picfull {width:100%; height:auto;}
.pic2left {float:left; max-width:49%; margin: 3px 1% 2px 0; height:auto;}
.pic2right {float:right; max-width:49%; margin: 3px 0 2px 0.5%; height:auto;}

.pic3left {float:left; max-width:32%; margin: 3px 1.5% 2px 0; height:auto;}
.pic3right {float:right; max-width:32%; margin: 3px 0 2px 0.3%; height:auto;}

.pic4left {float:left; max-width:24%; margin: 3px 1% 2px 0; height:auto;}
.pic4right {float:right; max-width:24%; margin: 3px 0 2px 0.5%; height:auto;}


/*Show and Hide Responsive*/
.hideOnDesktops {display: none;}	

	



/* Small devices (tablets, up to 768px) */
@media (max-width: 600px) {
	.pic2left, .pic2right {max-width: 100%;  margin: 3px 0 2px 0;}
	.pic3left, .pic3right, .pic4left, .pic4right  {max-width: 49%;}
	
	/*Show and Hide Responsive*/
	body .hideOnTablets {display: none;}
	.hideOnDesktops {display: block;}
	
	
	

}

/* Small devices (Smartphone, up to <480px) */
@media (max-width: 479px) {
	.pic2left, .pic2right {max-width: 100%;  margin: 3px 0 2px 0;}
	.pic3left, .pic3right, .pic4left, .pic4right  {max-width: 49%;}
	
	/*Show and Hide Responsive*/
	.hideOnMobiles {display: none;}
	body .hideOnTablets {display: block;}
	body .hideOnDesktops {display: block;}
		
	

}

