/***********************************************************************
    RESET
***********************************************************************/

* {
    margin:0;
    padding:0;
    border:0;
    font-family:Arial, Helvetica, Switzerland, Swiss;
}

/***********************************************************************
    GLOBAL
***********************************************************************/

body {
    background:#999 url(../images/layout/body.png) repeat-y center top;
    color:#555;
    font-family:Arial, Helvetica, Switzerland, Swiss;
    font-size:13px;
    overflow-y:scroll;
}

body#no-date {
    background:#999 url(../images/layout/body-no-date.gif) repeat-y center top;
}

/***********************************************************************
    PAGE LAYOUT
***********************************************************************/

#page {
    position:relative;
    width:920px;
    margin:0 auto;
}

body#no-date #page {
    width:770px;
}

/************************************
    1.Row
************************************/

#header {
    position:absolute;
    top:0;
    left:0;
    height:139px;
    width:920px;
}

body#no-date #header {
    width:770px;
}

/************************************
    2.Row
************************************/

#left {
    position:absolute;
    top:139px;
    left:31px;
    width:134px;
    height:215px;
    overflow:hidden;
    background:#555;
}

#illustration {
    position:absolute;
    left:179px;
    top:139px;
    width:414px;
    height:215px;
    overflow:hidden;
    background:url(../images/layout/illustration.jpg) no-repeat center center;
}

#it {
    position:absolute;
    left:179px;
    top:139px;
    width:414px;
    height:215px;
    overflow:hidden;
    background:url(../images/colors/blue/it.gif) no-repeat left bottom;
    z-index:10;
}

#search {
    position:absolute;
    top:139px;
    left:607px;
    width:134px;
    height:215px;
    overflow:hidden;
    background:#004a91;
}

#dates {
    position:absolute;
    top:139px;
    left:755px;
    width:180px;
    background:url(../images/layout/treffen-sie-uns-hier.gif) no-repeat left top;
}

.en #dates {
    background:url(../images/layout/meet-us-here.gif) no-repeat left top;
}

body#no-date #dates {
    display:none;
}

/************************************
    3.Row
************************************/

#main {
    position:absolute;
    top:368px;
    left:179px;
    width:414px;
    padding:0 0 30px 0;
}

#extra {
    position:absolute;
    top:368px;
    left:607px;
    width:134px;
    font-size:11px;
    line-height:12px;
}

/************************************
    Preview
************************************/

#preview {
    position:absolute;
    top:0;
    left:50%;
    z-index:100;
    cursor:pointer;
}

#preview img {
    margin:8px 0 0 12px;
}

#preview .privacy-policy-close {
    width:800px;
    height:32px;
    margin:8px 0 0 12px;
    background:#fff url(../images/layout/close.jpg) no-repeat right top;
}

#preview .privacy-policy {
    overflow:auto;
    width:772px;
    height:454px;
    margin:0 0 0 12px;
    padding:0 8px 8px 20px;
    background:#fff;
}

/************************************
    Debug
************************************/

#debug {
    margin:30px 0 30px -179px;
    width:920px;
}

body#no-date #debug {
    width:770px;
}

#debug table {
    width:100%;
    table-layout:fixed;
}

/***********************************************************************
    COMMON
***********************************************************************/

/************************************
    Tags
************************************/

/* Block Elements */

p {
    margin:0 0 15px 0;
}

/* Lists */

ul,
ol {
    margin:0 0 15px;
    list-style-position:outside;
}

ul {
    list-style-type:square;
    list-style-image:url(../images/colors/blue/li.gif);
}

ol {
    list-style-type:decimal;
}

li {
    margin:0 0 0 18px;
}

ol strong {
    font-weight:normal;
    color:#000;
}

/* Headings */

h1 {
    font-weight: bold;
    font-size: 16px;
    color:#555;
    margin:0 0 15px;
}

h2 {
    font-size: 13px;
    font-weight: bold;
    color:#555;
    margin:0 0 3px;
}

