/*** NULL ***/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,hr
{ 
    margin: 0; 
    padding: 0; 
}

/*** BASICS ***/
html, body
{
    height: 100%;
}

body
{
    background: #ffffff;
    color: #333333;
    font-size: 0.8em;
}

body, select, input, textarea
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

a
{
    color: #333333;
    text-decoration: underline;
}

a:visited
{
    color: #333333;
}

table, address, select, input, textarea
{
    font-size: 1em;
}

/*** COMMON ***/
.hidden
{
    display: none;
}


.noPrint
{
    display: none;
}


hr
{
    border: 0;
    height: 1px;
    color: #333333;
    background: #333333;
    margin: 0.5em 0;
}

.header .url
{
    text-align: right;
    margin-top: 0.5em;
}
        
.header .lang
{
    display: none;
}

.footer
{
    text-align: right;   
}
        
/*** WYSIWYG ***/
.wsw
{
    font-size: 1em;
    line-height: 1.3em;
}

    .wsw ul
    {
        margin-left: 1.8em;   
        margin-bottom: 0.5em; 
    }
    
        .wsw ul li
        {
            list-style: none;
            /*padding-left: 1em;*/
            list-style-image: url('../img/layout/list_bullet.png');
        }
        
    .wsw hr
    {
        height: 2px;
        border: none;
        border-bottom: 2px dotted #BCBDBF;
        margin: 0 0 12px 0;
        background: transparent;
        color: #ffffff;
        
        
    }
    
    .wsw p
    {
        margin-bottom: 1em;
    }

    .wsw blockquote
    {
        padding: 0 2em 1em 2em;
        font-style: italic;
    }
    
        .wsw blockquote p
        {
            margin-bottom: 0;
        }

    .wsw h3
    {
        font-size: 1.1em;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        font-weight: normal;
        margin-bottom: 1em;
        color: #ED008C;
    }
    
    .wsw h4,
    .wsw h5,
    .wsw h6
    {
        font-size: 1em;
        font-weight: bold;
        color: #000000;
    }

    .wsw img
    {
        margin: 0.5em 0.2em;
        border: none;
    }
    
    .wsw a img
    {
        border: none;
    }

h1.title,
.wsw h1,
.wsw h2
{
    font-size: 1.1em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4b4b4b;
    
    margin: 12px 0;
}

h2.career
{
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: normal;
    margin-bottom: 1em;
}

span.half
{
    color: #ED008C;
}
