#menu_container {
	position:fixed;
	height:40px;
	width: 100%;
	z-index:100;
	left:0;
	top:0px;
}
#main_menu {
	width:980px;
	height:40px;	
	text-align:left;
	border:1px solid #273e96;
	background-color:#3e529c;
	background:-moz-linear-gradient(top, #374b95, #5b6fbb); 
	background:-webkit-gradient(linear, left top, left bottom, from(#374b95), to(#5b6fbb)); 
	background:-webkit-linear-gradient(top, #374b95, #5b6fbb);
	background:-o-linear-gradient(top, #374b95, #5b6fbb); 
	background:-ms-linear-gradient(top, #374b95, #5b6fbb);
	background:linear-gradient(top, #374b95, #5b6fbb);
	-moz-box-shadow: 0px 2px 7px #000;
	-webkit-box-shadow: 0px 2px 7px #000;
	box-shadow: 0px 2px 7px #000; 
}
.main_menu_table {
	width:100%;
	height:100%;
}
.main_menu_table td {
	padding:0px 10px 0px 10px;
	border-bottom:3px solid #394d97;
	letter-spacing:3px;
	text-transform:lowercase;
	/*text-shadow: -1px -1px 0px #293c85, 1px 1px 0px #697fcd;
     Schatten #1 Versatz links - Versatz oben - Unschärfe (Blur) - Farbe,
    Schatten #2 Versatz links - Versatz oben - Unschärfe (Blur) - Farbe */
}

.trenner {
	background-image:url(../img/trenner_links.gif);
	background-position:left;
	background-repeat:repeat-y;
}
.item {
	width:135px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#cad5fe;
	background-image:url(../img/trenner_klein.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.item:hover {
	border-bottom:3px solid #cad5fe;
	cursor:pointer;
}
.main_menu_table a {
	color:#cad5fe;
	text-decoration:none;
	display:block;
	padding:5px 6px 5px 6px;
	}
.search {
	vertical-align:use-script;
	font-size:13px;
	font-weight:bold;
	color:#cad5fe;
	width:210px;
}
.search input {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:0 5px 0 30px;
	border:2px solid #3a4e98;
	background-color:#7689ca;
	height:22px;
	width:130px;
	color:#fff;
	-moz-box-shadow: inset 0px 0px 4px #000;
	-webkit-box-shadow: inset 0px 0px 4px #000;
	box-shadow: inner 0px 0px 4px #000;
	font-weight:bold;
	background-image:url(../img/search.png);
	background-position:left;
	background-repeat:no-repeat;
}
