body{
	font-family: Arial;
	color: #AA122B;
	background-image: url(../img/bg_menu.gif);
}
td{
	font-size	: 14px;
}
a {
	color: #AA122B;
	text-decoration: none;
}
a:visited {
	color: #AA122B;
	text-decoration: none;
}
a:hover {
	color: #AA122B;
}
#menu_main {
	background-color: #FCF3D5;
	width: 185px;
}
#menu_top {
	background-color: #DDA322;
	width: 183px;
	height: 114px;
	background-image: url(../img/bg_menu_top.gif);
}
#menu_top_logo{
	position:absolute;
	left:40px;
	top:35px;
	width: 128px;
	height: 40px;
	background-image: url(../img/logo_klein.gif);
	background-repeat: no-repeat;
	z-index:10;
}
#menu_menu_bg {
	background-color: #E9C91E;
	padding-top: 55px;
	padding-left: 45px;
	width: 183px;
	background-image: url(../img/bg_menu.gif);
}
#menu_rode_bal {
	position:absolute;
	left:0px;
	top:64px;
    background-image: url(../img/rode_bal.gif);
	background-repeat: no-repeat;
	width: 64px;
	height: 123px;
	z-index:0;
}
#menu_line {
	position:absolute;
	left:62px;
	top:114px;
	width: 185px;
	height: 2px;
	background-image: url(../img/context_back.gif);
	background-repeat: repeat-x;
}
#home{
	position:absolute;
	left:45px;
	z-index:1;
}

/* menu items */

.menutitle{
	font-family				: Arial;
	font-weight				: bold;
	cursor					: pointer;
	font-size				: 14px;
	font-variant: small-caps;
	padding-top: 15px;
}
.menutitlesub{
	font-family: Arial;
	cursor					:pointer;
	font-weight				:bold;
	font-size				:10px;
}

.item{
	font-family: Arial;
	cursor					:pointer;
	color					:#FFFFFF;
	width					:148px;
	font-size				:10px;

}

