@CHARSET "ISO-8859-1";

#header {
	background-image: url(../images/entwurf2_01.png);
}

#navigation {
	background-color: #e9eae5;
}

#footer {
	background-color: #e9eae5;
}

#rightContent {
	border-left-color: #000;
	border-left-style: solid;
	border-left-size: 1px;
}
/* navigation */
.nav_item {
	background-color: none;
}
.nav_item_hover {
	background-color: #fff;
}
/* subnavigation */
ul.menu li ul{
	background-image: url(../images/subnav_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:12px;
}
div.subnav_container {
	background-color: #fff;
}

