BODY {
	background-color: #202020;
	color: white;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 30px;
}

TD, TR {
	font-family: Arial;
	font-size: 12px;
}

.groesse {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #808080;
	color: #808080;
	font-weight: bold;
}

.groesse:link,
.groesse:visited{
	text-decoration: none;
}

.groesse:hover {
	border: 1px solid white;
	background-color: #404040;
	color: white;
}

.mmp {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	background-color: #222222;
}

.inhalt {
	padding: 15px 30px 15px 30px;
	line-height: 17px;
	color: #CCCCCC;
}

.inhalt A,
.inhalt A:visited {
	color: #8DD8FF;
	font-weight: bold;
	text-decoration: none;
}

.inhalt STRONG {
	color: white;
}
.inhalt A:hover{
	text-decoration: underline;
}

.inhalt P {
	margin: 0px 0px 8px 0px;
}

.inhalt .paragraph {
	padding: 10px 12px 0px 12px;
	background-color: #303030;
	border: 1px solid #505050;
	margin-bottom: 10px;
}

.inhalt .paragraph H2,
.inhalt .paragraph H3,
.inhalt .neues H2,
.inhalt .neues H3 {
	margin-top: 0px;
}

.inhalt UL,
.inhalt OL {

}

.inhalt H1 {
	font-size: 20px;
	margin: 15px 0px 5px 0px;
	color: white;
}

.inhalt H2 {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	color: white;
}

.inhalt H3 {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	color: red;
}

.inhalt LI {
	margin: 0px 0px 2px 0px;
}

.inhalt .warnung {
	display: block;
	background-color: #820000;
	color: white;
	border: 1px solid white;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
}

.inhalt .hinweis {
	display: block;
	background-color: #006F93;
	color: white;
	border: 1px solid white;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
}

.inhalt .neues {
	padding: 10px 12px 0px 12px;
	background-color: #20204b;
	border: 1px solid #005aab;
	margin-bottom: 10px;
}

.mmp TR,
.mmp TD,
.mmp TH {
	font-size: 12px;
}

.steps {
	height: 20px;
	width: 120px;
}

.steps TD {
	width: 24px;
	border: 1px solid white;
	height: 20px;
	text-align: center;
	vertical-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	background-color: #222222;
}

.steps .done {
	border: 1px solid white;
	background-color: white;
	color: #222222;
}

.sprachwahl {
	padding: 2px 6px 6px 0px;
}

.sprachwahl A {
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
}

.sprachwahl A:hover {
	color: #8DD8FF;
	font-weight: bold;
	text-decoration: none;
}

