body {
	margin: 0px;
	padding: 0px;
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 		13px;
	color:			#000000;
	background-color: #fff;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}

table {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 		13px;
	color:			#000000;
}

#menuBox {
	padding-top: 6px;
	width: 170px;
	border-top: 1px solid #add6cd; /* bug im firefox; */
	position: relative;
	top: -3px;

}
.menuEntry {
	padding: 5px 10px 5px 15px;
	border-bottom	: 1px solid #000;
}
.menuEntrySelected {
	font-weight: bold;
	padding: 5px 10px 5px 15px;
	border-bottom	: 1px solid #000;
}
.menuEntrySub {
	padding: 5px 10px 5px 30px;
	border-bottom	: 1px solid #000;
}
.menuEntrySubSelected {
	font-weight: bold;
	padding: 5px 10px 5px 30px;
	border-bottom	: 1px solid #000;
	
}

#contentBox {
	position: absolute;
	top: 148px;
	left: 170px;
	width: 619px;
}
#content {
	border-top: 1px solid #add6cd; /* bug im firefox */
	border-left: 1px solid #4ba79a;
	padding-left: 20px;


}
#contentFootSpacer {
	width: 610px;
	height: 10px;
}
#contentFooter {
	border-top: 1px solid #4ba79a;
	width: 610px;
	margin-left: 20px;
	padding-top: 4px;
	font-size: 10px;
}

/*
--------------------------------------------
blöcke
--------------------------------------------
*/
.verlauf_gruen {
	background-image: url('img/gruen_metall_weiss.gif');
	background-repeat: no-repeat;
}
.verlauf_blau {
	background-image: url('img/blau_metall_weis.gif');
	background-repeat: no-repeat;
}
.verlauf_lila {
	background-image: url('img/lila_metall_weiss.gif');
	background-repeat: no-repeat;
}

/*
--------------------------------------------
produkte
--------------------------------------------
*/
.headline {
	font-weight: bold;
}

.tableGreen {
	width: 100%;
	/* border-collapse: collapse; */
	border: 1px solid #000;
}

.tableGreen td,th {
	border: 1px solid #ccc;
}
.tableGreen th {
	background-color: #a6ccb4;
	text-align: left;
}



#langBox {
	position: absolute;
	top: 15px;
	left: 700px;
	width: 100px;
}

