/*Tags*/
* {
	margin:0;
	padding:0;
}
body {
	padding:0px;
	margin: 0px;
	font: 500 100% verdana, arial, helvetica, sans-serif;
}

td {
	vertical-align: top;
	padding:1px;
}
th {
	text-align:left;
	font-weight:bold;
	padding:4px;
}

/*ID-Layout*/
#body-wrapper {
	position:relative;
}
#header {
	background: url(../images/layout/bg_branding.jpg) repeat scroll 326px 0 #263121;
	color:black;
	height:100px;
	margin:0;
	padding:0;
	width:100%;
}
#body-simple {
	background: url(../images/layout/bg_body_simple.jpg) no-repeat #263121;
	color:black;
	margin:0;
	padding:20px;
}

#main {
	padding: 0 0 0 179px;
	background:  url(../images/layout/bg_nav_main.gif) repeat-y;
}

#content {
  padding: 0 15px 20px 20px;
  color:#000000;height:100%;
  min-height:300px;
}
/*Col2&3*/

#col2 {
	margin:0 286px 0 0;
}
#col3 {
	float:right;
	width:256px;
	padding:0 0 0 10px;
	position:relative;
}
#col3 img {
	border: 3px solid #5b7f5b;
}
#col3-wrapper {
	background:url(../images/layout/bg_col3_wrapper.gif) repeat-y right;
}

#switch {
	position: absolute;
	left:0;
	top: 100px;
	width: 20px;
	padding: 0;
	margin-bottom:0px;
	z-index:200;
}

#footer {
  width:100%;
  text-align:center;
  background-color:#B6B98C;
  background-image:  url(../images/bg_headnav.gif);
  color:black;
}
#chatbox {
	min-height:400px;
}
input, textarea, select {
	border-color:#000000;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
input {
	text-indent:2px;
}
/*Login-Box*/
#login {
	position: absolute;
	top: 0;
	right: 0;
	width: 359px;
	padding:0;
	height:100px;
	background:#4e5949 url(../images/layout/bg_loginbox.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#login a {
	color:#FFFFFF;
}
#login #login-reg {
	position:absolute;
	left:13px;
	top:3px;
	width:100px;
	font-size:12px;
	line-height:1.5em;
}
#login form {
	position:absolute;
	right:3px;
	top:3px;
	width:210px;
	font-size:13px;
}
#login .label {
	width:55px;
	height:13px;
	float:left;
	clear:both;
}
#login .autologin {
	width:12px;
	height:12px;
	margin:2px 5px 5px 57px;
}
#login .labelautologin {
	width:120px;
	font-size:0.8em;
	line-height:0.8em;
	display:inline;
}

#login .login-textinput{
	margin:0 0 4px 3px;
	width:150px;
	height:13px;
	border: 1px solid #999999;
	font-size:12px;
}
#login a.gensmall {
	font-size:9px;
}
#login #loginbutton {
	margin:0 94px 0 0;
	float:right;
	padding:0;
	text-align:right;
	height:19px;
}
#login ul {
	margin:5px 8px;
	list-style:none;
	font-size:0.8em;
	line-height:1.5em;
}
#login div.status {
	float:right;
	font-size:0.8em;
	font-weight:bold;
	margin:5px 8px;
}

