@charset "UTF-8";



/*	Gartenbau Stefan Lüdenbach
	Projekt: August/September 2008
	Marketing Werkstatt "www.erfolg-mit-marketing.de
*/

html {
	height: 100.1px;
}

body {
	text-align: center; /* für IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 120%;
}

*{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	line-height: 140%;
}

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

h1 {
	color: #CC0000;
	font-size: 0.65em;
	margin-bottom: 10px;
	line-height: 120%;
	font-weight: bold;
}

h2 {
	font-size: 0.6em;
	color: #333333;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 120%;
}

h3 {
	font-size: 0.5em;
	color: #990000;
	font-weight: normal;
	line-height: 140%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #666666;
	background-color: #EAD590;
	line-height: 140%;
}

div#wrapper {
	background-color: #FFF8C9;
	width: 820px;
	text-align: left;
	position: static;
	padding-top: 20px;
	padding-right: 20px;
	margin: 10px auto;
}
div#navigation {
	height: 80px;
	width: 680px;
	position: static;
	background-repeat: no-repeat;
}
#navigation {
	background-color: #EAD590;
	padding-left: 0px;
}
#navigation  a {
	color: #CC0000;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	line-height: 120px;
}
#navigation  ul {
	list-style-type: none;
}
#navigation  li {
	font-size: 0.5em;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
	overflow: hidden;
}
#navigation  a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

div#logotext {
	background-color: #FFF8C9;
	width: 140px;
	height: 480px;
	float: left;
}

div#menue {
}

#menue {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#menue a {
	text-decoration: underline;
	color: #999999;
}

#menue ul {
	list-style-type: none;
}

#menue li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	line-height: 120%;
	text-decoration: none;
	list-style-position: inside;
	background-repeat: no-repeat;
	text-align: left;
	list-style-type: square;
	color: #999999;
}

#menue a:hover {
	font-weight: bold;
	color: #666666;
}

div#weihnachtsmenue {
}

#weihnachtsmenue {
	padding-bottom: 20px;
	padding-left: 15px;
	padding-top: 20px;
}

#weihnachtsmenue a {
	text-decoration: underline;
	color: #999999;
}

#weihnachtsmenue ul {
	list-style-type: none;
}

#weihnachtsmenue li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	line-height: 120%;
	list-style-position: inside;
	list-style-type: square;
	color: #999999;
}

#weihnachtsmenue a:hover {
	font-weight: bold;
	color: #666666;
}

div#maincontent {
	background-color: #ead590;
	width: 390px;
	height: 440px;
	padding: 20px;
	float: right;
	overflow: auto;
}


div#images {
	height: 480px;
	width: 250px;
	float: left;
}

div#footer {
	background-color: #FFF8C9;
	height: 30px;
	width: 820px;
	left: 30px;
	clear: both;
}

.footerp {
	font-size: 0.5em;
	color: #999999;
	text-align: right;
	line-height: 120%;
	right: 20px;
}

.footera {
	text-decoration: none;
	line-height: 250%;
}

