 /* common styling */
 /* Set up the default font and ovrall size to include image */
.menu {
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
width:602px;
height:27px;
font-weight:bold;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0;
margin:0;
list-style-type: none;
font-weight:bold;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
font-weight:bold;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
        display:block;
        text-decoration:none;
        color:#000;
        width:83px;
        height:1.5em;
        font-weight:bold;
        color:#FFF;
        font-weight:bold;
        line-height:1.5em;
        padding-top: 4px;
        padding-left:6px;
        padding-right: 6px;
        padding-bottom: 5px;
        text-align: center;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
font-weight:bold;
width:81px;
w\idth:81px;
}
/* hide the drop down menu */
.menu ul li ul {
font-weight:bold;
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
font-weight:bold;
margin:-1px;
border-collapse:collapse;
font-size:1em;
}
/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */
/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#FFF;
        background-image: url(images/orangeback.gif);
        background-repeat: no-repeat;
        background-position: center top;
        font-weight:bold;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block;
position:absolute;
top:1.0em;
margin-top:13px;
font-weight:bold;
left:0;
width:170px;
border:1px solid #888;
border-top:0;
background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
        display:block;
        background:transparent url(images/opaque.png);
        color:#000;
        border:0;
        margin:0;
        color:#333;
        font-weight:bold;
        font-size:0.9em;
        height:auto;
        line-height:1em;
        padding:5px;
        width:170px;
        text-align: left;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#888;
color:#fff;
}
/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:13px; /* for IE5.5 faulty box model */
marg\in-top:13px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:180px; /* for IE5.5 faulty box model */
w\idth:180px; /* for IE6 */
}
.aktiv{
color:#FFF;
        background-image: url(../images/navigation/orangeback.gif);
        background-repeat: no-repeat;
        background-position: center top;
}
.rechts15px {
        padding-right: 15px;
}


.hotjob {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height:16px;
        padding-right: 2px;
        padding-left: 0px;
        padding-bottom: 3px;
        padding-top: 3px;
        background: #fae699;
}


/*
.hotjobs {
        border-collapse:collapse;
        border:1px solid #ead689;
        line-height:20px;
}
.hotjobs th {
        background: #ead689;

}
.hotjobs td {


        background-color: #F5F5F5;
}

*/



.hotjobunten {
         border-bottom:5px solid #d9241d;

}