h3,
h4,
h5,
h6 {
    font-size:13px;
    font-weight:normal;
    color:#000;
}

/* Inline Elements */

a {
    color:#555;
    text-decoration:none;
}

img {
    border:0;
}

em {
    font-style:italic;
}

/* Table Elements */

table {
    border-spacing:0;
}

th {
    text-align:left;
}

th,
td {
    padding:7px 0;
}

/* Form Elements */

select,
input,
textarea {
    border:1px solid #b4b4b4;
    background:#fff;
    font-size:13px;
}

select {
    width:270px;
    height:22px;
    padding:1px;
}

input,
textarea {
    width:264px;
    height:16px;
    padding:2px;
}

input.file {
    height:22px;
    width:270px;
    padding:1px;
}

input.checkbox,
input.radio {
    border:0;
    width:auto !important;
    display:inline;
    padding:0;
}

textarea {
    height:96px
}

label {
    width:136px;
    padding:2px;
    height:16px;
}

/************************************
    Classes
************************************/

.hide {
    display:none;
}

.cf {
    display: inline-block;
}
.cf[class] {
    display: block;
    overflow: hidden;
}

/******************
  Media
******************/

.object-right {
    margin:0 0 0 1em;
    padding:0;
    float: right;
}

.object-left {
    margin: 0 1em 0 0;
    padding:0;
    float: left;
}

.object-center {
    margin:0 auto;
    padding:0;
    text-align: center;
}

/******************
  Table
******************/

.text-right {
    text-align:right;
}

.text-center {
    text-align:center;
}

/***********************************************************************
    HEADER
***********************************************************************/

#logo {
    position:absolute;
    top:14px;
    left:31px;
}

#topmenu {
    position:absolute;
    right:10px;
    top:30px;
    font-size:11px;
    line-height:12px;
}

#topmenu a:hover {
    color:#004a91;
}

#headline {
    position:absolute;
    left:179px;
    top:57px;
    width:800px;
    height:80px;
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
}

#headline img {
    display:none;
}

/***********************************************************************
    LEFT
***********************************************************************/

#leftmenu {
    margin:6px 0 0 10px;
}

#leftmenu div.nav1 {
    margin:5px 0 0;
    line-height:14px;
    font-size:13px;
    text-transform:uppercase;
    font-weight:bold;
}

#leftmenu div.nav2 {
    margin:2px 0 0 6px;
    line-height:14px;
    font-size:13px;
}

#leftmenu div.nav3 {
    margin:2px 0 0 12px;
    line-height:13px;
    font-size:11px;
}

#leftmenu div.nav2,
#leftmenu div.nav3 {
    display:none;
}

#leftmenu div.nav2.inpath,
#leftmenu div.nav3.inpath {
    display:block;
}

#leftmenu a {
    color:#b4b4b4;
}

#leftmenu a:hover {
    color:#ebebeb;
}

#leftmenu a.current,
.subtree_level_2_node_id_94 #leftmenu a#nav-94,
.subtree_level_2_node_id_145 #leftmenu a#nav-88,
.subtree_level_2_node_id_146 #leftmenu a#nav-88,
.subtree_level_2_node_id_97 #leftmenu a#nav-97,
.subtree_level_2_node_id_99 #leftmenu a#nav-99 {
    color:#fff;
}

/***********************************************************************
    SEARCH
***********************************************************************/

a.searchtop {
    display:block;
    width:134px;
    height:108px;
    background:transparent url(../images/colors/blue/searchtop.gif) no-repeat 9px 9px;
}

.en a.searchtop {
    background:transparent url(../images/colors/blue/searchtop_en.gif) no-repeat 9px 9px;
}

#searchbox {
    position:absolute;
    bottom:10px;
    left:10px;
    color:#fff;
}

#searchbox input {
    width:112px;
    font-size:11px;
    color:#555;
    background:#fff;
    padding:0 1px;
    height:15px;
    line-height:15px;
    margin:0 0 3px;
    border:0;
}

