
body {
	background-color: #ffffff;
	font-family: calibri, "trebuchet MS", helvetica, sans-serif; 
	font-size:12pt;
}

.small {
	font-size:10pt;
}

#OldAndTiredBody{
	background-color: #266a2e;
	font-family: calibri, "trebuchet MS", helvetica, sans-serif; 
	font-size:12pt;
}

#top {
position:absolute;
top: 0px;
left: 0px;
z-index:1;

}

#bund {
position:absolute;
top: 80px;
left: 0px;

z-index:1;
}

#logo {
position:absolute;
top: 0px;
left: 0px;

z-index:2;
}
a.normal:link{
	color:000000;
	background-color:#f0f0f0;
	text-decoration:none;
}
a.normal:visited{
	color:000000;
	background-color:#f0f0f0;
	text-decoration:none;

}
a.normal:active{
	color:000000;
	background-color:#f0f0f0;
	text-decoration:none;

}
a.normal:hover{
	color:000000;
	background-color:#f0f0f0;
	text-decoration:underline;

}