.sprachwahl .aktiv {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.footer {
	border-top: 1px solid white;
}

.footer A {
	font-weight: bold;
	display: block;
	/*width: 100px;*/
	background-color: #404040;
	color: white;
	text-decoration: none;
	padding: 2px;
}

.footer A:hover {
	font-weight: bold;
	display: block;
	/*width: 100px;*/
	background-color: #8DD8FF;
	color: #222222;
	text-decoration: none;
	padding: 2px;
}

.footer .aktiv {
	font-weight: bold;
	display: block;
	/*width: 100px;*/
	background-color: white;
	color: #222222;
	text-decoration: none;
	padding: 2px;
}

.schaltflaechenleiste TD {
	padding: 2px;
}
/*
.schaltflaechenleiste .uebernehmen {
	border-color: green;
	background-color: green;
}

.schaltflaechenleiste .abbrechen {
	border-color: red;
	background-color: red;
}
*/
.schaltflaechenleiste A,
.schaltflaechenleiste A:visited {
	display: block;
	width: 120px;
	padding: 2px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #222222;
	border: 1px solid white;
}

.schaltflaechenleiste A:hover {
	color: #222222;
	background-color: white;
}

.header {
	background-color: #404040;
	background-image: url(images/logo2.jpg);
	border-bottom: 1px solid white;
	height: 39px;
}

.header H1 {
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	font-size: 24px;
}
.statusbalken TD {
	font-size: 18px;
	color: #404040;
	border: 1px solid #404040;
	width: 30px;
	height: 30px;
	font-weight: bold;
}

.statusbalken .aktiv {	
	border: 1px solid white;
	color: black;
	background-color: white;
}

.statusbalken .inberechnung {	
	border: 1px solid #404040;
	color: #CCCCCC;
	background-color: #404040;
}

.ergebnistabelle,
.ergebnistabelle TD,
.ergebnistabelle TH {
	font-size: 10px;
	color: #404040;
	padding: 1px;
}

.ergebnistabelle TH {
	border-bottom: 1px solid #404040;
	padding: 2px;
}

.statistik TD {
	height: 18px;
}

.bar1 {
	background-color: #CCCCCC;
	position: relative;
	text-align: left;
	height: 20px;
	width: 280px;
	border: 1px solid white;
	overflow: hidden;
}

.bar2 {
	background-color: #006F93;
	position: relative;
	text-align: left;
	height: 20px;
	width: 0%;
}

.segment {
	border: 1px solid transparent;
}

.segment_aktiv, 
.segment:hover {
	border: 1px solid white;
}

.schaerfe_beispiele TD {
	border: 1px solid #404040;
	font-size: 10px;
	color: #404040;
}

.schaerfe_beispiele IMG {
	border: 1px solid transparent;
}

.schaerfe_beispiele IMG:hover {
	border: 1px solid white;
}

.haarlinien {
	border: 1px solid #222222;
	margin-bottom: 10px;
	margin-top: 5px;
}

.haarlinien A {
	text-decoration: none;
	color: white;
	font-weight: bold;
	cursor: pointer;
	height: 12px;
}

.haarlinien IMG {
	margin-left: 8px;
}

.haarlinien TD {
	padding: 2px 2px 2px 10px;
}

.dialogtitel {
	font-weight: bold;
	border-bottom: 1px solid white;
	padding: 2px 5px 2px 5px;
}

.qualitaetsstufen TD {
}

.qualitaetsstufen A {
	width: 32px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 18px;
	text-decoration: none;
	border: 1px solid white;
}

.qualitaetsstufen A:hover {
	background-color: #404040;
	text-decoration: none;
}

.qualitaetsstufen_aktiv {
	background-color: #CCCCCC;
	color: #222222;
}

.motivwahl IMG {
	border: 1px solid white;
	display: block;
	cursor: pointer;
}

/* FORM */

.inhalt FIELDSET {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}

.inhalt LEGEND {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 8px;
	color: #CCCCCC;
}

.inhalt INPUT,
INPUT {
	border: 1px solid black;
}

.inhalt FORM {
	margin: 0px;
}

.inhalt TEXTAREA {
	border: 1px solid black;
}

.inhalt LABEL {
	font-weight: bold;
	margin-top: 5px;
	display: block;
}

.inhalt .manuelle_zielgroesse,
.inhalt .em_maxgroesse,
.inhalt .em_optimale_qualitaet {
	background-color: #EEEEEE;
	padding-left: 2px;
	width: 50px;
}

.schaerfe_parameter A,
.schaerfe_parameter A:visited {
	width: 25px;
	height: 20px;
	line-height: 20px;
	border: 1px solid white;
	color: white;
	text-align: center;
	display: block;
	margin: 2px;
	text-decoration: none;
	font-size: 11px;
	vertical-align: center;
}

.schaerfe_parameter A:hover {
	color: white;
	background-color: #707070;
	text-decoration: none;
	font-size: 11px;
	vertical-align: center;
}

.schaerfe_parameter_aktiv,
.schaerfe_parameter_aktiv:visited,
.schaerfe_parameter_aktiv:hover {
	color: black !important;
	background-color: white !important;
	text-decoration: none;
	font-size: 11px;
	vertical-align: center;
}

.schaerfe_umschalter:link,
.schaerfe_umschalter:visited,
.diagramm_umschalter:link,
.diagramm_umschalter:visited {
	font-weight: bold;
	font-size: 14px;
	color: white !important;
	display: block;
	padding: 2px;
	border: 1px solid white;
	text-align: center;
	text-decoration: none !important;
}

.schaerfe_umschalter:hover,
.diagramm_umschalter:hover {
	background-color: #707070;
	text-decoration: none !important;
}

.schaerfe_umschalter_aktiv:link,
.schaerfe_umschalter_aktiv:visited,
.schaerfe_umschalter_aktiv:hover,
.diagramm_umschalter_aktiv:link,
.diagramm_umschalter_aktiv:visited,
.diagramm_umschalter_aktiv:hover {
	color: black !important;
	background-color: white !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 2px;
	border: 1px solid white;
	text-align: center;
	text-decoration: none !important;
}

.diagramm_hover:link,
.diagramm_hover:visited {
	border-left: 0px;
	border-right: 0px;
	padding-left: 1px;
	padding-right: 1px;
	cursor: default;
}


.diagramm_hover:hover {
	border-left: 1px dotted #6D6D6D;
	border-right: 1px dotted #6D6D6D;
	padding-left: 0px;
	padding-right: 0px;
	cursor: default;
}