#search a {
    color:#fff;
    font-size:11px;
}

/***********************************************************************
    DATES
***********************************************************************/

#dates span {
    display:block;
}

#dates .event-header {
    height:20px;
}

#dates .event {
    padding:15px 0;
    border-top:1px solid #b4b4b4;
    font-size:11px;
}

#dates .event.first {
    border:0;
}

#dates .event .event-date {
    color:#004a91;
    font-size:24px;
    margin:0 0 5px;
    font-weight:bold;
}

#dates .event .event-name {
    color:#000;
    font-weight:bold;
}

#dates .event .event-location {
    color:#666;
}

/***********************************************************************
    EXTRA
***********************************************************************/

.content-view-block {
    margin:0 0 15px 0;
    padding:0;
}

#extra .block-attribute-summary a {
    color:#004a91;
    text-decoration:underline;
}

#extra .block-attribute-summary a span {
    color:#555;
}

#extra .block-attribute-summary a:hover span {
    color:#004a91;
}

.block-class-quote .block-attribute-name {
    font-weight:bold;
    margin:15px 0 0 0;
}

.block-class-quote .block-attribute-summary {
    margin:12px 0 0 0;
}

.block-class-graphic {
    cursor:pointer;
}

.block-class-image,
#extra .block-class-image a,
#extra .block-attribute-image {
    line-height:1px;
}

/***********************************************************************
    MAIN
***********************************************************************/

#main a {
    color:#004a91;
    text-decoration:underline;
}

#main a span {
    color:#555;
}

#main a:hover span {
    color:#004a91;
}

/************************************
    Common
************************************/

div.cf {
    margin:14px 0 0;
}

.embed-class-graphic {
    cursor:pointer;
}

/* view-full */

.attribute-summary,
.attribute-content {
    font-weight:normal;
    font-size:13px;
    margin:0 0 15px;
}

.class-executive .attribute-summary,
.class-job .attribute-summary {
    display:none;
}

/* view-line */

.content-view-line {
    margin:0 0 15px;
}

.content-view-children .content-view-line p {
    margin:0 0 3px 0;
}

.line-attribute-image {
    margin:0 0 3px;
}

/************************************
    FAQ
************************************/

.subtree_level_2_node_id_100 .attribute-content p {
    cursor:pointer;
}

.subtree_level_2_node_id_100 .attribute-content p.open {
    padding-bottom:15px;
    border-bottom:1px solid #c8c8c8;
}

.subtree_level_2_node_id_100 .attribute-content strong {
    background:transparent url(../images/colors/green/faq.gif) no-repeat 0 3px;
    padding:0 0 0 12px;
}

.subtree_level_2_node_id_100 .attribute-content p.open strong {
    background-image:url(../images/colors/green/faq-down.gif);
}

.subtree_level_2_node_id_100 .attribute-content span {
    display:none;
}

.subtree_level_2_node_id_100 .attribute-content p.open span {
    display:block;
}

/************************************
    Sitemap
************************************/

.subtree_level_1_node_id_167 #main div.nav1 {
    padding:15px 0 0;
    font-weight:bold;
}

.subtree_level_1_node_id_167 #main div.nav1.parent-147,
.subtree_level_1_node_id_167 #main div.nav1.parent-148,
.subtree_level_1_node_id_167 #main div.nav1.parent-167 {
    font-weight:normal;
}

.subtree_level_1_node_id_167 #main div.nav1.parent-148,
.subtree_level_1_node_id_167 #main div.nav1.parent-167 {
    padding:0;
}

.subtree_level_1_node_id_167 #main div.nav2 {
    padding:5px 0 0 40px;
}

.subtree_level_1_node_id_167 #main div.nav3 {
    padding:2px 0 0 80px;
    font-size:11px;
}

.subtree_level_1_node_id_167 #main .content-view-children a {
    text-decoration:none;
    color:#555;
}

