﻿
*
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0;
}

body
{
    background: #FFFFFF url('images/masterpage/bg.png') repeat-x scroll top;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 20px;
	margin: 0px;
    padding: 0px;
}

img
{
    border: 0px;
}

a
{
    color: #3A65A5;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: #3A65A5;
}

span 
{
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

input 
{
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

h1, h2, h3
{
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
    color: #3A65A5;
    line-height: 20px;
}
h1
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #3A65A5;
}

h2
{
    font-size: 14px;
}

h3
{
    font-size: 12px;
    margin-bottom: 1px;
}

#header
{
    background: url(images/masterpage/bg_right.png) right top no-repeat;
    display: block;
    height: 91px;
    margin: 0px;
    padding: 0px;
}

#logo_left
{
    background: url(images/masterpage/logo_left.png) left top no-repeat;
    float: left;
    display: block;    
    width: 311px;
    height: 91px;
}

#logo_right
{
    float: right;
    text-align: right;
}

#page_body
{
    position: relative;
    min-height: 620px;
    margin: 0px;
    padding: 0px; 
	background-color: White;  
}

#buttons_lang
{
    display: inline;
    position: absolute;
    top: 5px;
    right: 10px;
}    

    #buttons_lang  #ctl00_deDE_button
    {
        display: none;
    }

#footer
{    
    background: url(images/masterpage/bg_footer.png) center top repeat-x;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 81px;
    color: Black;
    text-align:left; 
    padding-top: 10px;
    padding-left: 15px;    
}

.amchart
{
    width: 100%;
    height: 350px;
    margin: 0px auto;
    position:relative;
    text-align: left;
    overflow: visible !important;
}

label, input[type="radio"] {
  vertical-align: middle;
  margin: 0px 2px 0px 2px;
}

label, input[type="checkbox"] {
  vertical-align: middle;
  margin: 2px;
}

