body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 14;
	width: 1000px;
	margin: auto;
}
a:link, a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: none;
}
h1 {
	color: #0066cc;
}
h2 {
	color: #0066cc;
}

#warten {
	visibility:hidden;
	position: fixed;
	left: 40%;
	top: 70%;
	border: 14px solid #80FF00;
	border-radius: 50%;
	border-top: 14px solid #0033FF;
	border-bottom: 14px solid #0033FF;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#kalender td:hover {
	background-color: lawngreen;
}

#submenu {
	text-align: left;
	background-color: #0099ff;
	background-image: linear-gradient(#0094CF, RoyalBlue);
    border-radius: 5px;
	list-style: none;  
}

#submenu ul {	
	background-color: #0099ff;
    float: left;
    height: 23px;
	font: 18px/25px Arial, Helvetica;
    text-decoration: none;
    margin: 0px;
}

#submenu a {
    color: white;
    padding: 0 3px;
    text-decoration: none;
	display: block;
}

#submenu li a:hover {
	background-color: blue;
	border-radius: 5px;
}

#submenu li:hover > a{
	color: #80FF00;
}

/* Code für ausklappbares Menü */
#menu {
    text-align: left;
	width: 1000px;
    margin: 8;
    padding: 10px 0 0 0;
    list-style: none;  
    background-color: #0099ff;
    background-image: linear-gradient(#0099ff, RoyalBlue);
    border-radius: 50px;
    /* box-shadow: 0 2px 1px #9c9c9c; */
}

#menu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
}

#menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: white;
    font: 18px/25px Arial, Helvetica;
    text-decoration: none;
}

#menu li:hover > a {
    color: #80FF00;
}

*html #menu li a:hover { /* IE6 */
    color: #fafafa;
}

#menu li:hover > ul {
    display: block;
}

/* Untermenü */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background-color: RoyalBlue;   
    background-image: linear-gradient(#0099ff, RoyalBlue);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 170px;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    /* box-shadow: 0 1px 0 white; */
}

#menu ul li:last-child { 
    box-shadow: none;    
}

#menu ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    background-color: blue;
    /* background-image: linear-gradient(#04acec, #0186ba); */
}

#menu ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
}

#menu ul ul li:first-child a:after {
	left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #04acec;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* Code für mobiles Menü */
/* http://webdesignerwall.com/tutorials/four-elements-great-responsive-menus */

#mobile_menu {
	visibility:hidden;
	display: block;
	position: absolute;
	left:20;
	top:164;
	text-align: left;
    padding: 5;
    list-style: none;  
	background-color: #0099ff;
	background-image: linear-gradient(#0099ff, RoyalBlue);
    border-radius: 5px;
	width:400px;
}
#mobile_menu li {
    list-style: none;
}
#mobile_menu ul {
	list-style: none;
}
#mobile_menu a {
    color: white;
    font: 18px/25px Arial, Helvetica;
    text-decoration: none;
}
#menulines {
	display: block;
	position: absolute;
	left:20;
	top:120;
	padding:5;
	text-align: left;
	background-color: #0099ff;
	width:42px;
	height:38px;
	border-radius: 5px;
}
.bar {
  width: 26px;
  height: 2px;
  background: #FFF;
  margin: 8;
}
.bark {
  width: 26px;
  height: 2px;
  background: #FFF;
  margin: 5;
}
#mobile_menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* Ende Mobilmenü */

nav {
	position: sticky;
	top:0;
}

sup {
	font-size:smaller;
}
div {
	width=800px;
}
figcaption {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	font-size: 12;
	padding: 5;
	width: 400;
}
.startseite {
	float:left;
	width:310;
	height:280;
	margin:10;
	/* background-color: #ffffe0; */
	background-color:#f2f2f2;
	border-radius: 10px;
	color:grey;

}
p.wusstensie {
	color: forestgreen;
	font-weight: bold;
}
hr.solarbranche {
	clear: both;
	margin-top: 20;
	margin-bottom: 20;
}
img.round {
	border-radius: 10px;
}