/* CSS Document */

body, a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;	
}

a:hover { 
    font-style:italic;
	color:#999999;	
}

a:link {

}

a:visited {

}
	
a:active {
	color:#CC0000;
}

.content {
	font-size: 9pt;
}
.comment {
	font-size: 8pt;
}
.content_bold {
	font-size: 9pt;
	font-weight: bold;
}
.content_title {
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}

.topnavi_text {
	font-size: 10pt;
	font-weight: bold;
}
.leftnavi_text {
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}
.leftnavi_sub {
	font-size: 10pt;
	color: #333333;
}
.leftnavi_subsub {
	font-size: 9pt;
	color: #555555;
}
.navi_comment {
	font-size: 8pt;
}

.bottom {
	font-size: 8pt;
}
.content_angebot {
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
}