.subtree_level_1_node_id_167 #main .content-view-children a:hover {
    text-decoration:underline;
}

.subtree_level_1_node_id_167 #main .content-view-children a.parent-2,
.subtree_level_1_node_id_167 #main .content-view-children a.parent-87 {
    color:#004a91;
}

.subtree_level_1_node_id_167 #main .content-view-children a.parent-88 {
    color:#9eaa3a;
}

.subtree_level_1_node_id_167 #main .content-view-children a.parent-112 {
    color:#63194b;
}

.subtree_level_1_node_id_167 #main .content-view-children a.parent-149 {
    color:#963;
}

/************************************
    Forms
************************************/

div.cf.option {
    margin:0;
}

div.cf.hide {
    display:none;
}

div.cf.content-action {
    margin:30px 0;
}

select.missing,
input.missing,
textarea.missing {
    border:1px solid #900 !important;
}

.defaultbutton {
    background:#004a91;
    font-weight:bold;
    color:#fff !important;
    border:1px solid #555;
    vertical-align:middle;
    text-align:center;
    float:right;
}

input.defaultbutton {
    height:22px;
    width:202px;
}

a.defaultbutton {
    display:block;
    text-decoration:none !important;
    line-height:20px;
    width:200px;
}

.class-form label {
    float:left;
}

.class-form input,
.class-form textarea,
.class-form select {
    float:right;
}

.option {
    width:270px;
    float:right;
}

.option label,
.option input,
.option select {
    float:none;
    display:inline;
}

.captcha {
    width:200px;
    float:right;
}

.captcha input {
    width:194px;
    float:none;
}

.captcha img {
    border:1px solid #b4b4b4;
}

p.required-hint {
    margin:30px 0;
}

/* Application Form */

.class-application_form textarea {
    height:160px;
}

.class-application_form th,
.class-application_form td {
    font-weight:normal;
    padding-bottom:0;
}

.class-application_form span.underline {
    color:#9eaa3a;
    text-decoration:underline;
    cursor:pointer;
}

.class-application_form span.underline span {
    color:#555;
}

.class-application_form span.underline:hover span {
    color:#9eaa3a;
}

p.add-more {
    margin:7px 0 10px;
}

.td-138,
.td-138 input {
    width:138px;
}

.td-112,
.td-112 input {
    width:112px;
}

.td-62,
.td-62 input {
    width:62px;
}

.td-40,
.td-40 input {
    width:40px;
}

td.td-138,
td.td-62 {
    padding-right:4px;
}

.attribute-languageskills1 label {
    visibility:hidden;
}

.attribute-languageskills input,
.attribute-languageskills1 input {
    width:109px;
    float:left;
}

.attribute-languageskills select,
.attribute-languageskills1 select {
    width:145px;
    float:right;
}

.attribute-privacy {
    margin-top:40px;
    vertical-align:middle;
    line-height:140%;
}

.attribute-privacy label {
    width:auto;
    float:none;
    font-weight:bold;
}

.attribute-privacy input {
    float:none;
    width:auto;
}

.notice input {
    margin-top:7px;
    display:none;
}

/************************************
    Tabs
************************************/

div.tabshidden {
    display:none !important;
}

ul.tabs li {
    list-style:none !important;
    margin:0 !important;
    padding:0 !important;
    display:inline !important;
    font-size:11px !important;
}

ul.tabs a {
    text-decoration:none !important;
    color:#555 !important;
    margin:0 2px !important;
}

ul.tabs a#tabnav-0 {
    margin:0 2px 0 0 !important;
}

ul.tabs a:active,
ul.tabs a:hover {
    color:#9eaa3a !important;
}

ul.tabs .current {
    font-weight:bold !important;
}

ul.tabs a.disabled,
ul.tabs a.disabled:active,
ul.tabs a.disabled:hover {
    color:#555 !important;
    text-decoration:none !important;
    cursor:text !important;
}

div.tabs h2 {
    margin:20px 0 !important;
}

