/* 
schrift: 273a45
orange: fd6103
dunkelgrau hintergrund: 7a8d98
hellgrau hintergrund: ebeeef
 */

/* Anfang Seitenaufbau allgemein */
* 
	{ 
	margin: 0; 
	padding: 0; 
	}
	
html
{
    height:100%;
    scrollbar-3dlight-color:#52803d;      /* rahmen außen links und oben */
    scrollbar-arrow-color:#52803d;        /* pfeilfüllung */
    scrollbar-darkshadow-color:#7a8d98;   /* rahmen außen rechts und unten */
    scrollbar-face-color:#addead;         /* hintergrund balken und pfeile */
    scrollbar-highlight-color:#52803d;    /* rahmen innen links und oben */
    scrollbar-shadow-color:#52803d;       /* rahmen innen links und oben */
    scrollbar-track-color:#e7f5e7;        /* hintergrund hinter Bildlaufleiste */	
}

body 
{ 
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px; 
	color: #ffffff;
	background: #e7f5e7;
	text-align: center; /* zentrieren */
  min-width: 972px; /* zentrieren */
	height:768px;
  margin-top:30px; 
} 

#container 
{ 
	width: 972px; /* zentrieren */
  margin: 0 auto; /* zentrieren */
  text-align: left; /* zentrieren */
	height: 768px;
  background: url(image_layout/pages_container.jpg) top left no-repeat; 	
}	
/* Ende Seitenaufbau allgemein */

#oben
{ 
	float:left;	
	width: 972px;
	height: 160px;
  vertical-align:bottom;
  text-align: center;   	
}

    #logo
    { 
    	padding-top: 30px;
    	width: 972px;
    	height: 118px;
    	float:left;
    }	
    
#oben2  
{
	width: 972px;	
	height:105px;
  text-align: center; 
	float:left;
}
         
      #navi  
      {
      	padding: 0 140px;	
      	height:71px;
        text-align: center; 
        vertical-align:top;  		
      }
      #navi table
      {
        width: 710px;		
      }
      
      #navi table tr td
      {
        padding: 0 3px;
        vertical-align:top;  		
      }

      #navi table tr td a:link, #navi table tr td a:visited
      {
        font-family:  Arial, Verdana, Times, Helvetica, sans-serif ;
        font-size:16px; 
        color: #ffffff;	
        font-weight:bold;
        text-decoration: none;
        line-height:19px;	
      }

          
      #navi table tr td a:hover, #navi table tr td a:active
      {
        font-family:  Arial, Verdana, Times, Helvetica, sans-serif ;
        background: url(image_layout/navi_bg_2px.gif) ;
        font-size:16px; 
	      color: #892f6f;	
        font-weight:bold;
        text-decoration: none;
        line-height:19px;	
      } 
      
      #navi table tr td a.aktiv:link, #navi table tr td a.aktiv:visited 
      {
        font-family: Arial, Verdana, Times, Helvetica, sans-serif ;
        background: url(image_layout/navi_bg_2px.gif) ;
        font-size:16px; 
	      color: #892f6f;	
        font-weight:bold;
        line-height:19px;
        text-decoration: none;	
      }          
           
#mitte
{ 
	width: 972px;
	height:435px;
	float:left;
}

#links
{ 
	width: 280px;
	height:435px;
	float:left;
	text-align: right;
  padding-top:10px; 
}

#navilinks
{ 
	width: 280px;
	min-height:98px;
	height: auto !important;
	height:98px;
	float:right;
	text-align: right; 
}
	
	/* Navigation */
  #navilinks ul
		{
		list-style-type:none;
		margin: 0 0 0 0;
		width:280px;
		}
	
  #navilinks ul li
		{
    display: block;
    list-style-type: none;
    margin: 0px 0px 20px 0px;
    width:250px;
    padding-right: 30px;
    height: 30px;
		}
	
	#navilinks ul li a
		{
		font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:13px; 
    font-weight:bold;
    color: #000000;  
		text-decoration:none;
		}
		
	#navilinks ul li a:hover
		{
		color: #892f6f;		
		}
	
	#navilinks ul li.aktiv
		{	
		    background: url(image_layout/blume_navi.gif) no-repeat top right;
				width:250px;
				height: 30px;
		}
		
	#navilinks ul li.aktiv a
		{	
      font-family:Arial, Verdana, Helvetica, sans-serif;
      font-size:13px; 
      font-weight:bold;
      color: #000000;  
		}	

#bildlinks
{ 
	width: 280px;
	min-height:150px;
	height: auto !important;
	height:152px;
	float:right;
	text-align: right; 
}



#rechts
{ 
	width: 680px;
	height:435px;
	float:right;
}

	#inhalt 
	{
		padding: 0 30px 40px 15px;
		text-align:left;
	}

	
	#inhaltcontainer 
	{
		width: 554px;
		height:435px;
		font-size:13px;
		text-align:left;
		
	  color: #000000;
	}	
	
	.klein
	{
		font-size: 11px;
	}	
	
	
	
a:link, a:visited, a:hover
{
  color: #154300;
  font-size:13px;
  text-decoration : none;  
  font-weight: bold;
}

a:hover
{
text-decoration : underline;  
}

p
{
margin: 5px 0 20px 0; 
}
	
h1
{
  color: #154300;
  font-size:14px;
  font-weight:bold; 
}
	
h2
{
  color: #154300;
  font-size:13px;
  font-weight:bold; 
  margin-top: 20px;
}

ul#listbox
{
padding-left:15px;
margin-bottom: 15px;
}

