body 
{
	background-color: #fff;
}
* { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: none;
	color: #333333;
	font-variant: normal;
}
a 
{
	color: #333333; 
	text-decoration: none;
}
a:hover, a:active { 
	text-decoration: underline;
}
a:visited { 
}
.listtitleseparator {
	border-bottom: 1px solid #aaa;
}
.title { 
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
.subtitle { 
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}
.help { 
	background-color: #eee; 
	padding: 10px;
	font-size: 11px;
	border: 1px solid #aaa;
}
.justprint {
	display: none;
}
.stabilo { 
	background-color: #ffff33; 
}
.smallsystem { 
	font-family: arial, helvetica, sans-serif;
	color: #888888; 
	font-size: 11px;
}
.warning {
	font-weight: bold;
	color: Red;
}

/* OUTPUT PRINT */
@media print {
	.noprint {
		display: none;
	}
	.justprint {
		display: block;
	}
	#reglerdIi15v {
		display: none;
	}
	#td1{
		display: none;
	}
	
	.center{
		position: relative;
		left: 250px;
		top: 0px;
	}
}
