#pr_suche {			float:left;
					width:210px;
					height:30px;
					background:url(/pressebox/pix/bg_suche.gif) no-repeat;
					border-bottom: 1px solid #ffffff;
					padding:0;
					margin:0;
					}

/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
font-family: arial, sans-serif; 
font-size: 12px;
width:950px; 
margin:0 0 0 0; 
padding:0 0 0 210px;
color:#fff;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
color:#fff;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 166px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:185px;
height:31px; 
color:#fff; 
text-indent:-20px;
border:none;
background:none; 
line-height:20px; 
font-weight: bold;
background: url(pix/pressebox_button_off.gif);
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
background: #f6f6f6;
border: 1px solid #bbbbbb;
padding:2px;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
height:31px;
line-height:30px; 
text-indent:-20px;
text-align: center;
font-weight: bold;
background: url(pix/pressebox_button_on.gif);
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:32px; 
left:0; 
width:162px;
background: #f6f6f6;
border: 1px solid #bbbbbb;
color:black;
font-weight:bold;
text-indent:10px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#f6f6f6; 
color:#003366;
width:162px;
text-align: left;
text-indent:20px;
line-height:16px;
height:18px;
font-weight: normal;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#f6f6f6; 
color:#ff0000;
font-weight: normal;
}
