body{
margin:0px;
padding:0px;
font-family:arial;
}
.content{
width: 900px;
float:inherit;}
table.tabular {
	border: none;
	background:     #B4B9FA;
	line-height: 15px;
	width: 100%;
}

table.tabular th {
	background-color: #A8A8A8;
	padding: 7px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}





table.tabular td {
	background-color: #F2FAFF;
	padding: 7px;
	text-align:left;
}

tr.error td {
	background: #ffe3e8;
}

tr.warn td {
	background: #ffffc8;
}

td.icon {
	text-align: center;
}

table.tabular p {
	padding-bottom: 5px;
}

.helpein{
	display: block;
	background-color:#ffffff;
	border:2px solid #BBBBBB;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	left:60px;
	margin:0px;
	padding:15px;
	position:absolute;
	top:40px;
	width:475px;
	z-index:999;
	font-size:14px;
}

.helpein span{
	font-size:16px;
	font-weight:bold;
	color: #000000;
}

.helpaus{
display:none;
}

.tipps{
width:500px;
text-align:left;
border: 1px solid silver;
padding:10px;
margin:20px;
}
.tipps h1{
font-size:16px;
}
.tipps h2{
font-size:14px;
}