@charset "utf-8";

body {
	background-color: #eaf1ec;
	background-position: center;
	font-family:Arial, Helvetica, sans-serif;
	
}
.grundtabellen {
 width:970px;
 border:0px;
}
td {
	font-size:12px;
	vertical-align:top;
}
img{
border:none;
}
h1 {
font-size:14px;
color:#2d7749;
}
h2 {
font-size:12px;
}

.bgtable {
 border-left:1px solid #2d7749;
 border-right:1px solid #2d7749;
 border-bottom:1px solid #2d7749;
}
.toptable {
 border-left:1px solid #2d7749;
 border-right:1px solid #2d7749;
 border-top:1px solid #2d7749;
}

.bggruen{
	background-color: #2d7749;
}

.input_an {
	background-color: #FFD48E;
}
.gruen {
	color: #2d7749;
}


.bghellgruen {
	background-color: #eaf1ec;
}
.bgweiss {
	background-color: #ffffff;
}
.bglagerbild {
	background:#2d7749 url(../bilder/lager_paletten_in_folien.jpg);
	background-repeat: no-repeat;
}
.bildzelle {
	width:500px;
	height:208px;
}

.slogan {
	padding:20px;
}

.laenge1 {
width:320px;
}

.weiss {
color:#FFFFFF
}

.alignbottom {
vertical-align:bottom;
}
.padding10{
padding:10px;
}

.marginru10 {
margin: 0px 10px 10px 0px
}

.marginlu10 {
margin: 0px 0px 10px 10px
}

/* Navigationen */
#navigationoben {
	margin-left:5px;
}
#navigationoben, #navigationoben a,#navigationoben a:visited {
	text-decoration:none;
	color:#2d7749;
	/*color:#ffffff;*/
}

#navigationoben a .current,#navigationoben a:hover {
	text-decoration:none;
	color:#000000;
	
}
#navigationoben a.current {
	font-weight:bold;
}


.navigation1{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.navigation1 ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #2d7749;
border-bottom:none;
border-width: 1px 0;
background:  url(../bilder/indentbg.png) center center repeat-x;
}

.navigation1 ul li{
display: inline;

}

.navigation1 ul li a{
float: left;
color: white; /*text color*/
padding: 5px 7px;
text-decoration: none;
border-right: 1px solid #2d7749; /* divider between menu items*/
height:31px;
}

.navigation1 ul li a:visited{
color: white;
}

.navigation1 ul li a:hover, .navigation1 ul li .current{
color: #2d7749 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../bilder/indentbg2.gif) center center repeat-x;
}

ul#navigation2{
list-style-type:none;
margin-left:0;
padding-left:0;
margin-top:15px;
}
ul#navigation2 li{
margin-bottom:0.2em;
}
ul#navigation2 li a{
background-color:#ffffff;
color:#2d7749;
display:block;
padding:0.4em;
width:223px;
text-decoration:none;
font-weight:bold;
}
ul#navigation2 li a:hover, ul#navigation2 li a.current{
/*background: black url(../bilder/indentbg2.gif) center center repeat-x;*/
background-color:#377A49;
color:white;
text-decoration:none;
}
ul#navigation2 li a.current{
font-weight:bold;
color:white;
}
