﻿/*
    Colors used:
    Blue: #2B5775 (R43 G87 B117)
    
*/

body 
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 11px;
}

a
{
    color: #2B5775;
    text-decoration: none;
}

a.hover:hover
{
    text-decoration: underline;
}

p
{
    margin-top: 0px;
    margin-bottom: 15px;
}

h1
{
    font-family: Verdana;
    font-size: 30px;
    color: #2B5775;    
    margin-bottom: 10px;
    /*height: 60px;*/
}

h2
{
    font-family: Verdana;
    font-size: 24px;
    color: #2B5775;
    margin-bottom: 10px;
    /*height: 60px;*/
}

h3
{
    font-family: Verdana;
    font-size: 11px;    
    margin-bottom: 2px;
}

h1,h2,h3,h4,h5,h6
{
    margin-top: 0px;
}

#MainContainer
{
    width: 962px;
    margin: 0px auto;
}

/* For more Header css options see the Frontpage.css and DefaultContent.css files */
#Header a
{
    color: #80A9CE;
}
#Header #ServiceMenu
{
    margin-left: 260px;    
    font-family: Verdana;
    font-size: 11px;
}
#Header #ServiceMenu ul
{
    float: left;
    list-style-image: none;
    list-style-type: none;
    padding: 0px;        
    margin-top: 15px;    
}
#Header #ServiceMenu ul li
{
    float: left;
    margin-right: 15px;
}
#Header #ServiceMenu .SearchBox
{
    border: none;
    margin-top: 10px;
    padding-top: 4px;
    padding-left: 4px;
    height: 23px;
    width: 165px;
    color: #2B5775;
    font-family: Verdana;
    font-size: 11px;
    background: url(/Images/Box-sxgefelt.jpg) no-repeat top left;
}

#Header #TopMenu ul
{
    list-style-type: none;
    padding: 0px;    
    margin: 0px;    
}
#Header #TopMenu ul li
{    
    text-transform: uppercase;
    float: left;    
}
#Header #TopMenu ul li.selected a
{
    color: White;
}
#Header #TopMenu ul li span
{
    display: block;
}

.TopMenuTextPanel
{
    padding: 15px 15px 15px 30px;
    font-family: Verdana;
    font-size: 20px;
    text-transform: uppercase;
    color: #80A9CE;      
    /*height: 62px;*/
}

.LeftBoxArea
{
    float: left;
    width: 240px;    
}

.RightBoxArea
{
    float: left;
    width: 240px;    
}

#Content
{    
    float: left;
    width: 442px;
    min-height: 240px;
    height: auto !important;
    height: 240px;
    padding: 0px 20px;
    /*line-height: 1.3em;*/
}
#Content .ContentImage
{
    margin: 2px 0px 20px 0px;    
}
#Content p, #Content div, #Content ul
{
    line-height: 1.4em;
}

#Footer
{
    clear: both;
    background: url(/Images/Bund.jpg) no-repeat top left;
    height: 36px;
    margin-top: 30px;
    color: White;
    text-align: center;
    padding-top: 10px;
}
#Footer a
{
    color: #FFFFFF;
}