* { margin: 0; padding: 0; }
a img { border: none; }

body
{
    background: #EE7D30;
    color: #3E3D40;
    font: 11px/1.5 Verdana, Helvetica, Arial, sans-serif;
}

#page
{
    background: #FFF url(img/page-bg.png) repeat-y;
    margin: 0 auto;
    position: relative;
    width: 920px;
}

#page-navigation
{
    left: -999em;
    overflow: hidden;
    position: absolute;
    width: 1em;
}




/**************************************************

    HEADER

**************************************************/

#header
{
    background: url(img/header-bg.png) no-repeat 20px 0;
    height: 240px;
    padding: 0 20px;
    position: relative;
}

#header_oben
{
    background: url(img/header_oben.png) no-repeat 20px 0;
    height: 240px;
    padding: 0 20px;
    position: relative;
}

#logo
{
    left: 198px;
    position: absolute;
    top: 58px;
}

#navigation
{
    position: absolute;
    right: 50px;
    top: 75px;
}

#navigation li
{
    display: inline;
    margin-left: 12px;
}

#navigation li.lang-switch
{
    margin-left: 5px;
}

#navigation li a
{
    color: #00285B;
    font-size: 10px;
    line-height: 1;
    text-decoration: none;
}

#navigation li a:hover
{
    color: #EE7D30;
}

#header-box
{
    background: url(img/header-box.png) no-repeat;
    bottom: 18px;
    height: 70px;
    right: 115px;
    padding: 20px;
    position: absolute;
    width: 305px;
}

#header-box-title
{
    color: #00285B;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 5px 0;
}

#header-box-more
{
    bottom: 15px;
    position: absolute;
    right: 23px;
}


#header-box-more a
{
    color: #EE7D30;
}

#header-box-more a:hover
{
    color: #00285B;
}

#mid-box-more
{
    bottom: 15px;
    position: absolute;
    right: 23px;
}

#mid-box-more a
{
    color: #EE7D30;
}

#mid-box-more a:hover
{
    color: #00285B;
}


/**************************************************

    CONTENT

**************************************************/
#content
{
    float: left;
    left: 200px;
    padding: 0 0 15px 0;
    position: relative;
    width: 520px;

 
    min-height: 220px;
    height: auto !important;
    height: 220px;
}


/***** REGULAR CONTENT SECTIONS *****/
#content .section
{
    padding: 18px 15px 0 15px;
}


#content .section *:last-child
{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


/***** IMAGE CONTENT SECTIONS *****/
#content .section.columns.image
{
    padding: 0;
    overflow: hidden;
    width: 520px;
}

#content .section.image a,
#content .section.image span
{
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

#content .section.image a.last,
#content .section.image span.last
{
    display: block;
    float: left;
    margin: 0;
}


/***** COLUMN LAYOUT CONTENT SECTIONS *****/

#content .section.columns
{
    overflow: hidden;
    width: 490px;
}

#content .section.columns-2-1
{
    background: url(img/column-separator-bg.png) no-repeat 353px 18px;
}

#content .section.columns-2-1 .column-left
{
    float: left;
    width: 330px;
}

#content .section.columns-2-1 .column-right
{
    float: right;
    width: 145px;
}

#content .section.columns-2-1-ST
{
    
}

#content .section.columns-2-1 .column-left-ST
{
    float: left;
    width: 335px;
}

#content .section.columns-2-1 .column-right-ST
{
    float: right;
    width: 145px;
}


/***** FRAMED CONTENT SECTIONS *****/
#content .section.framed
{
    /*padding: 18px 0 0 0;*/
    padding: 0;
}

#content .section.framed .content
{
    background: url(img/content-box-bg.png) no-repeat;
   
    padding: 18px 25px 1px 25px;
}

#content .section.framed .bottom
{
    background: url(img/content-box-bg.png) no-repeat 0 bottom;
   
    height: 19px;
}


#content .section.framed .content *:last-child
{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


/***** REGULAR CONTENT ELEMENTS *****/
#content a
{
    color: #EE7D30;
    font-size: 10px;
    line-height: 1;
    text-decoration: underline;
}

#content a:hover
{
    color: #00285B;
}

#content h1
{
    color: #00285B;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 10px 0;
}
#content h2
{
    font-size: 11px;
    line-height: 1.4;
}

#content p
{
	text-align: justify;
    margin: 0 0 20px 0;
}

#content ul
{
    margin: 20px;
}

#content ol
{
    margin: 20px 30px;
}




/**************************************************

    SIDEBARS

**************************************************/

#left-sidebar
{
    float: left;
    left: -520px;
    margin: 0 0 0 30px;
    position: relative;
    width: 170px;
}

#right-sidebar
{
    float: right;
    margin: 0 30px 0 0;
    width: 170px;
}

.sidebar .box .content
{
    background: url(img/sidebar-box-bg.png) no-repeat;
    padding: 18px 25px 0 25px;
    zoom: 1;
}

* html .sidebar .box .content
{
    background-image: url(img/sidebar-box-bg-ie6.png);
}

.sidebar .box .bottom
{
    background: url(img/sidebar-box-bg.png) no-repeat 0 bottom;
    height: 20px;
}

* html .sidebar .box .bottom
{
    background-image: url(img/sidebar-box-bg-ie6.png);
}


.sidebar .box .content *:last-child
{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.sidebar h2
{
    color: #00285B;
    font-size: 11px;
    line-height: 1;
    margin: 0 0 10px 0;
}


/***** LOGIN *****/
#login-form fieldset
{
    border: none;
}

#login-form label
{
    color: #EE7D30;
    cursor: pointer;
    display: block;
    font-size: 11px;
}

#login-form input.text
{
    border: 1px solid;
    border-color: #999 #CCC #CCC #999;
    display: block;
    font-size: 11px;
    margin: 0 0 3px 0;
    padding: 2px;
    width: 114px;
}

#login-form-submit
{
    float: right;
}


/***** LINK LIST *****/
ul.link-list
{
    list-style: none;
}

ul.link-list li
{
    background: url(img/row-separator-bg.png) no-repeat;
    padding: 15px 0 10px 0;
}

ul.link-list li a
{
    color: #EE7D30;
    line-height: 1;
    text-decoration: none;
}

ul.link-list li a:hover
{
    color: #00285B;
}


/***** NEWS LIST *****/
ul.news-list
{
    list-style: none;
}

ul.news-list li
{
    background: url(img/row-separator-bg.png) no-repeat;
    padding: 15px 0 10px 0;
}

ul.news-list h3
{
    margin: 0 0 5px 0;
}

ul.news-list h3 .date
{
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
}

ul.news-list h3 a
{
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin: 2px 0 0 0;
}

ul.news-list p
{
    font-size: 10px;
}

ul.news-list .more-link
{
    font-size: 10px;
}

ul.news-list li a
{
    color: #EE7D30;
    line-height: 1;
    text-decoration: none;
}

ul.news-list li a:hover
{
    color: #00285B;
}





/**************************************************

    SIDEBARS

**************************************************/

#footer
{
    background: #FFF url(img/footer-bg.png) no-repeat 0 bottom;
    clear: both;
    height: 60px;
    padding: 10px 10px 20px 10px;
}
