/**
 * Colors
 * Blue (link | hover):  #028BC0
 * grey (body | footerBold):    #2b2f33
 * grey (footerLinks):    #434c53
 * border (body): #cbcbcb
 * border (footer): #c0c1c1
 */

/*******************************************************************************
 * _General Configuration
 ******************************************************************************/
body {
    background: #fff url(../img/bodyTop.png) top no-repeat;
    color: #2b2f33;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
}

html {
    height: 100%;
}

/* clearfix hack */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

h1 {
    color: #028BC0;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.6em;
    font-weight: normal;
    margin: 5px 0 10px 0;
}

h2 {
    color: #028BC0;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.4em;
    font-weight: normal;
    margin: 5px 0 10px 0;
}

h3 {
    color: #000;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.2em;
    font-weight: normal;
    margin: 5px 0 10px 0;
}

a {
    text-decoration: none;
    color: #028BC0;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
}

#container {
    margin: 0 auto;
    padding: 0;
    width: 998px;
}

/*******************************************************************************
 * _Header
 ******************************************************************************/

#header {
    height: 190px;
}

#logoText {
    float: left;
    font-family: Georgia, Times, "Times New Roman", serif;
    height: 35px;
    margin-top: 40px;
    width: 500px;
}

#logoText a {
    display: block;
    height: 35px;
    width: 500px;
}

#logoText a:hover {
    text-decoration: none;
}

#logoImage {
    float: right;
    height: 50px;
    margin-top: 0;
}

#headerMenu {
    clear: both;
    float: left;
    margin-top: 31px;
    position: relative;
}

#headerMenu ul.firstLevel {
    height: 30px;
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

#headerMenu ul.firstLevel li {
    float: left;
    margin-right: 15px;
    padding: 5px 10px;
    width: 105px;
}

#headerMenu ul.firstLevel li a {
    bottom: 5px;
    color: #010103;
    display: block;
    font-family: Verdana, Helvetica, sans-serif;
    position: absolute;
    width: 105px;
}

#headerMenu ul.firstLevel li a:hover {
    color: #028BC0;
}

#headerMenu ul.firstLevel li.active a {
    border-bottom: 5px solid #028BC0;
    bottom: 0;
    font-family: Verdana, Helvetica, sans-serif;
}

#headerMenu ul.firstLevel li a div.outer,
#headerMenu ul.firstLevel li a div.inner {
    position: absolute;
    width: 105px;
    z-index: 100;
}
#headerMenu ul.firstLevel li a div.outer {
    border-bottom: 5px solid #028BC0;
    bottom: -5px;
    display: none;
    width: 105px;
}
#headerMenu ul.firstLevel li a div.inner {
    bottom: 0;
    padding: 10px 5px;
    width: 105px;
    z-index: 101;
}

/*IE7 Conditions*/

*+html #headerMenu {width: 990px;}
*+html #headerMenu ul.firstLevel li a {bottom: 10px; cursor: pointer; text-decoration: none;}
*+html #headerMenu ul.firstLevel li.active a {bottom: 5px;}

#search {
    float: right;
    margin: 10px 0;
}

/******************************************************************************
* _Main
******************************************************************************/

#main {
    clear: both;
    margin-bottom: 20px;
    width: 998px;
}

/******************************************************************************
* _Sidebar
******************************************************************************/

#sidebar {
    float: left;
    width: 265px;
}

#sidebar ul {
    border-top: 1px solid #cbcbcb;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    border-bottom: 1px solid #cbcbcb;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: normal;
    padding: 4px 0;
}

#sidebar ul li a {
    display: block;
    color: #000;
    padding-left: 14px;
}

#sidebar ul li.active a,
#sidebar ul li.active.sub ul li.active a,
#sidebar ul li.active.sub ul li.active ul li.active a {
    background: url(../img/sidebarMenu_li.png) 2px 4px no-repeat;
    font-weight: bold;
}

#sidebar ul li.active.sub ul {
    border-top: none;
    padding-left: 30px;
}
#sidebar ul li.active.sub ul.thirdLevel {
    padding-left: 12px;
}
#sidebar ul li.active.sub ul li.active ul li a {
    font-weight: normal;
}

#sidebar ul li.active.sub a {
    background: url(../img/sidebarMenu_liSub.png) 2px 6px no-repeat;
    color: #000;
    padding-bottom: 5px;
}

#sidebar ul li.active.sub ul li {
    border: none;
}

#sidebar ul li.active.sub ul li a {
    background: none;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
}

#sidebar ul li a:hover,
#sidebar ul li.active.sub a:hover {
    background: url(../img/sidebarMenu_li.png) 2px 4px no-repeat;
    color: #028BC0;
    text-decoration: none;
}

/******************************************************************************
* _Content
******************************************************************************/

#content {
    float: right;
    width: 725px;
}

.csc-textpic-caption {
    background: #eeefef;
    font-size: .9em;
    font-style: normal;
    text-align: left;
    padding: 3px;
}

#content h1.csc-firstHeader,
#content h2.csc-firstHeader {
    margin: 0;
}

#content h2.subheader {
    font-size: 1.5em;
    margin: 0 0 10px 0;
}

#content .csc-default {
    margin-bottom: 20px;
}

#mainContent {
    float: left;
    width: 525px;
}

#content ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}

#content ul li {
    background: url(../img/sidebarMenu_li.png) 2px 4px no-repeat;
    padding-left: 15px;
}

