/* Stylesheet für TaxOn */
/* Marion E. Kurz */
/* 2008-08-20 */

body {
	border: none;
	margin: 0;
	padding: 20px;
	background: #FEFEFE;
	/*background: #EFF0EB;*/
	color: #000000;
  	font-size:70%;
	font-family: tahoma,arial,verdana;
}

frameset {
	border: none;
	margin: 0;
	padding: 0;
}

frame {
	margin: 0;
	padding: 0;
	background: #EFF0EB;
	color: #000000;
  	font-size:70%;
	font-family: tahoma,arial,verdana;
}

.printtop {
	display: none;
}

.noprinttop {
	display: none;
}

.menue {
	border: none;
	margin: 0px 0px;
	padding: 0;
	background: #EDEFBC;
	/*background-image:url(css-grafiken/menue_bg.gif);*/
	color: #000000;
  	font-size:70%;
	font-family: tahoma,arial,verdana;
}

.top {
	border: none;
	margin: 0px; 0px;
	padding: 0;
	background: #CBCFAB;
	/*background-image:url(../image/taxon_top_bg.gif);*/
	background-repeat:repeat-x;
	color: #000000;
  	font-size:70%;
	font-family: tahoma,arial,verdana;
}

#footer {
	position:fixed;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	bottom: 5px;
	color: #0055AA;
}

#content_container {
	padding-left: 5px;
    padding-bottom:5px;
    width: 100%;
    top: 5px;
}

#login_header {
	position:fixed;
	width: 20%;
	float: right;
	padding-right: 5px;
	right: 20px;
	top: 20px;
	color: #0055AA;
}


a:link {
	color: #558822;
	text-decoration: none;
}

a:visited {
	color: #558822;
	text-decoration: none;
}

a:active {
	color: #993399;
	text-decoration: none;
}
	
a:hover {
	color: #AA99BB;;
	text-decoration: underline;
}	
	
a.menu:link {
	color: #000000;
	text-decoration: none;
}

a.menu:visited {
	color: #000000;
	text-decoration: none;
}

a.menu:active {
	color: #000000;
	text-decoration: none;
}

a.menu:hover {
	color: #993399;
	text-decoration: none;
}


div {
	font-size: 100%;
	font-family: tahoma,arial,verdana;
}

div.left {
	width: 49%;
	float: left;
}

div.right {
	width: 49%;
	float: right;
}

div.right_60 {
	width: 60%;
	float: right;
}

div.button_left {
	position: relative;
	margin-top: -3em;
	width: 20%;
	float: right;
}

hr {
	color: #CBCFAB;
  	background-color: #CBCFAB;
	height: 2px;
}

h1 {
	padding-top: 7px;
	padding-bottom: 7px;
	font: bold 13px tahoma,arial,verdana;
	line-height: 20px;
	text-align: center;
}

h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font: bold 100% tahoma,arial,verdana;	
}

h3 {
	padding-top: 7px;
	padding-bottom: 7px;
	font: bold 30px tahoma,arial,verdana;	
	text-align: center;
	float: left;
}

h4 {
	padding-top: 3px;
	padding-bottom: 3px;
	font: bold 11px tahoma,arial,verdana;
	line-height: 1px;	
	text-align: left;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}	
	

/* TABELLENDefinition */

table {
	font-size: 100%;
}

th {
 	text-align:left;
 	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	background: #DDDADA;
	color: #000000;
}

.gerade {
	font-size: 100%;
  font-weight: normal; 
	background: #F5F6F3;
	background-image: none;
	color: #000000;
   
}

.ungerade {
   	font-size: 100%;
    font-weight: normal; 
   	background-color: #FFFFFF;
		background-image: none;
		color: #000000;
}

tfoot {
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	background: #DDDADA;
	color: #000000;
}


/* Elemente im Content */
/* Alternative Ueberschrift - ohne Balken ist das  h1-Tag  */
.ueberschrift {
	width: 100%;
	font-weight: bold;
	font-size: 120%;
	line-height: 25px;
	background: #DDDADA;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}

/* Alternative Unter -Ueberschrift - ohne Balken ist das  h2-Tag */
.unter-ueberschrift {	
	background: #DDDADA;
	font-size: 100%;
  	line-height: 150%;
	font-weight: bold;
  	padding: 5px;
	color: #000000;
}

.text {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
  	font-weight: normal; 
}

.indented {
	padding-left: 5px;
	padding-right: 5px; 
}


/* Formatierung der Formular-Elemente */
form, input, button, select, textarea {
	font-size: 100%;
  	font-weight: normal;
	font-family: tahoma,arial,verdana;
}

.daten-beschriftung {
	font-size: 100%;
	font-weight: bold;
	 	text-align: right;
}

.daten-text {
  font-size: 100%;
	font-weight: normal;
}

.daten-anzeige {
    border: silver thin inset;
    font-weight: normal;
    font-size: 100%;
  	line-height: 16px;
  	padding: 1px 5px 1px 5px;
  	margin: 2px 0 2px 0;
}

.zahl {
	 font-size: 100%;
	 text-align: right;
	 white-space: nowrap;
}

.formular-text {
	font-size: 100%;
	font-weight: bold;
	text-align: right;
}

/* Definition des Designs für die Buttons */

  
 .knopf {
    float:left;
    display:block;
  	background-image:url(../css-grafiken/bt_bg.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #FFFFFF;
  	border-top:solid 1px #FFFFFF;
  	border-right:solid 1px #666460;
  	border-bottom:solid 1px #666460;
  	text-decoration: none;
  	color: #000000;		
 }

 a.knopf:link,  a.knopf:visited {
    float:left;
    display:block;
  	background-image:url(../css-grafiken/bt_bg.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #FFFFFF;
  	border-top:solid 1px #FFFFFF;
  	border-right:solid 1px #666460;
  	border-bottom:solid 1px #666460;
  	text-decoration: none;
  	color: #000000;
 }
 
 a.knopf:focus {
    float:left;
	  display:block;
  	background-image:url(../css-grafiken/bt_bg.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #666460;
  	border-top:solid 1px #666460;
  	border-right:solid 1px #666460;
  	border-bottom:solid 1px #666460;
  	text-decoration: none;
  	color: #000000;
 }
 
 a.knopf:hover {
    float:left;
    display:block;
  	background-image:url(../css-grafiken/bt_bg_mouseover.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #FFFFFF;
  	border-top:solid 1px #FFFFFF;
  	border-right:solid 1px #666460;
  	border-bottom:solid 1px #666460;
  	text-decoration: none;
  	color: #000000;
 }
 
 a.knopf:active {
    float:left;
    display:block;
  	background-image:url(../css-grafiken/bt_bg.gif);
  	padding: 2px 5px 2px 5px;
  	border-left:solid 1px #666460;
  	border-top:solid 1px #666460;
  	border-right:solid 1px #FFFFFF;
  	border-bottom:solid 1px #FFFFFF;
  	text-decoration: none;
  	color: #000000;
 }


	