BODY {
	font-size: 14px;
	font-family : Verdana, Helvetica, sans-serif;
}

P, input, select, form, textarea, ul, li, dl, dd, dt {
	font-size : 100%;
	line-height : 150%;
}

dd {
	margin-bottom: 10px;
}

A {
	font-size : 90%;
	text-decoration: none;
	color:#333333;
}

A:HOVER {
	background-color : Green;
	color : White;
	text-decoration : none;
}

.inline {
	color: #0066cc;
	border: 1px dotted grey;
	border-width: 0px 0px 1px 0px;
	font-size: 100%;
}

.header1	{
	font-size: 130%;
	font-weight: 600;
	padding: 4;
	padding-left:0px;
	margin-top: 0.5em;
}

.header2	{
	font-size: 115%;
	font-weight: 600;
	padding: 4px;
	padding-left:0px;
	color:green;
}
	
.smaller {
	font-size : 85%;
}

.smaller2 {
	font-size : 85%;
}

.rechts {
	text-align : right;
}

.bildr { float: right; clear:right; margin-left: 10px;}

.bildl { float: left; clear: left; margin-right:10px;}