body, table, td, p {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

body{
    background: url(../bilder/hintergrund.png) repeat-x #004B87 top left;
    text-align: center;
    height: 100%;
}

#container{
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 779px;
}

#logocontainer{
    background: url(../bilder/verlauf_oben.jpg) no-repeat;
    text-align: center;
    height: 146px;
    position: relative;
}

#apfel{
    background: url(../bilder/apfel.png) no-repeat;
    width: 125px;
    height: 122px;
    position: absolute;
    top: 74px;
    left: 656px;
    z-index: 1000;
}

#apfel1{
    position: absolute;
    top: 74px;
    left: 623px;
    background: url(../bilder/apfel1.jpg) no-repeat;
    width: 173px;
    height: 63px;
    z-index: 1000;
}

#apfel2{
    position: absolute;
    top: 137px;
    left: 718px;
    background: url(../bilder/apfel2.jpg) no-repeat;
    width: 76px;
    height: 62px;
    z-index: 1000;
}


#seitencontainer{
    background: url(../bilder/seitenhintergrund.png) repeat-y;
    height: 1%;
}

.seitenpadding{
    padding: 20px 60px 0px 30px;
}

#rasen{
    background: url(../bilder/rasen.png) no-repeat;
    height: 122px;
    width: 779px;
    position: absolute;
    top: 26px;
    z-index: 2;
}

#footer{
    position: relative;
    width: 779px;
    height: 29px;
    background: url(../bilder/footer.png) no-repeat center;
   
}

#logo{
    position: relative;
    top: 23px;
    left: -6px;
    display: none;
}

#navigation{
    position: relative;
    float: left;
    width: 120px;
}

#inhalt{
    line-height: 1.5em;
    position: relative;
    float: left;
    width: 400px;
    display: inline;
}

#inhaltspadding{
    padding-right: 20px;
}

#rechts{
    position: relative;
    float: left;
    width: 150px;
}

#rechts strong{
    color: #004B87;
}

.bild{
    padding: 5px;
    border: 1px solid #cecece;
    background: white;
}

.produkt{
    position: relative;
}
.balken{
    margin: 10px 0px 10px;
}

.liste{
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.liste li{
background: url(../bilder/balken.gif) no-repeat;
padding-top: 18px;
margin-top: 10px;
}

h1{
    margin-top: 0;
    font-size: 16px;
    color: #004B87;
}

h2{
    font-size: 16px;
}

h3{
     margin: 0;
    font-size: 13px;
    color: #004B87;
}  

a {
	color: #459629;
	text-decoration: none;
}

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

a img{
	border: none;
}	

form { 
	display:inline
}


.rahmen {
	border: 1px solid black;
}

.datum {
	font-size: 10px;
	color: #808080;
}

.floatleft {
	float: left;
	margin-right: 10px;
	display: inline;
}

.floatright {
	float: right;
	margin-left: 10px;
	display: inline;
}

/* Kontaktformular */
.ausfuellen{
	border: 1px solid red ;
}

form label{
	cursor: pointer;
	cursor: hand;
}

form label.required {
  color: red;
}

form label.completed {
  color: black;
}

.formmailerror{
	border: 1px solid #E7DBC6;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

label{
    position: relative;
	width: 170px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.maerkte label{
    position: relative;
	width: 110px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.kontakt {
    position: relative;
	width: 200px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.clearleft{
	clear: left;
}
/* Ende Kontakt */

/* Bildergalerie */
div.galerie{
    margin-bottom: 20px;
}

div.galerie div{
    float: left;
    width: 120px;
}

div.galerie img{
    border: 1px solid #808080;
    padding: 5px;
	
}


dl.galerie
{
	border: 1px solid #808080;
	width: 110px;
	height: 110px;
	text-align: center;
	padding: 5px;
	padding-bottom: 15px;
	float: left;
	position: relative;
	margin-right: 1em;
	margin-bottom: 1em;
	background: #E9E9E9;
}

 dl.galerie:hover
{
	border: 1px solid black;
	background: #808080;
}

.galerie dt {
    font-weight: bold;
}

.galerie dt img
{
	border: 1px solid #000;
}

.galerie dd
{
	margin: 0;
	padding: 0;
}
/* Ende Bildergalerie */
