#logo{
	margin-top: 20px;
	margin-left: 20px;
	height:50px;
	width:350;
	background: url('../images/logo-trans.png') no-repeat;	
	position:absolute;
	width:330px
}

#topnav {
	position: absolute;
	margin-left:34px;
	margin-top:123px;
	color: #529246;	
}

#topnav a {
	text-decoration:none;
	color:#529246;
}

#topnav a:hover {
	text-decoration:none;
	color:#114907;
}


 #menu{
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */

    /* (en|de) Bugfix: IE - collapsing horizontal margins */
	position:absolute;
    line-height: 0;
    background: transparent;
	color:#000;
	margin-top:10px;
	overflow:hidden;
	position:absolute;
	margin-left:20px;
  }

 #menu ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0 0 0 0; /* LTR */
    padding: 0;
    
  }

#menu ul li  {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */

    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #menu ul li a,
  #menu ul li strong  {
    background: transparent;
    display: block;
    font-size: 1.2em;
    margin:0.6em;
	padding:0.3em;
    text-decoration: none;
    width: auto;
    color:#4c843d;
    border-bottom:1px solid #4C843D;
	border-right:9px solid #47823C;

 
  }

  #menu ul li a:focus,
  #menu ul li a:hover,
  #menu ul li a:active { 
  	color: #114907; 
  	text-decoration: none; 
  	border-right:9px solid #114907;
  	border-bottom:1px solid #114907;
  }


  #menu ul li.active a {
    border-bottom:none;
    background-color: #e3f5e8;
    border-right:9px solid #114907;
  	border-bottom:1px solid #114907;
    
  }
  

  #menu ul li.active strong,
  #menu ul li.active a:focus,
  #menu ul li.active a:hover,
  #menu ul li.active a:active
   { 
   	background: transparent; 
   	color: #000; 
   	text-decoration: none; 
}
	

	
#menu ul li ul {
	float:none;
	
}
	
#menu ul li ul li {
	margin-left: 20px;
	line-height:0.7em;
}
	
#menu ul li ul li {
	margin-left: 20px;
	line-height:0.7em;
}
	
#menu ul li.active ul li a{
	background: transparent;
    display: block;
    font-size: 1em;
    margin:0.6em;
	padding:0.3em;
    text-decoration: none;
    width: auto;
    color:#4c843d;
    border-bottom:1px solid #4C843D;
	border-right:9px solid #47823C;
}

#menu ul li.active ul li.active a{
	background-color: #e3f5e8;
    border-right:9px solid #114907;
  	border-bottom:1px solid #114907;
}
	
	
#spacer {
	margin-left:190px;	
}
	
.biglinks {
	margin:0 auto;
	 height:224px; 
}
	
.biglinks ul{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
	

.biglinks ul li{
	
	list-style-type:none;
	float:left;
	border: 1px solid #000;
	text-align:center;
	padding:0 80px;
	font-size: 24pt;
}

.biglinks ul li a {
	color: #47823C;
	text-decoration:none;
	
	
}

.biglinks ul li a:hover {
	color: #114907;
	text-decoration:none;
	
	
}
.biglinks ul li:hover {
	background-color: #E3F5E8;
	text-decoration:none;
	
	
}
	


/********************************/
/**********uebernommen***********/
/********************************/
html, body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#fff none repeat scroll 0 0;
color:#1d3915;
font-family:arial,sans-serif;
font-size:small;
height:100%;
margin:0;
padding:0;
text-align:left;
}
h1 {
-x-system-font:none;
font-family:georgia,serif;
font-size:1.5em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0.5em 0;
}
h2 {
-x-system-font:none;
font-family:georgia,serif;
font-size:1.25em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0 0 0.5em;
}
h1, h2, a {
color:#4b833b;
}
p {
line-height:1.5;
margin:0 0 1em;
}
div#container {
background:transparent none repeat scroll 0 0;
height:auto !important;
margin:0 auto;
min-height:100%;
position:relative;
}
div#header {
background:url('../images/top-trans.png') no-repeat;
height:165px;
position:relative;
width:100%
}
div#header p {
font-size:1.1em;
font-style:italic;
margin:0;
}
div#content {
padding:1em 1em 18em 0;
margin:0 0 0 6%;
max-width:741px;
/* min-height:272px; */
}
div#content p {
/* padding:0 1em; */
text-align:left;
}
div#footer {
	height: 230px;
background: url('../images/bottom2-trans.png') no-repeat;

bottom:0;
position:absolute;
width:100%
}
div#footer p {
margin:0;
padding:1em;
}
	
#spacer #content .center {
	text-align:center;
	margin-left: auto;
    margin-right: auto;
}
#spacer #content .display {
	margin-left: auto;
    margin-right: auto;
    display:block;
}

.underline {
	text-decoration:underline;
}
