@charset "utf-8";
body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
} 
.fliesstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

.titel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: inherit;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.titeldunkelgruen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: inherit;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.titelbeige {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #BF7B18;
	text-decoration: none;
}

.titelgruen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999900;
	text-decoration: none;
}

.background-left { 

background-image:url(back_links.jpg);
background-repeat:repeat-y; 
background-position:right;

}

.background-right { 

background-image:url(back_rechts.jpg);
background-repeat:repeat-y; 
background-position:left;

}