/*Sub/Top-Navi*/
#topnavi{
	background:#597c59 url(../images/layout/bg_nav_sub_top.gif) repeat-x;
	color:#FFFFFF;
	font-size:12px;
	position:relative;
	float:left;
	width:100%;
}
#topnavi-main {
	background:url(../images/layout/bg_nav_sub.gif) repeat-x bottom;
	width:100%;
	float:left;
}
#topnavi ul {
	list-style-type: none;
	float:left;
	padding:7px 0 17px 180px;
	display:block;
	background:url(../images/layout/bg_nav_sub_corner.gif) no-repeat  170px bottom;
	margin:0;
}
#topnavi ul.nocorner {
	background:none;
}
#topnavi li {
	padding: 0 0 0 20px;
	float:left;
	line-height:1.7em;
	position: relative;
}
#topnavi a {
	color:#FFFFFF;
	padding:0 0 0 20px;
	display:block;
}
#tn-literatur {
	background:url(../images/layout/but_literatur.gif) no-repeat;
	width:66px;
}
#tn-downloads {
	background:url(../images/layout/but_downloads.gif) no-repeat;
	width:75px;
}
#tn-links {
	background:url(../images/layout/but_links.gif) no-repeat;
	width:37px;
}
#tn-linkliste {
	background:url(../images/layout/but_linkliste.gif) no-repeat;
	width:102px;
}
#tn-ueberuns {
	background:url(../images/layout/but_wirueberuns.gif) no-repeat;
	width:89px;
}
#tn-spenden {
	background:url(../images/layout/but_spenden.gif) no-repeat;
	width:69px;
}
#tn-hilfe {
	background:url(../images/layout/but_hilfe.gif) no-repeat;
	width:34px;
}
#topnavi ul li ul {
  position: absolute;
  top: 0;
  left: -9999px;
}
#topnavi ul li:hover ul {
  display:block; 
  top:20px;
  left: 39px;
  background: #4e5949;
  height: auto;
  padding:0;
}
#topnavi ul li:hover, #topnavi ul a:hover, #topnavi ul a.selected {
  z-index: 100;
}
#topnavi ul li li {
	padding:0;
	margin:0;
}
#topnavi ul li li a {
	padding:2px 0 2px 5px;
	margin:0;
	width:13em;
	display:block;
	background:#597c59;
	border-top:1px solid #afb238;
}
#topnavi-3col {
	background:url(../images/layout/bg_col3_wrapper_top.gif) no-repeat  bottom right transparent;
	width:288px;
	height:9px;
	position:absolute;
	bottom:0;
	right:0;
}
/*Suchbox*/
#suche {
	position:absolute;
	top:70px;
	left:20px;
	width: 579px;
	z-index:10;
}
#suche-input {
	width:263px;
	float:left;
	border:none;
	padding:5px 0 0 25px;
	height:20px;
	margin:1px 2px 0 24px;
	background: url(../images/layout/bg_suche.gif) no-repeat 0 2px;
}
#suche a{	
	color:#FFF;
}


/*ID-Tags*/

#content h1 {
	padding:23px 0 18px;
	line-height:1.3em;
	font-size: 90%;
	font-weight:bold;
}
#content h1.katalog {
	background:#5b7f5b;
	color:#FFFFFF;
	padding:10px 5px;
	margin:15px 0 6px;
}
#content h2 {
	margin:0 0 6px;
	line-height:1.3em;
	background:#5b7f5b;
	color:#FFFFFF;
	padding:10px 5px;
	font-size: 80%;
}
#content h3 {
	margin:0 0 18px;
	line-height:1.3em;
	font-size: 75%;
}
#content h4 {
	font-size: 12px;
	font-weight:normal;
	padding-bottom:5px;
	font-style: italic;
}
#content p {
	margin:0 0 15px 0;
}
#content p, #content li{
	font-size:80%;
}
#content ul {
	margin:0 0 20px 25px;
	list-style:circle;
}
#content li {
	margin:0 0 10px 0;
	list-style:circle;
}
#content td p {
	padding:0;
	margin: 0;
}
#footer p {
  padding: 5px;
  text-align:center;
  font-size:75%;
}


/*Links*/
#content a{
	text-decoration: underline;
}
#content a:link, #content a:visited {
	color: #006600;
}
#content a:hover {
	color: #006600;
	background: #fff0c0;
}
#content a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #006600;
}
#content a:target + strong {
	color:#FF0000;
}

/*leftbox/mainnavi*/

#leftbox {
	position: absolute;
	left:0;
	top: 100px;
	width: 170px;
	font-size: 70%;
	z-index:200;
}
#leftbox li, #leftbox ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#leftbox a:link, #leftbox a:visited {
	text-decoration: none;
}
#leftbox a:hover, #leftbox a:active {
	text-decoration: none;
	background:#cacbba url(../images/layout/bg_nav_main_button.gif) no-repeat 0 -108px;
	color: #006600;
}
#leftbox ul li a:link, #leftbox ul li a:visited {
	display: block;
	width: 88%;
	padding: 10px 0 5px 12%;
	font-size: 14px;
	font-weight:bold;
}

#leftbox ul li{
	border-top: #006600 1px dotted;
}#leftbox ul li:first-child, #leftbox ul ul li{
	/*border-top: none;*/
}
#leftbox ul li a:hover, #leftbox ul li a:active {

}
#leftbox ul ul li a:link, #leftbox ul ul li a:visited {
	display: block;
	width: 85%;
	padding: 10px 0 1px 15%;
	font-size: 0.9em;
	font-weight:bold;
	border-top: none;
	color:#666666;
	min-height:20px;
	background:#fafaf9;
}
#leftbox ul ul li a:hover, #leftbox ul ul li a:active {
	color:#006600;
	background:#cacbba url(../images/layout/bg_nav_main_button.gif) no-repeat 0 -108px;
}
#leftbox ul ul ul li a:link, #leftbox ul ul ul li a:visited {
	display: block;
	width: 75%;
	padding: 7px 0 3px 25%;
	font-size: 0.9em;
	font-weight:normal;
}
#leftbox ul ul ul li a:hover, #leftbox ul ul ul li a:active {
}

