﻿@charset "utf-8";
/* CSS Document */


/* ################   ALLGEMEIN   ################### */
body  {
	background-color:#cfe8cf;    /*#e6f1e6;*/  /*#44744a*/
	/* background: #f3f2e7 url(../images/bg_body.gif) repeat-x fixed top right;   hellgelber Hintergrund mit Schatten oben */
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	color: #000000;
    }

/* ################   LINKS   ################### */
a:link, a:visited {
	color: #333; text-decoration: none;   /*#fff*/
	font-weight: normal;
}
a:hover {
	color: #333;	text-decoration: underline;		 /*#fff*/
	font-weight: normal;
}

#submenue {
	font-size:11px;
	text-align:left;
	color:#f7a901;     /* orangene Striche zwischen Text */
	}
	
	
/* ################   CONTAINER   ################### */
#container { 
	width: 1000px;
	margin: 0 auto; 	/* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	margin-top: 90px;
    } 
#container-content { 
	width: 960px;
	border:#44744a solid 1px;
    }


/* ################   HAUPTRUBRIK-LINKS   ################### */
#button {
	background-color:#44744a;  /*e6f1e6*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	/*padding-left:20px;*/
	width:280px;
	height:87px;
	/* border-left:solid  #090 10px;  */
	border-bottom:solid 1px #fff;
	}
#button a  {
	color: #fff;
	}


/* ##################   HEADER 6te Gartenschau   ################### */
#header   {
	height:80px;
	width:960px;
	background-image:url(../images/6te_gartenschau.gif);
	background-repeat:no-repeat;
	}


/* ##################   FOOTER   ################### */
#footer   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align:right;
	padding:7px 0 7px 0;
	background-color:#f7a901;
	/*margin-left:auto;*/
	/*margin-right:auto;*/
	}	


.h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:#44744a;
	text-align:center;
	padding-bottom:30px;
	}


/* ##################   RAHMEN/EBENE die rechts oben in der Ecke liegt   ################### */	
/* #layer {		
	width:100px;
	height:100px;
	background-color:#FF0000;
	z-index:1;
	position:absolute;
	visibility: visible;
	top: 2px;
	right: 2px;
}  */
