
body {  margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background/hintergrund2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
     }

h1 {
	font-family: "Times New Roman", Times, "Times NewRoman";
	font-weight: 600;
	font-size: 15px;
	font-style: italic;
	color: #666666;
	text-align: left;
	line-height: 15pt;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-buttom: 2px;

}

h2 {
	font-family: "Times New Roman", Times, "Times NewRoman";
	font-weight: 600;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	text-align: left;
	padding-top: 2px;
	margin-bottom: 2px;
}

h3 {
	font-family: Arial,Helvetica,Univers,"Zurich BT";
	font-weight: 400;
	font-size: 10pt;
	text-align: left;
	line-height: 18px;
	padding-top: 2px;
	margin-bottom: 2px;
}

h3.center {
	font-family: Arial,Helvetica,Univers,"Zurich BT";
	font-weight: 400;
	font-size: 10pt;
	text-align: center;
	line-height: 18px;
	padding-top: 2px;
	margin-bottom: 2px;
}

h3.small {
	font-family: Arial,Helvetica,Univers,"Zurich BT";
	font-weight: 400;
	font-size: 8pt;
	text-align: left;
	line-height: 18px;
	padding-top: 2px;
	margin-bottom: 2px;
}

h3.fett {
	font-family: Arial,Helvetica,Univers,"Zurich BT";
	font-weight: 600;
	font-size: 8pt;
	text-align: left;
	line-height: 18px;
	padding-top: 2px;
	margin-bottom: 2px;
}


a:link	{
	color: #0000ff;
	text-decoration: underline;
	}
a:visited {
	color: #0000ff;
	text-decoration: underline;
	}
a:hover {
	color: #00ba00;
	font-weight:normal; 
	text-decoration: underline;
	}

