body {
	font: normal 12px/14px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	background-color: #6b6b6b;
	text-align: center; /* center IE 5 */	
	padding: 0;
	margin: 10px 0 0 0;
}

.noview {
position: absolute;
top: -600px;
left: -1200px;
width: 2px;
height: 2px;
overflow: hidden;
}

a {
color: yellow;
}


img {
	border: 0; 
	display: block;
}

h1 {
	color: yellow;
	font: normal 1.5em Arial,Verdana,Helvetica,sans-serif;
	margin:0;
	padding: 0;
}

h2 {
	color: #fff;
	font: bold 1em Arial,Verdana,Helvetica,sans-serif;
	margin:0;
	padding: 0;
}

#logo {
	width: 200px;
	padding: 12px 0 5px 10px;
	display: none;
}

.clearboth {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

#species {
	background-color: #000; 
	text-align: left; 
	margin: 0 auto 10px auto;
	width: 990px;
}

#header {
	background-color: #6b6b6b;
	width: 970px;
	height: 70px;
	position: relative;
	overflow: hidden;
	border-top: 10px #000 solid;
	border-left: 10px #000 solid;
}

#header_left {
	float: left;
	width: 200px;
}

#header_right {
	float: right;
	width: 760px;
}

#switch {
	float: right;
	margin-top: 20px;
	padding-right: 10px;
	font-size: 12px;
	height: 28px;
}

#fontsize {
	float: right;
	margin: 20px 10px 0 0;
	text-align: right;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	background-color: #000;
	color: #fff;
}

#fontsize a {
	text-decoration: none;
}

#species_nav_bar {

}

#species_nav_bar a {
	background-color: #6b6b6b;
    padding: 2px 10px 4px 10px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    display: block;
    float: right;
    font-size: 12px;
}

#species_nav_bar a:hover {
	background-color: #000;
    padding: 2px 10px 4px 10px;
    font-weight: normal;
    color: #fff;
}

#species_nav_bar a.selected {
	background-color: #000;
    padding: 2px 10px 4px 10px;
    font-weight: normal;
    color: yellow;
}

#datenquelle {
	width: 180px;
	float: right;
	padding: 13px 10px 0 0;
	text-align: right;
	color: #fff;
	font-size: 12px;
}

#print {
	float: right;
	width: 16px;
	margin: 11px 10px 0 0;
	background-color: #fff;
	padding: 2px;
}

#headline {
    background-color: #000;
    height: 40px;
    border-left: 10px solid #000;  
    border-right: 10px solid #000;
    overflow: hidden;
}

form#search_select {
	width: 280px;
	float: left;
	padding-top: 9px;
	padding-left: 9px;
}

#headline select {
	width: 200px;
}

#searchliste {
	width: 200px;
}

input.button {
	border: 1px solid #6b6b6b;
	color: yellow;
	background-color: #000;
	height: 22px;
	vertical-align: top;
	padding-bottom: 3px;
}

#form_gruppe select,
#form_systematik select {
	width: 120px;
}

#form_rl select {
	width: 140px;
}

.fixwidth {
width: 160px;
}
.fixwidthsmall {
width: 110px;
}

.species_pager {
	width: 450px;
	display: block;
	font-size: 12px;
}

.top {
	position: absolute;
	top: 100px;
	margin-left: 310px;
}


.bottom {
	padding: 0 0 10px 10px;
}

.species_pager ul {
	margin: 0;
	padding: 0;
}

.species_pager ul li {
	float: left;
	list-style: none;
	margin-left: 3px;
}

.species_pager ul li a {
	border: 1px solid #6b6b6b;
	background-color: #000;
	color: yellow;
	text-decoration: none;
	display: block;
	width: 25px;
	text-align: center;
	padding: 2px 0 2px 0;
}

.species_pager ul li a:hover {
	background-color: #6b6b6b;
}

.species_pager ul li.selected a {
	background-color: #6b6b6b;
	color: #fff;
	border: 1px solid #6b6b6b;
}

#content {
    width: 950px;
    margin-bottom: 10px;
    background-color: #000;
    border-left: 10px solid #000;  
    border-right: 10px solid #000;      
    border-bottom: 10px solid #000;
    padding: 10px 10px 0 10px;
}

table#species_table {
    width: 100%;
    empty-cells: show;
    margin-bottom: 10px;
    background-color: #6b6b6b;   
    border: 10px solid #000;
}

table#species_table thead tr th {
    vertical-align: middle;
    background-color: #000;
    padding: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
    color: #fff;
    line-height: 1.1em;
    font-weight: normal;
}

.desc a {
	background: transparent url(/images/species/th_bg_down.gif) 3px 3px no-repeat;
	padding-left: 14px;
	color: yellow;
	text-decoration: none;
}
 
.asc a {
	background: transparent url(/images/species/th_bg_up.gif) 3px 3px no-repeat;
	padding-left: 14px;
	color: yellow;
	text-decoration: none;
}

.nosort a {
	background: transparent url(/images/species/th_bg_nosort.gif) 3px 3px no-repeat;
	padding-left: 14px;
	color: yellow;
	text-decoration: none;
}

th#familie {
min-width: 100px; 
}

th#gruppe {
min-width: 100px; 
}

table#species_table td {
    padding: 4px;
    line-height: 1.1em;
    background-color: #000;
}

table#species_table td.right, table#species_table th.right {
    text-align: right;
}

table#species_table td.center, table#species_table th.center {
    text-align: center;
}

table#species_table tr.even td {
    background-color: #2a2a2a;
}

table#species_table tr:hover td, table#species_table tr.over td {
    background-color: #6b6b6b;
}

table#species_table thead tr th form {
    padding: 0;
    margin: 0;
}

table#species_table thead tr th form optgroup {
    background-color: #e2f5c9;
    font-style: normal;
    font-weight: normal;
}

table#species_table thead tr th form optgroup option {
    background-color: #fff;
}

table#species_table thead tr th form.popup {
    position: absolute;
    display: none;
    margin-top: 7px;
    margin-left: -40px;
    background-color: #89c33c;
    padding: 5px;
    border: 1px solid #fff; 
}

table#species_table .sort a {
    font-weight: normal;
    color: #fff;
}

table#species_table .sort div {
    background-color: #89c33c;
    padding: 5px;
    margin-top: 5px;
}

.toggle {
display: none;
}

.ilink .icon {
	display: block;
	width: 17px;
	height: 17px;
	margin-left: 2px;
	float: left;
	background-color: #fff;
}

.ilink .icontext {
	padding-top: 2px;
	width: 100px;
	float: left;
}
