body {
	font-size: 24px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #E4F1FE;
}

.schrittbox_green{
	float: left;
	color: white;
	margin-bottom: 5px;
	padding: 3px;
	width: 165px;
	background-color: #b90f22;
}
.schrittbox_gradient{
	color: white;
	float: left;
	margin-bottom: 5px;
	padding: 3px;
	width: 165px;
	background: -moz-linear-gradient(left,  rgba(185,15,34,1) 67%, rgba(255,255,255,0) 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(67%,rgba(185,15,34,1)), color-stop(97%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(185,15,34,1) 67%,rgba(255,255,255,0) 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(185,15,34,1) 67%,rgba(255,255,255,0) 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(185,15,34,1) 67%,rgba(255,255,255,0) 97%); /* IE10+ */
	background: linear-gradient(to right,  rgba(185,15,34,1) 67%,rgba(255,255,255,0) 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b90f22', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.schrittbox_clear{
	float: left;
	margin-bottom: 5px;
	padding: 3px;
	width: 165px;
}

.loginbox {
	font-size: 16px;
	top: 200px;
	border: 2px solid #b90f22;
	clear: left;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.box1 {
	font-size: 16px;
	border: 2px solid #b90f22;
	width: 92%;
	clear: left;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.subtitle{
	margin-top: 5px;
	font-size: 80%;
}


.colored{
	background-color: #f2f2f2;
}

.input{
	width: 210px;
}

.codediv {
	height: 105px;
	border: 1px solid black;
	padding: 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	overflow-y:scroll;
	overflow-x:hidden;
}

#send {
	font-size: 16px;
	margin-top: 5px;
	background: #f2f2f2;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 25px;
}

td {
	border: 1px solid #b90f22;
	padding-left: 5px;
}

#td1 {
	width: 100px;
}

table {
	width: 100%;
}

#row1 {
	font-weight: bold;
	text-align: center;
	background-color: #b90f22;
	color: white;
}

