/*****************************************************/
/* Hofer Gartenbau GmbH                              */
/* CSS Style Sheet Juli 2007                        */
/****************************************************/

/***********************************************/
/* Front Style Sheet                           */
/***********************************************/ 


/***********************************************/
/* HTML tags                                   */
/***********************************************/ 


body {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Courier New", Courier, mono;
	color: #999933;
	background-color: #000000;
	}

a {
	text-decoration: none;
	}
	
ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	}


/***********************************************/
/* Layout                                      */
/***********************************************/ 


#content {
	width: 569px;
	margin: 75px auto 10px auto;
	padding: 0px 0px 0px 0px;
	}
	
#bild {
	position: relative;
	width: 569;
	z-index: 3;
	border: none;
	left: 0px;
	top: 10px;
	padding: 0px 0px 0px 0px;
	
}


#logo {
	position: relative;
	width: 283px;
	z-index: 4;
	border: none;
	left: 0px;
	top: 25px;
	padding: 0px 0px 0px 0px;
}


/***********************************************/
/* Frontnavigation                             */
/***********************************************/ 


#navigation {
	width: 200px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 5;
	font-size: 15px;
	line-height: 20px;
	left: 297px;
	top: -65px;

}

#navigation a{
	color:#999933;
	background-color: inherit;	
}

#navigation a:hover{
	color:#FF9900;
	background-color: inherit;	
}



/***********************************************/
/* Aktuell                                     */
/***********************************************/

#aktuell {
	visibility: visible;
	width: 75%;
	position: relative;
	margin-top: 50px;
	margin-left: 13px;
	padding: 0px 0px 0px 0px;
	z-index: 1;
	font-size: 17px;
	font-style: italic;
	color: #FFFFFF;
	background-color: inherit;
	
	}
	
#aktuell a{
	color: #FFFFFF;
	background-color: inherit;
	}
	
#aktuell a:hover{
	color: #FF9900;
	background-color: inherit;
	}


/***********************************************/
/* Slogan                                      */
/***********************************************/ 

#slogan {
	visibility: visible;
	width: 70%;
	position: relative;
	margin-top: 50px;
	margin-left: 155px;
	padding: 0px 0px 0px 0px;
	z-index: 2;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #999933;
	background-color: inherit;
		
	}


 

