h1, .headline_1{
    color: #F41E38;
    font-size:20px;
    margin-top:0px;
    margin-bottom:5px;
}
h2{
    color: #F41E38;
    font-size:16px;
    margin-top:0px;
}
h3{
    color: #000;
    font-size:12px;
    font-weight:bold;
    margin:0;
}
hr{
    width:100%;
    height:2px;
    border:0;
    color:#d2d2d2;
    background-color:#d2d2d2;
}
.sidebar hr{
    width:100%;
    height:2px;
    border:0;
    color:#727272;
    background-color:#727272;
    border-top:1px solid #323232;
}
.sidebar .jobs hr{
    height:1px;
}

.sidebar .jobs h1{
    color:#000;
    font-size:14px;
    margin:0;
    font-weight:bold;
}

.sidebar .jobs h4{
    color:#333;
    font-size:11px;
    margin:0;
    font-weight:normal;
}

.sidebar .jobs p{
    color:#000;
    font-size:12px;
    font-weight:bold;
    margin:0;
}

a:link,a:visited{
    color:#f00;
    text-decoration:none;
}
a:active,a:hover{
    color:#f00;
    text-decoration:underline;
}

.header{
    background-color:#ed1b24;
    background:url(images/header.jpg) top left no-repeat;
    height:98px;
    margin-top:2px;
}

.navi{
    background:url(images/nav_bg.jpg) top left repeat-x;
    height:33px;
    font-size:12px;
}
input.button_as_link{
    background:none;
    background-color:#fff;
    border:none;
    color:#F00000;
    font-weight:bold;
    cursor:pointer;
}
a.no_decoration{
   text-decoration:none;
}

span.search_highlight{
    color:#C80000;
    font-weight:bold;
    /*text-decoration:underline;*/
}

div.contentbox{
   clear:both;
}