
body {
	margin: 0px;
	padding: 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #003339;
	max-width: 1200px;
}

.top-buffer{
	margin-top: 25px;
}




/* Alles für den Inhalt */

#inhalt{
	float: left;
	width: 75%;
	margin-left: 50px;
}

#inhalt #oben{
	width: 100%;
	float: left;
}

h1{
	font-size: 16pt;
	font-weight: bold;
	color: #003339;
}
h2{
	font-size: 16pt;
	margin-top: 20px;
	font-weight: normal;
	color: #003339;
}
h3{
	
	font-size: 13pt;
	font-weight: normal;
	color: #003339;
}

h4{
	
	font-size: 12pt;	
	font-weight: normal;
	color: #003339;
	text-align: center;
}


.infoicon{
	width: 15px;
	height: 15px;
	margin-left: 10px;
}

.infoicon:hover{
	background-color: #eee;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
}


.chartInfo{
	z-index: 10;	
	position: absolute;
	margin-top: 10px;
	margin-left: 65%;
	float: left;
}


input{
	border: 2px solid #eee;
	/* margin-left: 20px; */
	text-align: right;
	width: 60%; 
	margin-right: 10px;
	padding: 8px;
	margin-top: -5px;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 17px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

/* 
input[type="radio"] {
	width: 100%; 
	opacity: 0;
} */


.radio {
	margin: 0;
}
.radio + .radio{
margin: 0;
}
.radio input[type=radio] {
position: absolute;
width: 100%; 
opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
content: "";
background: #ffffff;
border-radius: 100%;
border: 2px solid #064349;
display: inline-block;
width: 26px;
height: 26px;
position: relative;
top: -0.2em;
margin-right: 1em;
vertical-align: top;
cursor: pointer;
text-align: center;
transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
background-color: #064349;
box-shadow: inset 0 0 0 6px #064349, inset 0 0 0 12px #4df0b4;
}
.radio input[type=radio]:focus + .radio-label:before {
outline: none;
border-color: #064349;
}
.radio input[type=radio]:disabled + .radio-label:before {
box-shadow: inset 0 0 0 4px #f4f4f4;
border-color: #b4b4b4;
background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
margin-right: 0;
}
.radio label{
	font-size: 17px;
}





span{
	width: 20%;
	font-size: 17px;
}

.centerText{
	text-align: center;
}

.paddingTop{
	padding-top:21px;
}

input:hover, input:focus{
	border: 2px solid #064349;
	color: #064349;		
}

input[disabled]{
	background-color: #eee;
}


#svgContainer{
	text-align: center;
}

#svgGrafik{
	/* height:100%; */
	max-height:290px;
}

.kuchen{
	width: 100%;
	height: 100%;
}
.centerParent{
	position: absolute;    
	z-index: 10;
	width:100%;
	margin: -15px;
	text-align: center;
	margin-top: 180px;
}
.centervalue{
	font-size: 30px;
	
}

#results{	
	float: left;
	font-size: 6pt;
}

#resultstoggle, #menu_head #resultstoggle{
	font-size: 8px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #DE0202;
	text-decoration: none;
	display: none;
}



/* Grüner Fußzeile unten */

#menu_head {
	background-color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	position: relative;
	padding: 10px 5px 10px 17px;
	color: #ffffff;
	min-height: 80px;
}

#menu_head h4 {
	font-size: 10pt;
	/* margin: 0 0 20px 0; */
	text-align: left;
	color: #ffffff;
	margin-top: 15px;
}
#menu_head a{
	color: #ffffff;
	font-size: 10pt;
	margin-top: 20px;
	text-decoration: underline;
}

#menu_head a:hover{
	text-decoration: none;
}

#menu_head #htw{
	margin: 10px;
	height: 50px;
	float: left;
	margin-right: 50px;
}



/* CSS Properties von jQuery überschreiben */

.ui-slider-horizontal {
    height: 5px;
	margin-top: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
    margin-left: -0.6em;
}

.ui-widget-header {
	background: #064349;
	border: none;
	color: #fff;
}

.ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #222;
}

#eingabe .ui-state-focus,  #eingabe .ui-widget-content .ui-state-focus {
    border: 1px solid #064349;
	background: #064349;
	outline: 0;
}

#eingabe .ui-state-hover,  #eingabe .ui-widget-content .ui-state-hover {
    border: 1px solid #064349;
	background: #064349;
	outline: 0;
}