.llink:link, .llink:visited {
	color: #006600;
	background:#dedfce url(../images/layout/bg_nav_main_button.gif) no-repeat;
}
#leftbox .uberlink:link, #leftbox .uberlink:visited {
	color: #006600;
	background:#fff0c0 url(../images/layout/bg_nav_main_button.gif) no-repeat 0 -216px;
	
}
#leftbox .uberlink1:link, #leftbox .uberlink1:visited {
	color: #006600;
	background:#fff0c0 url(../images/layout/bg_nav_main_button.gif) no-repeat 0 -288px;
}
/*breadcrumb*/
#breadcrumb {
	font-size:0.7em;
	color:#999999;
	padding:0 0 0 20px;
}
#breadcrumb:before {
	content:attr(title);
}
#breadcrumb a {
	color:#597c59;
	font-weight:bold;
}
/*katalog*/
#baumkatalog {
	width:800px;
}
#baumkatalog table {
	margin:0 0 15px;
}
#box-blattrand {
	width:463px;
	margin:0 15px 0 0;
}
#box-filter {
	width:700px;
	padding:6px;
}
#pager-links {
	width:750px;
	border:1px solid #5B7F5B;
	padding:15px;
}
/*classes*/

.tableheading {
	background-color: #DDDDDD;
}

.small {
	font-size: 70%;
}

.laubbaum {
	background-color: #FFFFCC;
}

.nadelbaum {
	background-color: #CCFFFF;
}

.faq {
	background-color: #ebebeb;
	border: thin solid #006600;
	margin: 10px;
	padding: 20px;

}
.question {
	font-weight: bold;
	color: #006600;
}
.bestimmung {
	border: thin solid #006600;
	margin: 0 0 30px;
	padding: 5px;
}
.bestimmung td {
	background-color: #EBEBEB;
	padding:5px;
}
.box {
	font-size: 80%;
	background:#f4f4f4;
	margin: 10px 10px 10px 0;
	padding: 8px;
	border: 1px solid #006600;
	width: 35em;
	float:left;
}
.box-heading {
	width: 38.8em;
	float:left;
}
.box-statistics {
	width: 30em;
	float:left;
}	
.red {
	color: #FF0000;
	font-weight: bold;
}
.zeitstreifen{
	width: 100%;
}
.zeitstreifen td{
	text-align: center;
	font-weight: bold;

}
.bluete {
	background-color: #9F9FFF;
}
.fruechte {
	background-color: #FFBB77;
}

.detailleft{
	width: 150px;
}
.detailright {
	width: 210px;
}
.stleft{
	width: 100px;
	font-weight:bold;
}
.stright {
	width: 150px;
}
.keys, .keys h2{
	font-style: italic;
	color: #CCCCCC;
	font-size: 70%;
}
.gerade {
	background-color: #FFF;
}
.ungerade {
	background-color: #DDD;
}
.details{
	font-size: 12px;
	margin:0 0 15px;
	width:782px;
}
.details td {
	padding:4px;
}

.td_grey {
	background-color: #ddd;
	color: #666;
}
.td_akt {
	background-color: #ffff5d;
	color: #000;
}
.formtable{
	margin: 10px 10px 10px 0;
	padding: 2px;
	border: 1px dotted #006600;
	background-color: #f5f5c5;
}
.formtable input,.formtable textarea,.formtable select {
	font-size:0.81em;
	margin:0 0 3px;
}
.auswbox{
	height:200px;
	padding: 5px;
	margin:8px 0;
	border: 1px solid #006600;
}

.auswboxsm{
	height:100px;
	padding: 5px;
	margin:8px;
	border: 1px solid #006600;
}

.auswbox img, .auswboxsm img{
	float: left;
	margin-right: 8px;
}
.auswbox li{
	margin-left: 20px;
}
#content .auswbox h2, #content .auswboxsm h2{
	margin:0;
	background:#FFFFFF;
	padding:0;
	color:#999999;
}
#content input.captcha {
	width: 60px;
	margin-left: 2px;
}	
.clear {
	clear:both;
}
.showhh {
	display:none;
}
/*Home*/
.homeimg div {
	background:#5b7f5b;
	font-size:0.7em;
	padding:5px;
	margin:2px 0 0;
	color:#FFFFFF;
}
.homeimg {
	margin: 0 0 15px 0;
}
#content .homeimg a {
	color:#FFF;
}
#content .homeimg a:hover {
	color:#5b7f5b;
}
#col3-wrapper .mainbox {
	background:#FFFFFF;
}