#mainContentNews,
#mainContent.fullWidth {
    float: right;
    width: 100%;
}

#mainSidebar {
    float: right;
    width: 190px;
}

#mainSidebar .csc-textpic .csc-textpic-intext-right p.bodytext,
#mainSidebar p.bodytext {
    width: 190px;
}

#mainContent h1,
#mainContent h2,
#mainSidebar h1,
#mainSidebar h2 {
    color: #000;
    font-family: 'AudiTypeExtendedBold', Verdana, Helvetica, sans-serif;
    font-weight: normal;
    margin: 5px 0 10px 0;
}

#mainContent h2.subheader,
#mainSidebar h2.subheader {
    font-family: 'AudiTypeExtendedNormal', Verdana, Helvetica, sans-serif;
}

#mainSidebar h2.subheader {
    font-size: 1.1em;
}

/******************************************************************************
* _Footer
******************************************************************************/

#footer {
    background: #eeefef;
    margin-top: 20px;
    padding: 30px;
    width: 938px;
}

#footer p.bodytext b {
    font-family: 'AudiTypeExtendedBold', Verdana, Helvetica, sans-serif;
    font-weight: normal;
}

#footer .footerMenuCol1,
#footer .footerMenuCol2,
#footer .footerMenuCol3 {
    float: left;
    font-size: 1em;
    margin-right: 40px;
    width: 215px;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer ul.firstLevel li a {
    border-bottom: 1px solid #c0c1c1;
    color: #2b2f33;
    font-family: 'AudiTypeExtendedBold', Verdana, Helvetica, sans-serif;
    font-weight: normal;
}

#footer ul li a,
#footer ul.firstLevel li.last,
#footer ul.firstLevel li ul.secondLevel li.last {
    border-bottom: 1px solid #c0c1c1;
    display: block;
    padding: 3px 0;
}

#footer ul li a:hover,
#footer ul.firstLevel li ul.secondLevel li a:hover {
    color: #028BC0;
    text-decoration: none;
}

#footer ul.firstLevel li ul.secondLevel li a {
    background: url(../img/footerMenu_li.png) left 7px no-repeat;
    display: block;
    color: #434c53;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    padding-left: 12px;
}

#footer ul.firstLevel li.item-6 {
    margin-bottom: 20px;
}

#footer ul.firstLevel li.item-23 {
    border-top: 1px solid #c0c1c1;
}

#footer p.bodytext {
    width: 215px;
}

/*******************************************************************************
 * _Form
 ******************************************************************************/

.csc-mailform {
    border: none;
}

label {
    padding: 5px 0;
}

label.checkbox {
    display: inline;
}

input[type=text],
input[type=password],
input.text,
textarea {
    border: 1px solid #bababa;
    padding: 5px;
    width: 305px;
    color: #2a2f33;
}

div.csc-mailform-field {
    margin-bottom: 5px;
}

#mailform div.csc-mailform-field label {
    float: left;
    width: 180px;
}

button,
input[type=submit],
.button,
.csc-mailform-submit {
    background: #4c4c4c;
    border: 1px solid #999;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}
.csc-mailform-submit {
    float: right;
    margin-right: 10px;
}

button:hover,
input[type=submit]:hover,
.button:hover,
.csc-mailform-submit:hover {
    background: #028bc0;
}

#mainSidebar form fieldset {
    margin: 0;
    padding: 0;
}

#mainSidebar input[type=text],
#mainSidebar input[type=password],
#mainSidebar input.text,
#mainSidebar textarea {
    border: 1px solid #bababa;
    padding: 5px;
    width: 170px;
    color: #2a2f33;
}

/*******************************************************************************
 * _Flash Messages
 ******************************************************************************/

div.typo3-messages div.typo3-message {
    border: 1px solid;
    font-size: 0.95em;
    list-style: none;
    margin-bottom: 0.85em;
    padding: 12px 12px 12px 36px;
}
div.typo3-messages div.typo3-message.message-ok {
    background: #cdeaca url(/typo3/sysext/t3skin/icons/gfx/ok.png) 10px 12px no-repeat;
    border-color: #58b548;
    color: #3b7826;
}
div.typo3-messages div.typo3-message.message-ok a {
    color: #3b7826;
}
div.typo3-messages div.typo3-message.message-notice {
    background: #f6f7fa url(/typo3/sysext/t3skin/icons/gfx/notice.png) 10px 12px no-repeat;
    border-color: #c2cbcf;
    color: #777;
}
div.typo3-messages div.typo3-message.message-notice a {
    color: #777;
}
div.typo3-messages div.typo3-message.message-information {
    background: #ddeef9 url(/typo3/sysext/t3skin/icons/gfx/information.png) 10px 12px no-repeat;
    border-color: #8aafc4;
    color: #64859c;
}
div.typo3-messages div.typo3-message.message-information a {
    color: #64859c;
}
div.typo3-messages div.typo3-message.message-warning {
    background: #fbffb3 url(/typo3/sysext/t3skin/icons/gfx/warning.png) 10px 12px no-repeat;
    border-color: #c4b70d;
    color: #9e7d4a;
}
div.typo3-messages div.typo3-message.message-warning a {
    color: #9e7d4a;
}
div.typo3-messages div.typo3-message.message-error {
    background: #f6d3cf url(/typo3/sysext/t3skin/icons/gfx/error.png) 10px 12px no-repeat;
    border-color: #d66c68;
    color: #aa0225;
}
div.typo3-messages div.typo3-message.message-error a {
    color: #aa0225;
}