/* Ü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;
	color : #000000;
	font-size : 13px;
}

/*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;
}*/

a:LINK {
	color : #522D13;
	text-decoration : none; 
}

a:VISITED {
	color : #714C20;
	text-decoration : none; 
}

a:HOVER {
	text-decoration : underline; 
}

h1  {
	font-size : 24px;
	font-weight : bold;
}

h2  {
	font-weight : bold;
	font-size : 13px;
	background-color : #522D13;
	padding : 4px;
	color : #D4CEBE;
	margin-top : 20px;
}

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;
}

.space {
	background-color : #522D13;
}


