body {
	background-color:#cccccc;
	font-family:georgia,times,serif;
	font-size:9pt;
	color:#333388;
}
a {
	color:#111166;
	background-color:transparent;
}
a:hover {
	color:#fff;
}
.formattable{
	table-layout:fixed;
	padding:0;
	border-style:none;
}
#white_paper{
	width:730px;
	margin-top:37px;
	margin-left:70px;
}
#logocell{
	width:557px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#logocell div{
	color:white;
	font-family:georgia,times,serif;
	font-size:24px;
}
.white_bg{
	background-color:#fff;
}
.grey_bg{
	background-color:#ccc;
}
.green_bg{
	background-color:#568e83;
}
.blue_bg{
	background-color:#9caee6;
}
.shadow_bg{
	background-color:#999;
}
#main_table{
	margin:12px;
}
#maincontentcell{
	width:532px;
	height:500px;
	vertical-align:top;
	padding-top:10px;
	padding-left:15px;
	padding-right:10px;
	/*overflow:hidden;*/
}
#navicell{
	width:153px;
	overflow:hidden;
	vertical-align:top;
}
#navicell div{
	margin-top:90px;
	margin-left:12px;
}
#navicell div table tr td{
	font-family:georgia,times,serif;
	color:white;
}
.navi_headline{
	font-weight:bold;
	font-size:20px;
}
.navi_cell a{
	font-family:georgia,times,serif;
	font-size:9pt;
	text-decoration:none;
/*	color:#333388;*/
	color:#000;
}
.navi_cell a:hover{
	color:#fff;
}
.navi_cell a:active{
	text-decoration:underline;
}
.meldung{
	margin-left:12px;
	border-style:none;
	width:90%;
}
.meldung td{
	font-family:georgia,times,serif;
	color:#ffffff;
}
.meldung .headline{
	font-weight:bold;
}
.meldung .headline a{
	font-family:georgia,times,serif;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.meldung .headline a:hover{
	text-decoration:underline;
}
.meldung .date{
	text-align:right;
}
.meldung .prev_text{
	border-top-style:solid;
	border-top-color:#ffffff;
	border-top-width:1px;
	color:#333388;
}
#detail_headline{
	font-family:georgia,times,serif;
	color:white;
	font-weight:bold;
	font-size:20px;
}