body {
 	font-size:13px;
	font-family:"lucida grande", "trebuchet ms", verdana, sans-serif;
	margin: 0px;   
	background-color: #e8f8e4; 
	color: #333333;
}
		
form {
	padding: 0;
	margin: 0;
}
					 
/* VOGELNAMEN */

.vogelnamen {		
	position: absolute;
	left: 10px;
	top: 10px;	
	width: 450px;
	height: 420px;
	overflow: scroll;
}
			 
.vogelnamen table {
	width: 700px;
}

.vogelnamen th { 
	color: #28661c;
	text-align: left;
}

.vogelnamen .normal a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.vogelnamen .selected a {
	display: block;
	background-color: #7fafd0;
	text-decoration: none;
	color: #FFFFFF;
}

.vogelnamen a:hover {
	background-color: #409c2b;
	color: #FFFFFF;
} 
	

/* VOGELBILD */	  

.vogelbild {
	position: absolute;
	left: 470px;
	top: 10px;
}			

.vogelbild img {
	height: 400px; 
	position: absolute;
	left: 0px;
	top: 0px;
}	   

.vogelbild .bildautor {
	position: absolute;
	left: 5px;
	top: 0px;
	z-index: 99;
	color: #FFFFFF;
	font-size: 7pt;
	visibility: hidden;
}
			 
.vogelbild table {
	width: 630px;
}

.vogelbild .artentext {
	width: 600px;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 0px; 
	visibility: hidden;
	overflow: scroll;
}
	 
.vogelbild .merkmale {
	width: 600px; 
	height: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	overflow: scroll;
}			 

.vogelbild .bildtypauswahl {
	margin-top: 400px;
}
	 
/* SPRACHE */

.sprache {
	position: absolute;
	left: 10px;
	top: 450px;
}

.sprache table {
	width: 439px;
}	 

.sprache a {
	text-decoration: none;
	color: #28661c;
	font-weight: bold;
}

.sprache img {
	border-width: 1px;
	border-color: #FFFFFF;
	vertical-align: middle;
}


/* VOGELDATEN */

.vogeldaten {
	position: absolute;
	left: 470px;
	top: 440px;
}

.vogeldaten table {
	width: 650px;
}						

.vogeldaten td {
	width: 160px;
	vertical-align: top;
}

.vogeldaten th {
	color: #28661c;
	text-align: left;
}			

.vogeldaten .leerzeile {
	height: 15px;
}

.rangliste {		
	position: absolute;
	left: 10px;
	top: 10px;	
}
			
.rangliste h1 {
	color: #28661c;
}
			 
.rangliste table {
}

.rangliste th { 
	background-color: #7fafd0;
	color: #ffffff;
	text-align: left;
	padding-right: 20px;
	padding-left: 3px;
}	  

.rangliste td {
	padding-right: 20px;
	padding-left: 3px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #7fafd0;
}