/************************************
    Navigator
************************************/

div.cf.navigator {
    margin:30px 0;
}

div.navigator a,
div.navigator span.current {
    margin:0 2px;
}

/***********************************************************************
    COLOR SCHEMES
***********************************************************************/

/************************************
    Topmenu
************************************/

.subtree_level_1_node_id_88 #topmenu a:hover {
    color:#9eaa3a;
}

.subtree_level_1_node_id_112 #topmenu a:hover {
    color:#63194b;
}

.subtree_level_1_node_id_149 #topmenu a:hover {
    color:#963;
}

/************************************
    IT
************************************/

.subtree_level_1_node_id_88 #it {
    background-image:url(../images/colors/green/it.gif);
}

.subtree_level_1_node_id_112 #it {
    background-image:url(../images/colors/purple/it.gif);
}

.subtree_level_1_node_id_149 #it {
    background-image:url(../images/colors/brown/it.gif);
}

/************************************
    Search
************************************/

.de.subtree_level_1_node_id_88 a.searchtop {
    background:transparent url(../images/colors/green/searchtop.gif) no-repeat 9px 9px;
}

.en.subtree_level_1_node_id_88 a.searchtop {
    background:transparent url(../images/colors/green/searchtop_en.gif) no-repeat 9px 9px;
}

.subtree_level_1_node_id_88 #search {
    background:#9eaa3a;
}

.de.subtree_level_1_node_id_112 a.searchtop {
    background:transparent url(../images/colors/purple/searchtop.gif) no-repeat 9px 9px;
}

.en.subtree_level_1_node_id_112 a.searchtop {
    background:transparent url(../images/colors/purple/searchtop_en.gif) no-repeat 9px 9px;
}

.subtree_level_1_node_id_112 #search {
    background:#63194b;
}

.de.subtree_level_1_node_id_149 a.searchtop {
    background:transparent url(../images/colors/brown/searchtop.gif) no-repeat 9px 9px;
}

.en.subtree_level_1_node_id_149 a.searchtop {
    background:transparent url(../images/colors/brown/searchtop_en.gif) no-repeat 9px 9px;
}

.subtree_level_1_node_id_149 #search {
    background:#963;
}

/************************************
    Button
************************************/

.subtree_level_1_node_id_88 .defaultbutton {
    background:#9eaa3a;
}

.subtree_level_1_node_id_112 .defaultbutton {
    background:#63194b;
}

.subtree_level_1_node_id_149 .defaultbutton {
    background:#963;
}

/************************************
    Links
************************************/

.subtree_level_1_node_id_88 #main a,
.subtree_level_1_node_id_88 #extra .block-attribute-summary a {
    color:#9eaa3a;
}

.subtree_level_1_node_id_88 #main a:hover span,
.subtree_level_1_node_id_88 #extra .block-attribute-summary a:hover span {
    color:#9eaa3a;
}

.subtree_level_1_node_id_112 #main a,
.subtree_level_1_node_id_112 #extra .block-attribute-summary a {
    color:#63194b;
}

.subtree_level_1_node_id_112 #main a:hover span,
.subtree_level_1_node_id_112 #extra .block-attribute-summary a:hover span {
    color:#63194b;
}

.subtree_level_1_node_id_149 #main a,
.subtree_level_1_node_id_149 #extra .block-attribute-summary a {
    color:#963;
}

.subtree_level_1_node_id_149 #main a:hover span,
.subtree_level_1_node_id_149 #extra .block-attribute-summary a:hover span {
    color:#963;
}

/************************************
    Lists
************************************/

.subtree_level_1_node_id_88 #main ul {
    list-style-image:url(../images/colors/green/li.gif);
}

.subtree_level_1_node_id_112 #main ul {
    list-style-image:url(../images/colors/purple/li.gif);
}

.subtree_level_1_node_id_149 #main ul {
    list-style-image:url(../images/colors/brown/li.gif);
}

