* {
	padding:0;
	margin:0;
}

img {
	border:0;
}

body {
	font-size:100.001%;
	background-color:white;
	background-image:url(images/bg_head.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica Verdana;
	margin:0;
}

h1 {
	font-size:1.5em;
	color:#157c33;
	margin-bottom:.5em;
}

h2 {
	font-size:1.2em;
	margin-top:2em;
	color:#157c33;
	margin-bottom:.5em;
}

address {
	font-size:1.5em;
	color:#157c33;
	margin-top:.3em;
	font-style:normal;
}

p {
	margin-bottom:1em;
}


	
/* ##################################### Stylesheet für das Layout ##################################### */
#container {
	width:977px;
	margin:0 auto;
	margin-bottom:3em;
}

#head {
	height:212px;
	position:relative;
}

#slideshow {
	position:relative;
	height:290px;
	background-color:#e5f4e5;
	background-image:url(images/bg_bilderrahmen.jpg);
	background-repeat:no-repeat;
}

#bilder {
	width:416px;
	height:205px;
	position:absolute;
	top:45px;
	left:37px;
}

#anwendung {
	position:absolute;
	top:22px;
	left:550px;
	width:auto;
	padding:1em;
	color:green;
	letter-spacing:1px;
}

#plan {
	float:right;
	margin-left:20px;
}

#navigation {
	position:absolute;
	left:170px;
	bottom:25px;
}

#navigation li {
	display:inline;
	padding-right:.4em;
	text-transform:uppercase;
	font-family:Arial, Helvetica Verdana;
}

#navigation a,navigation a:visited {
	font-size:.9em;
	letter-spacing:1px;
	text-decoration:none;
	color:white;
	font-family:Arial, Helvetica Verdana;
}

#navigation a:hover {
	text-decoration:underline;
	color:white;
}

#subnavi {
	position:absolute;
	right:60px;
	top:25px;
}

#subnavi ul {
	width:auto;
}

#subnavi li {
	list-style-type:none;
	display:inline;
	margin:0;
}

#subnavi a,#subnavi a:visited,#subnavi a:active {
	color:green;
	font-size:.8em;
	text-decoration:none;
	margin-right:1em;
}

#subnavi a:hover {
	text-decoration:underline;
}

#content {
	background-color:#cfe6cf;
	padding:3em;
	line-height:1.5em;
	overflow:hidden;
}

#content ul {
	margin-left:3em;
}

#anwendung ul {
	margin-left:1em;
	margin-top:1em;
	line-height:1.5em;
}

#anwendung p {
	margin:0;
	margin-top:1.5em;
}


	
/* ##################################### Klassen ##################################### */
.lieferung {
	font-size:.8em;
	line-height:1.2em;
}

.impressum {
	font-size:.7em;
}

.right {
	float:right;
	margin-left:1em;
}