body {
  font-family: Tahoma, Verdana, Georgia, sans-serif;
  font-size: 12px;
  background-color:#000000;
  color: #CCCCCC;
  margin: 0px 0px 0px 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

label { cursor:pointer; }

h1 {
	font-size: 20px;
	color:#FFFFFF;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	text-align: center;
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color:#FCFCFC;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-weight: normal;
}

h5 {
	font-size: 13px;
	font-weight: normal;
}

input.eingabe, textarea.eingabe, select.eingabe {
	color:#FFFFFF;
	background-color:#000000;
	padding-left: 2px;
	border: 1px solid #CCCCCC;
}

input.ausgabe, textarea.ausgabe, select.ausgabe {
	color:#CCCCCC;
	background-color:#333333;
	padding-left: 2px;
	border: 1px solid #CCCCCC;
}

fieldset {
	border: 1px solid #CCCCCC;
}

.breitefieldset {
	width: 350px;
}

.submitfield {
	width: 350px;
	text-align: center;
	border: 0px #000000 solid;
}

.breitebutton {
	width: 170px;

}
.infotext {
	font-size:11px;
	color:#FF9900;
	background-color: transparent;
}
.rightalign {
	text-align:right;
	width: 100px;
}
.leftalign {
	text-align:left;
	width:250px;
}
.inputlength {
	width: 200px;
}

.gesamtpreis {
	font-size:12px;
	color:#FF0000;
	background-color:transparent;
}
.fehlermeldung {
	font-size:10px;
	color:#FF0000;
	background-color:transparent;
}
.box {
  width: 50;
  padding: 15px;
  border: 2px solid grey;
  box-sizing: border-box;
  position: absolute;
  top: 2%;
  left: 25%;
  right: 25%;

}
img {
	border: 0px #FFFFFF solid;
}

a:link { text-decoration:underline; font-weight:bold; color:#FFF; }
a:visited { text-decoration:none; font-weight:bold; color:#CCCCCC; }
a:hover { text-decoration:underline; font-weight:bold; background-color:#DDD; color:#000000 }
a:active { text-decoration:none; font-weight:bold; background-color:#FFFF00; }
a:focus { text-decoration:none; font-weight:bold; background-color:#FFFF00; }
