/* CSS Document */
#centered {
/*	background-color:#CCFFFF;*/
}

#menu {
	background-color:#50a126;
	padding-left:0;
}

#menu a {
	color:#FFFFFF;
	font-weight:bold;
}

#submenu2{
	background-color:#93da6e;
	padding-left:0;
}

#submenu2 ul {
	
}

#submenu2 a {
	color:#FFFFFF;
	font-weight:bold;
}


#right {
	background-color:#FEF4E0;
	border:#5d3f0b 1px solid;
	
	margin-right:1px;
}

.box1 {
	/*background-color:#dcecc3;*/
	background-color: #fef4e0;
	border: #50a126 1px solid;
	padding:2ex 1ex;
	margin-bottom:25px;
}

.box2 {
	background-image:url(../images/schatten.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin-right:20px;
}


.shiftcontainer{
	/*position: relative;*/
	left: 10px; /*Number should match -left shadow depth below*/
	top: 10px; /*Number should match -top shadow depth below*/
}

#content .shiftcontainer{
	padding-bottom:20px;
}

.shadowcontainer{
	/*width: 570px;  container width*/
	background: transparent url(../images/schatten.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
	/* Add container height here if desired */
	background-color: #ffffff;
	border: #d3e8c9 1px solid; /* dunkel */

	/*position: relative;*/
	left: -10px; /*shadow depth*/
	top: -10px; /*shadow depth*/
}

#content .shadowcontainer .innerdiv {
	padding: 6px;
/*	border-top: 1px solid #5d4518;
	border-left: 1px solid #5d4518;
	border-bottom: 1px solid #5d4518;
	border-right: 1px solid #5d4518;*/
	
	border: #50a126 1px solid;
	
	background-color: #fef4e0;
}

#content .shadowcontainer .innerdiv * {
	/*color:#5d4518;*/
	color: #000000;
}

#content .shadowcontainer .innerdiv h2 {
	color: #50a126;
}

#content .shadowcontainer .innerdiv a {
	color:#50a126;
}

#content .shadowcontainer .innerdiv img {
	margin-left:1ex;
}

#right {
/*	border-top: 1px solid #5d4518;
	border-left: 1px solid #5d4518;
	border-bottom: 1px solid #5d4518;
	border-right: 1px solid #5d4518;*/
}

.box3 {
	color:#000000;
	background-color: #fef4e0;
}

.box3 h3 {
	margin-top:0;
	padding-top:10px;
	margin-bottom:0;
	color: #50a126;
}

h2 {
	color: #50a126;
}