﻿/*****************************************************Allgemeines*************************************************/
body , td, div
{
    font-family:Arial;
    line-height:16px;
}

input
{
    font-size:12px;
}

/*****************************************************MenuLeft*************************************************/

#menuLeft .top 
{
    font-size:11px;
    color:White;
    text-decoration:none;
}

#menuLeft .top a
{
    font-size:12px;
    color:White;
    text-decoration:none;
}

#menuLeft .top a:hover
{
    text-decoration:underline;
}

#menuLeft
{
    font-size:12px;
    color:White;
}

#menuLeft .menu
{
    font-size:12px;
    color:White;
}

#menuLeft .menu a
{
    color:White;
}

/*****************************************************ContentBereich*************************************************/

#content .language 
{
    font-size:14px;
    color:#014A8E;
    text-decoration:none;
    height:20px;
}

#content .language a
{
    font-size:14px;
    color:#014A8E;
    text-decoration:none;
}

#content .page
{
    font-size:12px;
}

#content .title
{
    font-size:15px;
    font-weight:bold;
}

#content h1
{
    font-size:14px;
}

#content table td
{
    font-size:12px;
    line-height:16px;
}