/* CSS Document */
body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 20px;
background: #ffffdd;
color: #000066;
text-align: center;
}

h3{
margin-left:67px;
}

.spaceleft{
margin-left:67px;
}

.div-o
{

position: static;
width: 768px;
height: 142px;
}

.div-mi
{
border-left: 2px solid #ffe08d;
border-right: 2px solid #ffe08d;
border-bottom: 2px solid #ffe08d;
background: #ffffff;
width: 763px;
text-align: left;
}

.div-mi-innen
{
padding: 14px;
}



td {
	background: #eeeeee;
	vertical-align:top;
	padding: 5px;
	color: #000000;	
}
table {
	width:600px;
	border: 1px solid #999999;
}
.fehler {
	font-style: normal;
	font-size:110%;
	color:#CC3333;
	background-color: #eeeeee;
	border: 1px solid #000000;
	width:585px;
	padding: 5px;
	margin-left:67px;
	margin-bottom:10px;
	text-align:left;
}

.marg-top
{
margin-top: 0px;
}

.marg-bottom
{
margin-bottom: 0px;
}

.marg-top-bottom
{
margin-top: 0px;
margin-bottom: 0px;
}