/**
 * CSS Style -> obere Navigation
 * @author henning <leutz@egotec.com>
 */

#menu_table {
	position	: absolute;
	top			: 148px;
	left		: 0px;
	z-index		: 4;
	width		: 940px;
}

.menu_title {
	margin-bottom	: 1px;
}

* html .menu_title {
	position	: relative;
	bottom		: 2px;
}

#start_id a:link,
#start_id a:visited,
#start_id a:active,
#menu_table a:link,
#menu_table a:visited,
#menu_table a:active,
#menu_table .m_point {
	font-family	: VERDANA,ARIAL,HELVETICA;
	font-size	: 12px;
	color		: rgb(200,200,220);
	text-decoration	: none;
	line-height	: 21px;
}

#start_id a:hover,
#menu_table a:hover,
#menu_table a.m_act:link,
#menu_table a.m_act:visited,
#menu_table a.m_act:active,
#menu_table a.m_act:hover,
#menu_table .m_point_act {
	font-family	: VERDANA,ARIAL,HELVETICA;
	font-size	: 12px;
	color		: rgb(255,255,255);
	text-decoration	: none;
	line-height	: 21px;
}

#menu_table select {
	font-size	: 10px;
	border	: 1px solid rgb(255,255,255);
	width	: 100px;
	height	: 12px;
}

/**
 * Search
 */
.search_pos_div {
	position	: relative;
	top			: -8px;
}

*html .search_pos_div {
	position	: relative;
	top			: 2px;
}

.search_elmpos_div {
	position	: absolute;;
	left		: 30px;
	top			: 0px;
	width		: 150px;
}

*html .search_elmpos_div {
	position	: absolute;
	left		: 30px;
	top			: 1px;
}

#searchPlacer {
	position	: relative;
	width		: 160px;
}

* html #searchPlacer {
	width		: 10px;
}

#menu_table .search_input {
	position	: absolute;
	top			: 0px;
	left		: 0px;
	font-size	: 10px;
	border		: 1px solid rgb(255,255,255);
	width		: 100px;
	height		: 12px;
	margin-left	: 20px;
	color		: rgb(245,245,255);
	background-color	: rgb(200,200,220);

}

#menu_table .go {
	position		: absolute;
	top				: 0px;
	left			: 100px;
	font-size		: 10px;
	border			: 1px solid rgb(255,255,255);
	width			: 40px;
	height			: 16px;
	cursor			: pointer;
	margin-right	: 20px;
	color			: rgb(245,245,255);
	background-color	: rgb(200,200,220);
}

.top_menu {
 	float	: left;
 	color	: #fff;
 	margin	: 5px 20px 5px 5px;
 	font-size	: 12px;
}

.title_s {
	position	: relative;
	bottom		: 6px;
}

.arrow {
	width			: 15px;
}

.place_holder {
	width		: 12px;
	font-size	: 1px;
}