#main {
	background-image: url(../img/struktur/bg_main_threecols.gif);
}
#contentcol {
	float: left;
	width: 383px;
}
#rightcol {
	float: right;
	width: 267px;
	text-align: center;
}
ul#submenu {
	margin: 0 37px 0 27px;
	padding: 0;
	list-style-type: none;
}
ul#submenu li {
	margin: 0;
	padding: 3px 0;
	text-align: center;
	border-bottom: 2px solid #E7E7EB;
	text-transform: uppercase;
	text-align: center;
}
ul#submenu li.last {
	border-bottom: 0;
}
ul#submenu a {
	color: #939696;
	text-decoration: none;
}
ul#submenu a:hover, ul#submenu li.active a {
	color: #B3B539;
	text-decoration: none;
	background: none;
}

