@charset "utf-8";
body {
	margin-top: 0px;
	margin-left: 15%;
	margin-right: 15%;
	top: 0px;
	left: 15%;
	right: 15%;
	color: #009999;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: -webkit-linear-gradient(90deg,rgba(18,255,0,1.00) 0%,rgba(0,73,134,1.00) 100%);
        background-image: -moz-linear-gardient(90deg,rgba(18,255,0,1.00) 0%,rgba(0,73,134,1.00) 100%);
        background-image: -o-linear-gardient(90deg,rgba(18,255,0,1.00) 0%,rgba(0,73,134,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(18,255,0,1.00) 0%,rgba(0,73,134,1.00) 100%);
}
#inhalt {
	background-color: #DAFCDC;
	top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}
#inhalt #head {
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	color: #009966;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#inhalt #mainnav {
	background-color: #009966;
	padding-top: 0px;
	margin-top: -21px;
}

#inhalt #mainnav a {
	width: 25%;
	display: block;
	float: left;
	color: #0033CC;
	text-decoration: none;
	text-align: center;
	background-color: #DAFCDC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#inhalt #mainnav ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#inhalt #mainnavdev {
		background-color: #009966;
	padding-top: 0px;
	margin-top: -21px;
}
#inhalt #mainnavdev a {
	width: 33%;
	display: block;
	float: left;
	color: #0033CC;
	text-decoration: none;
	text-align: center;
	background-color: #DAFCDC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#inhalt #mainnavdev ul {
		margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#inhalt #body {
	color: #000000;
	text-align: center;
}
#inhalt #body h2 {
	color: #0099CC;
}
#inhalt #body #foot {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	color: #999999;
	text-align: center;
}

#inhalt #body #foot a {
	color: #999999;
}
#logininhalt {
	background-color: #DAFCDC;
	border-radius: 50px;
	color: #0033CC;
}


#logininhalt a {
	font-weight: bold;
	text-decoration: none;
}
#logininhalt p {
}
