fieldset.bildname-legend{
	border: 1px solid #000000;
	padding: 4px;
}
fieldset.bildname-legend LEGEND{
	color: #228b22;
	font: 11px sans-serif;
	font-weight: bold;
}

/* Rahmen rechts und links */
.sideframe{
	width: 50%;
	height: 100%;
	background-image: url(pix/bg-siteframe.jpg);
}
/* Bannerbereich / Kopfbereich der Seite */
#logobanner{
	width: 800px; 
	height: 100px; 
	background-image: url(pix/logo.jpg); 
	background-color: #006633;
	vertical-align: baseline;
	text-align: left;
	color: #ffffff;
	font: 11px sans-serif;
}

#inhalt{
	width: 480px;
	height: auto;
	border: none;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 150%;
	padding: 10px;
	
}
a, a:link, a:visited, a:active {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

a.black {
	color: #006633;
	font-family: Arial, sans-serif;
}

a.black:visited, a.black:hover, a.black:focus ,a.black:active,a.black:link{
	color: #006400;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

a.black:hover {
	color: #800000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

a.klein:visited, a.klein:hover, a.klein:focus ,a.klein:active,a.klein:link{
	color: #006400;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}

a.klein:hover {
	color: #800000;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

a.button:visited, a.button:hover, a.button:focus ,a.button:active,a.button:link{
	background-color: #008000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #000000;
	border-top: 1px solid #C0C0C0;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}

a.button:hover {
	background-color: #008000;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #000000;
	border-right: 1px solid #C0C0C0;
	border-top: 1px solid #000000;
	color: #C0C0C0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}

body {
	margin: 0px;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #006400;
	scrollbar-darkshadow-color: #EFD684;
	scrollbar-face-color: #EFD684;
	scrollbar-highlight-color: #D5D5D5;
	scrollbar-shadow-color: #EAEAEA;
	scrollbar-track-color: #EFD684;
}

h1,h2,h3,h4,h5,h6,li {
	font-family: Arial, sans-serif;
}
H1, H3{
	font-size: 16px;
}

p {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

pre,.text{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 150%;
	padding-left: 10px;
}

.fambe {
	background-color: #FDF5E6;
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 4px;
}

.family{
	background-color: #FFEFD5;
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}

.gatbe {
	background-color: #FDF5E6;
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 4px;
}

.gattung {
	background-color: #FFEFD5;
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 4px;
}

.klein{
	color: #000000;
	font-family: sans-serif;
	font-size: 9pt;
}

.klein11 {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}
/* Kontainer mit der Hauptnavigation */
.nav{ 
        width: 800px; 
        height: 28px; 
        border-top: none; 
        border-left: 1px solid #000000; 
        border-bottom: none; 
        border-right: 1px solid #8fbc8f; 
        background-color: #007236; 
        margin: 0px;
		float: none;
		clear: left;
} 

.nav A{ 
		font: 12px sans-serif;
       border-top: 1px solid #663366; 
        border-left: 1px solid #663366; 
        border-bottom: 1px solid #000000; 
        border-right: 1px solid #000000;
		background-color: #66334d; 
        padding: 4px 4px 4px 4px; 
        text-decoration: none; 
        color: #dadada;
		float: left;
} 
.nav A:hover{ 
        border-top: 1px solid #000000; 
        border-left: 1px solid #000000; 
        border-bottom: 1px solid #ffcc33; 
		border-right: 1px solid #ffcc33;
		background-color: #cc9900;        
		padding: 4px 4px 4px 4px; 
        text-decoration: none; 
        color: #ffffff;
		float: left;
} 
.nav A SPAN{ 
        font-family: sans-serif; 
        font-size: 12px; 
}
/* ------------------------------------------- */
.newshdr{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.newstxt{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}



/* Tabellenzelle der linken Themennavigation*/
#navleft{
	background-color: #006633;
	width: 150px;
	height: auto;
	float: left;
	text-align: center;
}

#tbl-navigation{
	border-right: 1px solid #000000;
}

#werbeblock td{
	background-color: #006633;
	border: 1px solid #FFFFFF;
}

#whatsnew a{
	border-bottom: 1px solid #008000;
	border-left: 2px solid #008000;
	border-right: 1px solid #008000;
	border-top: 1px solid #008000;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	width: 240px;
}

#whatsnew a:hover{
	background-color: #008000;
	border-bottom: 1px solid #008000;
	border-left: 2px solid #008000;
	border-right: 1px solid #008000;
	border-top: 1px solid #008000;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	width: 240px;
}
.linktipp{
	text-align: left;
	font: bold 12px sans-serif;
	color: #000000;
}
#googlesearch{
	width: 480px;
	border: 1px solid #006400;
	PADDING-BOTTOM: 5px; 
	PADDING-LEFT: 1px; 
	PADDING-RIGHT: 1px; 
	PADDING-TOP: 1px;
}
#copyright{
	font-size: 11px;
	text-align: left;
}
input.submit{
	color: white;
	background: #999999;
	border: 1px solid black;
	width: 110px;
}
A.white {
	color: #FFFFFF;
	font: 12px sans-serif;
	text-align: left;
	float: left;
	padding-left: 5px;
}
A.white:hover{
	color: #ffff33;
	font: 13px sans-serif;
}	
