/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	width: 100%;
	background-color: white;
}

#distance {
	width: 10px;
	height: 50%;
	margin-bottom: -300px;
	float: left;
	background-color: #fff;
}

#page {
	margin: 0 auto;
	position: relative;
	clear: left;
	height: 600px;
	width: 980px;
	padding: 4px;
	border: 1px solid #b8376f;
	background-color: white;
}
	
#container {
	margin: 0 auto;
	position: relative;
	height: 600px;
	width: 920px;
	/*clear: left;*/
	border-left: 30px solid #b8376f;
	border-right: 30px solid #b8376f;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}

#header {
	position: absolute;
	left: 0;
	top: 0;
	height: 110px;
	width: 920px;
}

#headline {
	position: absolute;
	width: 675px;
	height: 50px;
	padding-left: 26px;
	padding-top: 4px;
	color: #6fb837;
}

#mainarea {
	position: absolute;
	top: 110px;
	height: 470px;
	width: 920px;
	background-image: url("../images/sonne.png");
	background-position: 502px 254px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#mainarea_withoutmenu {
	position: absolute;
	left: 0;
	top: 200px;
	height: 600px;
	width: 920px;
}

#leftColumn {
	position: absolute;
	left: 0;
	top: 0;
	height: 600px;
	width: 701px;
}
	
#navi {
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;
	position: absolute;
	width: 701px;
	height: 58px;
	margin-top: 55px;
}
#navi ul {
	list-style-type: none;
	margin-left: 1px;
}
#navi ul li {
	float: left;
}
#navi ul li.menu a { 
	display: block;
	background-color: #a7c97c;
	width: 232px;
	height: 16px;
	margin-right: 1px;
	padding-top: 4px;
	padding-left: 0px;
	font-size: 11px; 
	color: white; 
	text-decoration: none; 
	font-weight: bold; 
	text-align: center;
	border: 0px;
}

#navi ul li.CountRound { 
	display: block;
	background-color: #a7c97c;
	width: 139px;
	height: 16px;
	margin-right: 1px;
	padding-top: 4px;
	padding-left: 0px;
	font-size: 11px; 
	color: white; 
	text-decoration: none; 
	font-weight: bold; 
	text-align: center;
}

#navi ul li.CountRound a { 
	display: block;
	margin-top: -4px;
	padding-top: 4px;
	width: 139px;
	height: 16px;
	color: white; 
	text-decoration: none; 
}

#navi ul li.CountRound a:link { 
	background-color: #96bc71;
}

#navi ul li.CountRound a:visited { 
	background-color: #96bc71;
}

#navi ul li.CountRound a:hover { 
	background-color: #6fb837;
}

#navi ul li a:link { background-color: #d7e3c6; }
#navi ul li a:hover { background-color: #6fb837; }
#navi ul li a:focus { background-color: #6fb837; }
#navi ul li a:active { background-color: #6fb837; }
#navi ul li a.active { background-color: #6fb837; }
#navi ul li.active { background-color: #6fb837; }
#navi ul li.inactive { background-color:  #d7e3c6; }


#contentwrapper {
	position: relative;
	height: 461px;
	overflow: auto;
	padding: 0px 1px 10px 59px;
	font-size: 11px;
	background-image: url("../images/sonne.png");
	background-position: 502px 254px;
	background-repeat: no-repeat;
	overflow: hidden;
}


#blinder {
	position: absolute;
	z-index: 1000;
	bottom: 10px;
	left: 0;
	width: 650px;
	height: 18px;
	background-color: white;
	border: 0px solid red;
}

#content {
	position: absolute;
	top: 0px;
	height: 460px;
	width: 674px;
	padding: 0px 0px 1px 26px;
}

#content p {
	line-height: 14px;
	margin-bottom: 12px;
}
#content h1 {
	color: #6ca524;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 24px;
}
#content h2 {
	color: #6ca524;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	clear:left;
}

#content h3 {
	color: #6ca524;
	font-weight: bold;
	padding-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	clear:left;
}

#content p {
	line-height: 14px;
	margin-bottom: 12px;
}

#content a,
#content a:visited {
	text-decoration: none;
	color: #6fb837;
}

#content img { 
	margin-right: 12px;
	margin-bottom: 6px;
	float: left;
}

#content ul {
	list-style-image: url("../images/bullet-content.gif");
	margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 4px;
}

#content_withoutmenu {
	position: absolute;
	top: 0px;
	height: 460px;
	width: 920px;
/*	background-color: #6fb837;*/
	background-color: #6fb837;
	padding-left: 26px;
	padding-top: 5px;
	color: white;
}

#content_withoutmenu h1 {
	font-weight: bold;
	font-size: 24px;
}

#content_withoutmenu h2 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	clear:left;
}

img.login { 
	margin-right: 12px;
	margin-bottom: 6px;
	margin-top: 40px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 580px;
	border-top: 1px solid #6ca524;
	width: 894px;
	height: 18px;
	font-size: 11px;
	padding-top: 0px;
	padding-left: 26px;
	font-weight: bold;
	color: #6ca524;
	background-color: white;
}


#footer a {
	font-weight: bold;
	color: #6ca524;
	text-decoration: none;
}

