﻿/* defaults */
body
{
    margin: 0;
    padding: 0;
    font-family: Arial, helvetica, Sans-Serif;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    font-style: normal;
}
h1
{
    font-size: 1.5em;
}
h2
{
    font-size: 1.4em;
}
h3
{
    font-size: 1.3em;
}
h4
{
    font-size: 1.2em;
    padding-bottom: 10px;
    padding-top: 10px;
}
h5
{
    font-size: 1.1em;
}
h6
{
    font-size: 1.0em;
}

#wrapper
{
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix
{
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* close commented backslash hack */

#jobNav
{
    padding-top: 20px;
}
a.Apply, a.Back
{
    margin-left: 15px;
}

#isocab
{
    position: relative;
    float: left;
    width: 350px;
}
#thyssenkrupp
{
    float: left;
    position: relative;
    width: 740px;
}

#isocab h2.jlTitle, #thyssenkrupp h2.jlTitle
{
    padding: 0 0 10px;
    margin: 5px 0;
    border-style: none;
}
#isocab h2.jlTitle a, #thyssenkrupp h2.jlTitle a
{
    display: block;
    color: #E1E3E5;
    background-color: #003466;
    padding: 5px 10px;
}
#isocab h2.jlTitle a:hover, #thyssenkrupp h2.jlTitle a:hover
{
    background-color: #E0E0E0;
    color: #000000;
    text-decoration: none;
}

div#navService a:hover
{
    color: #003466;
}
div#navGlobal ul li a.NavMain
{
    display: block;
    padding: 0 10px;
}
div#navGlobal ul li a.NavMain:hover
{
    background-color: #E0E0E0;
    color: #000000;
}

