#fond {
	background-image: url(pics/fond.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo {
	background-image: url(pics/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#blue{
	color: #226699;
}
#deepblue{
	color: #243E78;
}
#green{
	color: #3BA889;
}
#grey{
	color: #AAAAAA;
}
#orange{
	color: #DB8547;
}
#red{
	color: #E30011;
}
#violet{
	color: #8441c6;
}
#brown{
	color: #bf9f74;
}
.icon{
	text-decoration: none;
	border: 0;
	font-weight: bold;
	font-size: 14px;
}
.link {
	text-decoration: none;
	border: 0;
}
.web {
	border-width: 1px;
	border-style: solid;
	border-color: #66aadd;
}
.imprint {
	text-decoration: none;
	color: #66aadd;
}
.hline{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #226699;
	padding-top: 15px;
	padding-bottom: 15px;
}
h1 {
	font-family: Calibri;
	font-size: 20px;
	color: #226699;
}
h2 {
	font-family: Calibri;
	font-size: 18px;
	color: #226699;
}
h3 {
	font-family: Calibri;
	font-size: 16px;
	color: #226699;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	text-decoration: none;	
	color: #226699;
}