#footer a:link {}
#footer a:hover { text-decoration: underline; }
#footer a:focus { text-decoration: underline; }
#footer a:active { text-decoration: underline; }

#footer #stanavi {
	position: absolute;
	left: 26px;
	padding-top: 4px;
}
#footer #glossar {
	position: absolute;
	left: 600px;
	padding-top: 4px;
}

#leftfooter {
	width: 501px;

}


#rightColumn {
	position: absolute;
	left: 701px;
	top: 0;
	height: 600px;
	width: 219px;
}

#logo {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 218px;
	height: 110px;
	/*border-left: 1px solid #6fb837;*/
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
}


#subnavi {
	position: absolute;
	float: left;
	height: 473px;
	width: 221px;
	margin-left: 701px;
	padding-top: 13px;
	background-color: #6ca524;
}

#subnavi ul {
	margin-left: 14px;
	list-style-type: none;
}
#subnavi ul li {
	margin-bottom: 1.25px;
}
#subnavi ul li a { 
	color: white;
	display: block;
	width: 186px;
	height: 14px;
	padding: 2px 2px 2px 8px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
#subnavi ul li a:link {}
#subnavi ul li a:hover { background-color: white; color: #6ca524; }
#subnavi ul li a:focus { background-color: white; color: #6ca524; }
#subnavi ul li a:active { background-color: white; color: #6ca524; }

#subnavi ul li a.active { background-color: white; color: #6ca524; }

#subnavi ul li ul {
	list-style-image: url("../images/bullet.gif");
	margin-left: 23px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#subnavi ul li ul li { color: white; }
#subnavi ul li ul li a { text-decoration: none; font-weight: normal; padding: 0; }
#subnavi ul li ul li a:link { background-color: transparent; color: white; text-decoration: none; }
#subnavi ul li ul li a:hover { background-color: transparent; color: white; text-decoration: underline; }
#subnavi ul li ul li a:focus { background-color: transparent; color: white; text-decoration: underline; }
#subnavi ul li ul li a:active { background-color: transparent; color: white; text-decoration: underline; }

#subnavi ul li ul li a.active { background-color: transparent; color: white; text-decoration: underline; }

#rightFooter {
	position: absolute;
	left: 701px;
	height: 18px;
	background-color: white;
	text-align: right;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 4px;
	background-image: url("../images/bg-linie-footer.gif");
	background-position: left;
	background-repeat: no-repeat;
	color: #6ca524;
	font-weight: bold;
}
#rightColumn td {
	text-align: center;
	/*color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0;*/
}
#rightColumn td a {
	color: white;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 6px 8px;
	text-decoration: none;
}
#rightColumn td a:link {}
#rightColumn td a:hover { background-color: white; color: #6ca524; }
#rightColumn td a:focus { background-color: white; color: #6ca524; }
#rightColumn td a:active { background-color: white; color: #6ca524; }

#rightColumn td a.active { background-color: white; color: #6ca524; }

#register td {
	vertical-align: middle;
	text-align: left;
	padding: 4px 0;
	height: 28px;
}
#register .headrow {
	font-weight: bold;
	border-top: 2px solid #6ca524;
	border-bottom: 2px solid #6ca524;
	padding: 6px 0;
	vertical-align: middle;
}
#register .lastrow {
	border-bottom: 2px solid #6ca524;
}
#register .anormalrow {
	border-bottom: 1px solid #6ca524;
}
.img-right {
	float: right;
	margin: 2px 0 2px 10px;
}
.img-left {
	float: left;
	margin: 2px 10px 2px 0px;
}
.img-right td, .img-left td {
	font-size: 10px;
	color: #666;
	height: 14px;
}

#login {
	float: left;
	margin-left: 400px;
	width: 260px;
	height: 18px;
	margin-right: 1px;
	padding-top: 4px;
	padding-left: 4px;
	text-align: center;
	background-image: url("../images/bg-linie-footer.gif");
	background-position: left;
	background-repeat: no-repeat;
}

#button {
	position: absolute;
	float: right;
	bottom: 0px;
	right: 26px;
	height: 45px;
	width: 920px;
	background-color: white;
	text-decoration: none;
	color: white;
}

#groupselection {
	position: absolute;
	top: 0px;
	left: 701px;
	font-size: 14px;
	text-decoration: none;
	height: 425px;
	border-left: 1px solid #96bc71;
	padding-left: 20px;
	padding-top: 40px;
}


canvas.grafik2 {
	
}

.ChartBox {
	width: 50%;
	height: 370px;
	padding: 0px;
	padding-top: 15px;
	background-color: white;
}

.SingleChartBox {
	height: 380px;
	width: 650px;
	background-color: white;
}

.flexbox {
display: flex;
align-items: center;
justify-content: center;
width: 670px;
height: 370px;
}

.Bruchbude {
	background-color: white;
	color: black;
	width: 650px;
	height: 20px;
}

span.Bruchbude0 {
	float: left;
	padding-left: 20px;
}


span.Bruchbude1 {
	float: left;
	padding-left: 90px;
}

span.Bruchbude2 {
	float: left;
	left: 200px;
	padding-left: 200px;
}