/*Baumdetails*/
#baumdetailsBox {
	width:675px;
}

#steckbrief{
	background: #fbefbf url(../images/layout/bg_steckbrief.jpg) no-repeat;
	padding: 2px 8px;
	font-size: 10px;
	float:right;
	width: 274px;
	border:1px solid #999999;
	margin:0 0 10px;
}
#steckbrief h1 {
	background: url(../images/layout/bg_h1_steckbrief.png);
	margin:-2px -8px 0;
	padding:8px 8px 4px;
	font-size:1.2em;
	border-bottom:1px solid #999999;
	text-align:center;
}
#steckbrief h2 {
	background: url(../images/layout/bg_h1_steckbrief.png);
	margin: 0 -8px 5px;
	padding:4px 8px;
	border-bottom:1px solid #999999;
	color:#4c624c;
	text-align:center;
}
#steckbrief h2 em {
	display:block;
	font-size:1.4em;
}
#steckbrief table table {
	background-color: #FFF;
}

.baum-mm {
	background:#EAEAEA;
	border:#999999 solid 1px;
	margin:0 0 10px 0;
	width:355px;
	float:left;
	padding:8px;
}
.baum-mm dd {
	float:left;
	font-size:0.8em;
}
.baum-mm dt {
	float:right;
}
.description{
	clear:left;
	width: 570px
}
.baum-desc {
	border:#999999 solid 1px;
	margin: 0 0 20px;
}
	
#content .description h3 {
	margin:0 0 4px 0;
	padding:5px;
	background:#EAEAEA;
}
#content .description p {
	padding:5px 5px 10px;
	margin:0;
}
.desc-icons {
	clear:left;
	padding:5px;
}

/*Gästebuch*/
.gboxx input, textarea {
font-family: "Verdana", "Arial", "Helvetica", "Geneva", sans-serif;
font-size: 13px;
font-weight: normal;
font-style: normal;
border: 1px solid black;
cursor: pointer;
color: #808080;
background-color: white; }

.gboxx textarea {
overflow: auto;
width: 250px;
height: 100px;
cursor: hand;
font-size: 11px; }

.gboxx .input input {
width: 150px;
height: 20px;
cursor: hand; }

.gboxxEntry {
border-left: 1px solid black;
border-right: 1px solid black;
margin: 10px;
padding: 0px;
background-color: white; }

.gboxxEntry p.header {
margin: 0px;
padding: 5px;
background-color: #f0f0f0;
border-top: 1px solid black;
border-bottom: 1px solid black; }

.gboxxEntry p.main {
margin: 5px;
padding: 0px; }

.gboxx input.button {
color: black; }

.gboxx small {
display: block;
font-size: 9px; }

.gboxx hr {
color: black;
width: 100%;
height: 1px; }

.gboxx .setCode {
color: black; }

.gboxx #submit, #preview, #reset {
width: 122px; }

table.gboxx {
	width: 510px;
	background: #FFFFCC;
}

.gboxx .message {
	width: 306px;
	border:#006600 2px dashed;
	margin-top: 15px;
	padding: 15px;
}

/*Buchempfehlungen*/
.buchempfehlung {
	margin: 10px 0;
	width:100%;
	border-bottom: #CACBBA solid 1px;
}
.cover {
	padding: 10px 0;
}
.buchempfehlung .cover img {
	float: left;
	margin: 0 10px 10px 0;
}
.autor, .preis {
	font-size: 80%;
	width:50%;
}
.preis {
	padding-bottom:10px;
}

/*Gallery*/
.imgRight {
	float:right;
	margin: 0 0 10px 10px;
}
.bildVorschau {
	width:210px;
	height:265px;
	float:left;
	border:1px dashed #A8BEA5;
	margin: 0 20px 10px 0;
	padding:5px;
	overflow:auto;
}
.bildAutor {
	font-size:10px;
	font-weight:bold;
	color:#999999;
	height:12px;
	padding:3px 0 0 0;
	float:left;
	width:155px;
}
.bildKommentare, .bildKommentareCountDetail {
	float:right;
	font-size:10px;
	font-weight:bold;
	color:#999999;
	background:url(../images/bg_kommentare.gif) no-repeat bottom left;
	height:12px;
	padding:3px 5px 0 20px;
}

