/*
MET Business-Akademie GmbH
Standard-CSS
Author: (c) 2009 www.interact-media.de
*/


/* ############################# STANDARD SETTINGS ############################# */

img
{
    border: none;
}

a, a:visited, a:active
{
    color: rgb(10,111,181);
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

h1
{
    font: normal 18px "Times New Roman", Times, serif;
    text-transform: uppercase;
    margin-top: 0px;
    color: rgb(10,111,181);
}

label
{
    float: left;
    width: 200px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}


/* ############################# CONTAINER SETTINGS ############################# */

#navigation a, #navigation a:visited, #navigation a:active
{
    color: #666;
    text-decoration: none;
}

#navigation a:hover
{
    color: rgb(10,111,181);
    text-decoration: none;
}

label.spacing
{
    float: left;
    width: 200px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}