body
{
    
	font-size:24pt;
	color:#ffff00;
    background-color: #6666ff;
	background-image:url(img/back_solarcell_grey3.jpg);
    background-repeat: repeat;
  	/*background-size:cover;*/
  }
a
{
	color:#ffaa00;
	text-decoration:none;
}

td.bom
{
	font-size:20pt;
}

td.bomi
{
	text-align:center;
	font-size:20pt;
}

img.bom
{
	border-radius: 1vw;

}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}

div
{
	text-align:justify;
	background-image: url(img/bg000000-60.png);
	border-radius: 1vw;
	padding:10pt;
	margin: left 5%;
	margin-bottom: 2vh;
	margin-top: 2vh;
	width:90%;

}

span.h1
{
    font-size:40pt;
	background-image: url(img/bg000000-60.png);
	border-radius: 1vw;
	padding:10pt;
}

div.h3
{
	text-align:justify;
    font-size:20pt;
	background-image: url(img/bg000000-60.png);
	border-radius: 1vw;
	padding:10pt;
	width:80%;
}

video
{
	border-radius: 1vw;
}


td.tdc
{
    text-align:center;
}

textarea.old
{
    display:none;
}

img:hover.play
{
	cursor: pointer;
}

img.play
{
    max-width: 90%;
    max-height: 90vh;
    margin: auto;
}

img.ertrag
{
    max-width: 450%;
    max-height: 50vh;
    margin: auto;
	opacity: 0.9;
	border-radius: 1vw;

}

img.img80
{
    max-width: 70%;
    max-height: 70vh;
    margin: auto;
	border-radius: 1vw;

}

td
{
	font-size:12pt;
	text-align:center;
}

th.Show0
{
	border: outset 2px #999999;
}
th.Show1
{
	border: inset 2px #ffff00;
}
