﻿/*--------------------------------------------------------------------
Unia Overlay
Quatico Solutions AG 2011 // www.quatico.com
---------------------------------------------------------------------- */


/*-----------------------------------------
    General Styles
-----------------------------------------*/
body
{
    font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
}

a
{
    color: #EC0404;
    text-decoration: none;
}

a:hover
{
    color: #FC5454;
    text-decoration: none;
}

h1
{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}

h2
{
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

h3
{
    font-size: 11px;
    font-weight: bold;
}

hr
{
    border: none;
    border-top: 1px solid #949494;
}

ul
{
    margin-left: 10px;
    padding-left: 10px;
}

ul li
{
    list-style-type: square;
    margin: 0 0 0 0;
    padding: 0;
}

.rootline {
    border-bottom: 1px solid #949494;
    color: #949494;
    font-size: 10px;
    height: auto !important;
    margin: 0 0 10px;
    width: 100%;
}


/*-----------------------------------------
    LanguageSelector
-----------------------------------------*/
#metanavigation
{
    display: inline;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 10px 0 0;
    width: 320px;
}

#metanavigation a
{
    color: black;
    text-decoration: none;
}

#metanavigation ul
{
    margin: 0;
    padding: 0;
}

#metanavigation li
{
    border-left: 1px solid;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 5px;
}

#metanavigation ul.language
{
    clear: left;
    margin-top: 0 !important;
    padding-top: 5px !important;
}

#metanavigation li.first
{
    border: medium none;
    padding: 0 5px 0 0;
}

#metanavigation li.cur
{
    font-weight: bold;
}

/*-----------------------------------------
    Header
-----------------------------------------*/
#slogan
{
    vertical-align: bottom;
}

/*-----------------------------------------
    Footer
-----------------------------------------*/
.footer
{
    margin: 10px 0 0;
}

.footer A
{
    color: black;
}

.footer A:hover
{
    color: black;
}
