body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
html { 
	-webkit-text-size-adjust: none; 
/*	height: 100%;
	width: 100%;	*/
}

a {
	color: #00AEEF;
	text-decoration: none;
}
a:hover {
	color: #000;
}
p, h1, h2, h3, table, hr, .videobox2 {
	margin-right: 5px;
	margin-left: 5px;	
	clear:left;
}
p {
	margin-top: 0px;
	margin-bottom: 24px;
}
.header h1 {
		font-size: 34px;
	line-height: 40px;
	text-transform: none;
}
.bgbild a {

	color: #CC3333;
}
.bgbild a h2{
	color: #000;
}
h1 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	margin-left: -30px;
	margin-top: 0px;
	margin-bottom: 16px;
	font-weight: normal;
	
}
#header h1, #header h2 {

	margin-top: 0px;
	margin-bottom: 0px;

}
.subline {color: #000;}

h2 {
	font-size: 24px;
	line-height: 24px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	list-style-type: square;
	padding-left: 20px;
	list-style-position: outside;
	width: 60%;
}
li {
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 90%;
	margin-bottom: 20px;
}
td, th {
	margin: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-bottom: solid 1px #CCC;
	vertical-align:top;
	
}
hr{
	border: none 1px black;
	background-color: #000;
	height: 1px;
	margin-bottom: 40px;
}
div {
}
.marker {
	color: #7AB3D4;
}
.marker1 {
    color:#CC3333;
}
.sp25
{
  width: 23%;
  margin-right: 2%;
  float: left;
  margin-bottom: 0px;
}
.sp33
{
  width: 31.333%;
  margin-right: 2%;
  float: left;
  margin-bottom: 0px;
}
.sp50
{
  width: 48%;
  margin-right: 2%;
  float: left;
  margin-bottom: 0px;
}
.sp66
{
  width: 64.333%;
  margin-right: 2%;
  float: left;
  margin-bottom: 0px;
}
.sp75
{
  width: 73%;
  margin-right: 2%;
  float: left;
  margin-bottom: 0px;
}
.sp100
{
  width: 100%;
  margin-right: 0%;
  clear: left;
  margin-bottom: 0px;
  border-top:solid 1px #999;
   font-size:0px;
  line-height:0px;
  margin-bottom: 3px;
}
@media (min-width: 320px)  and (max-width: 511px) {
/*@media only screen and (min-width: 320px)  and (max-width: 511px) {*/
	h1 { font-size: 18px; line-height: 22px; margin-left: -30px; }
	h2 { font-size: 16px; line-height: 20px; }
	.sp25, .sp33, .sp50, .sp66, .sp75 { width: 96%;  margin-left: 2%; margin-right: 2%;}
	.sp100 {
	  width: 100%;
	  margin-right: 0%;
	  clear: left;
	  margin-bottom: 10px;
	  border-top:solid 1px #999;
	}
	
}
@media print {
	h1 {  margin-left: 0px; }
}