/* Allgemeine Formatierungen */

body
{
  margin:		0;
  padding:		0;
  font-family:		sans-serif;
  font-size:		0.8em;
  background-color:#FFFFB9;
}

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

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

a:hover
{
  text-decoration:	underline;
  color:		#006600;
}

.top-level
{
  color:		Black; 
  font-size:        	10px;
}

.top-level a:link
{
  text-decoration:	none;
  color:		Black;
}

.top-level a:visited
{
  text-decoration:	none;
  color:		Black;
}

.top-level a:hover
{
  text-decoration:	underline;
  color:		Black;
}



/* Grundgerüst */

div#ois
{
  width:		800px;
  height:		100%;
  min-height:		660px;
  border-right:		1px solid #006600;
}
div#oisie	/* Formatierung für IE */
{
  width:		801px;
  height:		100%;
  border-right:		1px solid #006600;
}



/* Formatierungen des Kopfbereiches */

div#kopf
{
  width:		100%;
  height:		100px;
  top:			0px;
  left:			0px;
  background: url(/neu/_images/start/oekoweb-banner.jpg) no-repeat ; background-position:left; width:100%; height:110px;   
  background-color:#ccff66;
}
* html div#kopf
{
  height:		140px;
}

div#banner
{
  position:		absolute;
  width:		466px;
  height:		56px;
  top:			6px;
  left:			159px;
  text-align:		center;
  vertical-align:	middle;
  font-size:		11pt;
  font-weight:		bold;
}

div#suche
{
  position:		absolute;
  width:		160px;
  height:		46px;
  top:			4px;
  left:			635px;
  text-align:		center;
  font-size:		9pt;
}
div#suche input
{
  background-color:	#006600;
  color:		#ffffff;
  border:		1px solid #ffffff;
}

div#trennlinie
{
  position:		absolute;
  width:		640px;
  height:		14px;
  top:			70px;
  left:			160px;
  background-color:	#ffffff;
}

div#navigation
{
  position:		absolute;
  top:			113px;
  left:			160px;
  background-color:#FFFFB9;
  border-bottom:		1px solid Black;
  width:640px;
  height:23px;

}



div#fuss
{
  width:		799px;
  height:		14px;
   border:		1px solid #006600;
  font-size:		12px;
  text-align:		center;
  padding:		0;
}

* html div#fuss
{
  width:		801px;
}

/* Formatierungen von diversen Grafiken */
.logo
{
  border:		0;
  margin-left:		12px;
  margin-top:		10px;
}
