.menu_table {
	border:solid #333333 1px;
	border-collapse:collapse;
	width:100%;
	background-color:#D9D9D9;
	background:url(../../../images/layout/menu_bg.gif) repeat-x;
	white-space:nowrap;
}

.menu_suche {
	border:solid #333333 1px;
	border-collapse:collapse;
	height:33px;
	font-size:12px;
	font-weight:bold;
	background-color:#D9D9D9;
	background:url(../../../images/layout/menu_bg.gif) repeat-x;
}

.menu_link {
	border:solid #333333 1px;
	border-collapse:collapse;
	width:11%;
	height:33px;
	cursor:pointer;
	text-align:center;
	background:url(../../../images/layout/menu_bg.gif) repeat-x #D3D3D3;
	background-color:#D3D3D3;
}

.menu_link_hover {
	border:solid #333333 1px;
	border-collapse:collapse;
	width:11%;
	height:33px;
	background-color:#A7A7A7;
	background-image:url(../../../images/layout/menu_bg_hover.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
	text-align:center;
	/*padding:solid white 1px;*/
}

.menu_link_active {
	border:solid #333333 1px;
	border-collapse:collapse;
	width:11%;
	height:33px;
	background:url(../../../images/layout/menu_activ_bg.gif) repeat-x;
	background-color:#B2CCFC;
	cursor:pointer;
	text-align:center;
}

.menu_border {
	border:solid white 1px;
	text-align:center;
}

.menu_linktext {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	color:#333333;
}

.menu_input {
	min-width:120px;
	background-color:#FFFFFF;
	border:solid #333333 1px;
	font-size:12px;
	color:#333333;
}

.button {
	position:relative;
	top:4px;
}
