/* CSS Stylez PRINT  */
/*    Konfiweb 2006    */
/* (c) 2006 by Daniel König, Kerygma */

html, body {
font-family: verdana,arial,helvetica, sans-serif;
font-size: 10px;
line-height: 14px;
color: #000000;
background: #ffffff;
}

table	{
font-size: 10px;
}

hr
{
	height: 1px;
	border-top: 0px dashed #cccccc;
	border-left: 0px dashed #cccccc;
	border-right: 0px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	background: #ffffff;
}

hr.pad
{
	height: 1px;
	border-top: 0px dashed #cccccc;
	border-left: 0px dashed #cccccc;
	border-right: 0px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	background: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grey	{
color: #868686;
text-decoration:none;
}

.blau	{
color: #166293;
text-decoration:none;
}

a.gruen {
color: #009D12;
text-decoration:none;
border-bottom: 1px dashed #7FCE88;
}

a.gruen:hover { border-bottom: 1px solid #7FCE88; }