.bildKommentareDetail {
	border:1px solid #999999;
	padding:10px;
	margin:10px 0;
	float:left;
}
.bildKommentarSchreiben {
	background:#EFEFEF;
	padding:10px;
	margin:10px 0 10px 0;
}
.bildKommentarSchreiben input {
	width: 250px;
}
.bildKommentarSchreiben textarea {
	width: 350px;
}
.bildKommentarSchreiben label {
	display:block;
}
.bildKommentarSchreiben input.submitButton {
	width:auto;
	background:#006600;
	color:#CCCCCC;
}
.bildBild {
	background:url(../images/bg_gallery_img.gif) no-repeat #000000;
	width:210px;
	height:210px;
	float:left;
	margin: 3px 0;
}

.bildTitel {
	font-size:11px;
	color:#333333;
	float:left;
	width:155px;
	font-weight:bold;
}
#content .bildTitel a, #content .bildTitel a:link, #content .bildTitel a:visited{
	color:#000000;
	text-decoration:none;
}
#content .bildTitel a:hover{
	color:#006600;
}
.bildBewertung {
	float:right;
	width:40px;
	text-align:right;
	padding:0 5px 0 0;
}

/*Bild Detail*/
.bildDetail {
	width: 452px;
	float:left;
	margin:0 20px 15px 0;
}
.bildBildDetail {
	width:450px;
	height:450px;
	float:left;
	margin: 3px 0 0 0;
	border:#999999 solid 1px;
}
.bildInfos {
	float:left;
	width:300px;
	margin:3px 0 15px 0;
	background:#EFEFEF;
	padding:5px;
}
.bildInfos table td {
	font-size:11px;
	line-height:1.2em;
	padding:0 5px 6px 0;
}
.bildKommentareDetail {
	padding:12px 5px 0 5px;
}
.bildKommentareText {
	font-size:11px;
}
.kommentarItem {
	margin: 0 0 20px 0;
	border:1px solid #CCCCCC;
	padding:5px;
}
.kommentarItemHeader {
	font-style:italic;
	color:#999999;
	margin:0 0 5px 0;
}
.kommentarItemText {
	font-size: 1.3em;
}

/*BildFooter */

.bildFooter {
	clear:both;
	margin:20px 0;
	background:#EFEFEF;
	padding:10px;
}

/*Admin*/
.adminEdit {
	background:url(../images/bg_admintools.gif) #FFCCCC no-repeat;
	padding:40px 10px 10px;
	border:1px dashed #006600;
	margin:0 10px;
	float:left;
	font-size:10px;
}
.errorbox {
	margin:10px 0;
	background:#FFCCCC;
	border: 3px dotted #FF0000;
	padding: 15px;
	color:#FF0000;
	font-weight:bold;
}

/*Bäume Mitteleuropas*/
.wrapBox {
	
	width:650px;
}
.descOuterBox {
	width:618px;
	padding:20px 10px 20px 20px;
	margin: 0 0 20px;
	border:1px solid #5c5c5c;
	float:left;
}
#content .descOuterBox h2 {
	margin:-20px -10px 15px -20px;
}
.imgHabitus {
	width:200px;
	float:left;
}
.imgBlatt {
	float:left;
	width:200px;
	margin:0 0 0 20px;
}
.baumLinks {
	float:right;
	width:160px;
}
.baumLinks a:before {
	content: url(../images/bg_nav_arrow.gif) " ";
}
.baumDesc {
	width:400px;
	float:right;
	margin: 15px 0 0 0;
}
/*Wikipedia*/
#wikipedia td {
	padding:3px;
}
#wikipedia #content li li {
	font-size:100%;
}
#wikipedia div.float-right, #wikipedia table.float-right, #wikipedia .float-right {
	clear:right;
	float:right;
	margin:1em 0 1em 1em;
}
#wikipedia table.taxobox {
	border-collapse:collapse;
	background-color:white;
	border:1px solid gray;
	border-collapse:collapse;
	clear:right;
	float:right;
	margin-left:0.5em;
}
#wikipedia table.taxobox td {
	vertical-align:top;
}
#wikipedia table.taxobox th {
	background-color:#9BCD9B;
	border:1px solid gray;
	font-weight:bold;
	text-align:center;
}
#wikipedia table.taxobox td.taxo-name {
	text-align:center;
}
#wikipedia table.taxobox td.Person {
	display:block;
	text-align:center;
}
#wikipedia div.tright {
	border:medium none;
	margin:0.5em 0 0.8em 1.4em;
	border-width:0.5em 0 0.8em 1.4em;
	clear:right;
	float:right;
}
#wikipedia img {
	border:medium none;
	vertical-align:middle;
}

/* Baumregister */
#baumregister-filter {
	background:#5b7f5b;
	margin:0 0 20px;
}
#baumregister-filter td {
	padding:3px;
}
