body 
{
    margin-top:       0px;
    color:            #525252;
	font-size:        1em;
	line-height:      1.4em;
	font-family:      Garamond, Times New Roman, Serif;
	background-color: #F7F7F7;
}

#wrapper 
{
    display:          table;
    margin-right:     auto;
	margin-left:      auto;
	width:            1121px;	
	height:           auto !important;
	background-color: #FFFFFF;
}

h1 
{
    padding-top: 10px;
    color:       #005696;
    font-weight: normal;
    font-size:   2em;
    line-height: 1.1em;
}

h2 
{
    padding-top: 10px;
    color:       #2276B6;
    font-weight: normal;
    font-size:   1.6em;
}

h3 
{
    padding-top: 8px;
    color:       #2276B6;
    font-weight: bold;
    font-size:   1.2em;
}

h4
{
    padding-top: 4px;
    color:       #005696;
    font-weight: bold;
    font-size:   1em;
}

h5, h6
{
    padding-top: 0px;
    color:       #323232;
}

a:link    {color: #005596; text-decoration: none}
a:active  {color: #005596; text-decoration: none}
a:visited {color: #005596; text-decoration: none}
a:hover   {color: #005596; text-decoration: underline; cursor: pointer;}

img 
{
    border: 0px;
}

.backlink
{
    float: right;
}

/*----------------------------------------------------------------------------*/

#header
{
    width:            1024px;
    height:           122px;
    background-image: url('../images/topbanner.jpg');
}

    #header_links
    {
        float:        right;
        margin-top:   32px;
        margin-right: 26px;
        width:        auto;
        height:       10px;
        color:        #005596;
        font-size:    1.1em;
        line-height:  1.4em;
    }

/*----------------------------------------------------------------------------*/

#mainpanel {
    float: left;
    width: 1063px;
}

#header, #navcontainer, #content
{
    margin-left: 39px;
}

    .content_column
    {
        float:       left;
        margin:      0px 0px 0px 25px;
        padding:     0px;
        width:       670px;
    }

    .right_column
    {
        float:       left;
        margin:      27px 0px 0px 44px;
        padding:     0px;
        width:       284px;
    }

        .sidebar_pensions
        {
            width:            278px;
            height:           170px;
            background-image: url('../images/sidebar_pensions.jpg');
        }

        .sidebar_pensions p
        {
            padding-top:  63px;
            padding-left: 10px;
            width:        140px;
            line-height:  1.2em;
        }

/*----------------------------------------------------------------------------*/

#navcontainer, #navcontainer ul, #navcontainer li
{
    padding: 0px;
}

#navcontainer
{
    position:   relative;
	width:      1024px;
	height:     264px;
	background: #FFFFFF url("../images/navbannerleft.jpg") no-repeat;
}

	#navcontainer ul, #navcontainer li, #navcontainer a, #navcontainer span
	{
    	display: block;
    	float:   left;
	}

	#navcontainer ul
	{
		margin: 37px 0px 0px 0px;
		width:  725px;
	}

		#navcontainer li
		{
    		position:         relative;
    		margin:           0px;
    		width:            auto;
    		background-color: #005596;
		}

		#navcontainer a, #navcontainer span 
		{
    		padding-top:    5px;
    		padding-bottom: 5px;
			color:          #FFFFFF;
		}

			#navcontainer a
			{
    			padding-left:  13px;
    			padding-right: 13px;
			}

			#navcontainer a.active:link, #navcontainer a.active:visited {
    			position: relative;
    			z-index:  102;
			}

			.drop_down_link
			{
    			display:          none !important;
    			position:         absolute;
    			left:             0px;
    			width:            195px;
    			background-color: #005596;
			}

			#navcontainer li:hover a
			{
    			display: block !important;
			}

/*----------------------------------------------------------------------------*/

#footer 
{
    padding-top:      8px;
    padding-left:     70px;
    padding-right:    200px;
    width:            851px;
	height:           86px;
	color:            #999999;
	font-weight:      bold;
	background-image: url('../images/footerbg.jpg');
	background-repeat: no-repeat;
	background-color: #F7F7F7;
}

	#footer *
	{
    	color: #999999;
	}

/*----------------------------------------------------------------------------*/

#messageBox
{
    margin: 15px 0px 25px 0px;
}

.messageSuccess
{
    padding:             15px;
    color:               #6699ff;
    font-weight:         bold;
    border-color:        green;
    border-style:        solid;
    background-position: 10px center;
    background-repeat:   no-repeat;
}

.messageProblem
{
    padding:             15px;
    color:               #6699ff;
    font-weight:         bold;
    border-color:        red;
    border-style:        solid;
    background-position: 10px center;
    background-repeat:   no-repeat;
}
