﻿/*
Stylesheet zu "Naturbildportal.de"
ein Projekt von fischhase
Layout und Umsetzung fischhase Information und Gestaltung GbR
                     Grotefendstr. 2
                     30167 Hannover
                     t. 0511 123 83 76-0
                     www.fischhase.de
© fischhase, 2004
*/


.typo3-adminPanel {
        position:absolute;
        bottom:10px;
        left:150px;
opacity:.2;
filter:alpha(opacity=20);
-moz-opacity:.2;
}

.typo3-adminPanel:hover {
opacity:.9;
filter:alpha(opacity=100);
-moz-opacity:.9;

}


html, body {
      padding:0px;
      margin:0px;
      width:100%;
      height:100%;
      background-color:#E5F1E1;
      background-image:url(images/nav_bg.jpg);
      background-repeat:repeat-y;
}

body, p, td, h1, h2, h3, pre, span, div, form, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:21px;
	text-decoration:none;
	color:#4D545D;
 }

ul, li {
/*  list-style-type:disc;*/
}

h1 {
         font-weight:bold;
}

h1 b {color:#CC3333;}
		 
a { 
	text-decoration:underline; 
	color:#669966;
	}
	
input.form_submit_img {
  margin-top:3px;
  height:auto;
}
	
/*HEADER*/
#header {
        position:absolute;
        top:0px;
        width:100%;
        white-space:nowrap;
        background-image:url(images/header_03.jpg);
        z-index:5;
}

#header[id] {
          position:fixed;
}

/*SCHNELLSUCHE*/
#suche {
	position:fixed;
	top:62px;
	left:149px;
	right:20px;
	height:25px;
	white-space:nowrap;
	overflow:hidden;
	border: 1px dashed #B0CAB0;
	padding: 4px 35px 0px 35px;
	z-index:20;
	background-color:#F4F5F3;
}

#suche form, #suche span {
	display:inline;
	max-width:600px;
  color: rgb(204, 51, 51);
	margin:0px;
}

#suche input.text {
  margin-left:1em; 
}
  
#suche a {
	padding-left:15px;
  }

/*LINKE SPALTE*/
#left {
      position:absolute;
      top:92px; left:0px;
      width:149px;
      z-index:1;
	border-right: 1px dashed #B0CAB0;
	border-top: 1px dashed #B0CAB0;
}

#left[id] {
      position:fixed;
}

/*INHALT SPALTE LINKS*/

#left_inner {
	background-color:#DEEED3;
	overflow:hidden;
}

#navigation a {
	width:149px;
	overflow:hidden;
	background-color:#E5F1E1;
	border: 1px dashed #B0CAB0;
	border-width:0px 0px 1px 0px;
	padding: 4px 0px 4px 7px;
	display:block;
}


.login { 
		border:1px solid #E5F1E1;
		border-width:1px 1px 0px 0px;
		padding:0px 0px 5px 7px;
		background-color:#E5F1E1;
}



.login a {
       color:#669966;
}

.login p {
	margin:0; padding:0;
}

#nav_footer {
		/*background-image:url(images/nav_bg.jpg);*/
		background-repeat:repeat-y;
}

/*FORMULARE IDS*/

#form_name_field, #form_password_field, #form_schnellsuche_field {
  width:100px;
}


/*CONTENTBEREICH*/

.content_rahmen {
  padding: 27px 57px 13px 35px;
  position: absolute;
  z-index:0;
  top:92px; left:149px; right:19px; bottom:0px;
  /*height:100%;*/
  border: 1px dashed #B0CAB0;
  border-width: 0px 1px 1px 0px;
  background-color: #F4F5F3;
}

.content_rahmen[class] {
             bottom:auto;
             }

.content_rahmen p, .content_rahmen a, .content_rahmen td, .content h1{
         max-width:600px;
         color:#4D545D;
         margin:20px 0px 0px 0px;
}

.content_rahmen a {
  color:#669966;
}

/*INHALT CONTENT REDAKTIONSINHALT*/
#hd_Seite {
	padding:0px;
}

.content p img {
  margin:0px 0px 0px 10px;
  float:right;
}

.content div.nbp-links p.news-single-imgcaption {
	text-align: left;
	margin-left:10px;
	padding:3px;
	background-color: #e4e4e4;
}
	.content p.news-single-imgcaption img {
	margin:0px 0px 0px 0px;
	float:none;
}

hr { 
	border:0px; border-bottom: 1px dashed #B0CAB0; 
}
 
/*Impressum*/
.iemac_warnung {
               display:none;
}

.iewin_warnung {
  display:none;
}

