/*
Naturpark Stylesheet
2005-11-02
Dennis Dobslaf
*/

body
{
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  min-width: 770px;
  max-width: 1000px;
  background: url(/pix/backleft.gif) repeat-y #E4F2CE;
}

/*fuer ie*/
html, body, textarea {
  scrollbar-base-color: #E4F2CE;
  scrollbar-3d-light-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-darkshadow-color: #000000;
  scrollbar-face-color: #85B43A;
  scrollbar-highlight-color: #A8D461;
  scrollbar-shadow-color: #5A8615;
/*  scrollbar-track-color: #E4F2CE;*/
}

form
{
  margin: 0;
  padding: 0;
}

p
{
  margin-top: 0;
}

dfn
{
  position: absolute;
  top: -1000px;
  left: -1000px;
  display: inline;  
}

.hidden
{
  display: none;
}

.container
{
  overflow: hidden;
  width: 98%;
}

.block
{
  margin-bottom: 1em;
  width: 97%;
  text-align: justify;
}

.contentleft
{
  float: left;
  margin-right: 0.8em;
  margin-bottom: 0.1em;
}

.contentright
{
  float: right;
  margin-left: 0.8em;
  margin-bottom: 0.1em;
}

#all
{
  overflow: hidden;
  height: 100%;
  background: url(/pix/backleftshadow.gif) repeat-y 142px;
}

* html #all
{
  width: 100%;
}


#left
{
display: none;
}

.searchfieldbackground
{
  background: url(/pix/searchbox.gif) no-repeat top left;
  height: 24px;
  width: 131px;
  text-align: right;
}

.searchfieldinput
{
  border: none;
  width: 115px;
  background-color: transparent;
  padding-top: 3px;
  padding-right: 5px;
  padding-left: 5px;
}


#right
{
}



#right .naviout .block
{
  margin-bottom: 2.5em;
}



#nav
{
	display: none;
}






#content
{

}




#right h1, #content h1
{
  font-size: 1.3em;
}

#content h2
{
  font-size: 1.2em;
  color: #228B22;
}

#content h3
{
  font-size: 1.1em;
  color: #228B22;
}

#content p
{
  margin-top: 10px;
  page-break-inside: avoid;
}


.contentleft
{
  float: left;
  margin-right: 0.8em;
  margin-bottom: 0.1em;
}

.contentright
{
  float: right;
  margin-left: 0.8em;
  margin-bottom: 0.1em;
}

/*****  contenttable  ******/
.contenttable
{
  width: 97%;  
  background-color: #004801;  
}

.contenttable tr
{
  /*background-color: #85B43A;*/
}

.contenttable td
{
  background-color: #B5E26D;
}

.contenttable th
{
  text-align: left;
  background-color: #006400;
  color: #FFFFFF;
}

.contenttable .evenrow
{
  background-color: #C5D5AF;  
}

.contenttable .oddrow
{
  background-color: #F0FBDD;
}
/*****  ----  ******/

/** Listen ***/
ul.headlinelist
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 97%;
}

ul.headlinelist li
{
  margin-bottom: 5px;
}

* html ul.headlinelist li
{
  margin-bottom: -10px;
}

ul.headlinelist li a:link, ul.headlinelist li a:active, ul.headlinelist li a:visited
{
  display: block;
  text-decoration: none;
  border-left: 10px solid #006400;
  border-bottom: 2px solid #006400;
  padding-left: 5px;
  color: #000000;
  font-weight: bold;
}

ul.headlinelist li a:hover
{
  color: #000000;
}

#printthis {
	display: none;
}

#footer
{
	display: none;
}
