@charset "utf-8";
/* CSS Document */

.headline{
	font-family:calibri;
	font-size:44px;
	color:#666;
	font-weight:bold;
}

.content-right-headline{
	font-family:calibri;
	font-size:22px;
	color:#666;
	font-weight:bold;
	border-bottom:solid 1px #900
}

.datum{
	font-family:calibri;
	font-size:14px;
	font-weight:bold;
	color:#900;
}

.content{
	font-family:calibri;
	font-size:15px;
	color:#333;
}

#content-left a {
	font-family:calibri;
	font-size:15px;
	color:#090;
	text-decoration:none;
}

.content-right{
	font-family:calibri;
	font-size:13px;
	color:#000;
}
.content-link{
	font-family:calibri;
	font-size:15px;
	color:#090;
	text-decoration:none;
}
#content-box a:hover{
	font-family:calibri;
	font-size:15px;
	color:#900;
	text-decoration:none;
}

.navigation{
	text-decoration:none;
	text-shadow:#CCC 2px 2px 3px;
	font-family:calibri;
	color:#000;
	font-size:24px;
	font-weight:bold;
}

#navigation a:hover{
	text-decoration:none;
	text-shadow:none;
	font-family:calibri;
	color:#090;
	font-size:24px;
	font-weight:bold;
}
.copyright{
	font-family:calibri;
	font-size:15px;
	color:#666;
}
.bottom-link{
	font-family:calibri;
	font-size:15px;
	color:#900;
	text-decoration:none;
}
#bottom-navigation a:hover{
	color:#090
}
