/* Übergreifende Festlegung der Schriftart (sollte i. d. R. alle Schriftelemente betreffen) */
BODY, A, P, TD, LI, H1, H2, H3, .klein, .attention, .bereich, .nav {
	font-family : sans-serif;
}

/*BODY {
	scrollbar-face-color:#009900;
	scrollbar-shadow-color:#006600;
	scrollbar-highlight-color:#CCFFCC;
	scrollbar-3dlight-color:#00CC00;
	scrollbar-darkshadow-color:#003300;
	scrollbar-track-color:#CCFFCC;
	scrollbar-arrow-color:#CCFFCC;
	font-size : 14px;
}*/

A:LINK {
	color : #009900;
	text-decoration: none; 
}

A:VISITED {
	color : #33CC33;
	text-decoration: none; 
}

A:HOVER {
	color: #996633; 
	text-decoration: underline; 
}

H1  {
	font-size : 24px;
	font-weight : bold;
}

H2  {
	font-weight : bold;
	font-size : 18px;
	background-color : #009900;
	padding : 2px;
	color : #FFFFFF;
}

H3  {
	font-size : 16px;
	font-weight : bold;
}

p  {
	font-size : 13px;
}

td  {
	font-size : 13px;
}

.fdn  {
	color : #000000;
	font-size : 13px;
	font-weight : normal;
}

.fde  {
	color : #CC0000;
	font-size : 13px;
	font-weight : bold;
	border : 1px solid #CC0000;
	border-right-style : none;
	background-color : #EEEEEE;
}

.ffn  {
	visibility : visible;
}

.ffe  {
	border : 1px solid #CC0000;
	border-left-style : none;
	background-color : #EEEEEE;
}

.klein  {
	font-size : 11px;
}

.attention  {
	font-size : 13px;
	font-weight : bold;
	color : #CC0000;
}

.angebot  {
	font-size : 20px;
}

.fliesstext {
	text-align : justify;
}

.nav {
	font-size : 16px;
}

.attframe {
	background-color : #CC0000;
}

/* Navigation */

.navland {
	font-size : 13px;
	font-weight : bold;
	padding-top : 8px;
	text-align : center;
}

.navpage {
	font-size : 11px;
	text-align : center;
}

