/*********************************
* General
* MAIN COLORS:
* Light purple: #CCC1DF
* Medium purple: #8D74B5
* Dark purple: #4E2780
*********************************/

html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    line-height: 13px;
    color: #666666;
    background: url("../images/interface/site_background.jpg") repeat-x;
}

html, body, td, dt, p, textarea {
    font-family: "Trebuchet MS", "Verdana", "Arial";
    font-size: 11px;
}

td {
    vertical-align: top;
}

textarea {
    height: 200px;
}

h2 {
    margin: 20px 0px 5px 0px;
}

img {
    border: 0px;
}

img.inline {
    vertical-align: text-bottom;
}

img.bordered {
    border: 1px solid #8D74B5;
}

sup {
    line-height: 0px;
}

a {
    color: #472C7D;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.notification {
    color: red;
}

ul.no_bullits {
    margin-left: -20px;
}

ul.no_bullits li {
    *padding-left: 40px;
    list-style-type: none;
}

h1.confined,
h2.confined,
h3.confined,
h4.confined,
h5.confined {
    padding: 0px;
    margin: 2px 0px 5px 0px;
    line-height: 100%;
    font-weight: extra-bold;
}

/*********************************
* Menu
*********************************/

#menu {
    position: relative;
    top: 91px;
    height: 1px;
    z-index: 100;
}

#menu a {
    display: block;
    font-family: "Verdana";
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

#menu ul.menu_mainlist {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#menu li.menu_mainitem {
    float: left;
    display: block;
}

#menu li.menu_mainitem:hover table.subMenu,
#menu li.menu_mainitem .hover table.subMenu {
    display: block;
}

#menu .itemText {
    line-height: 18px;
}

#menu table.subMenu {
    z-index: 100;
    display: none;
    position: absolute;
    top: 20px;
}

#menu div.subItem {
    vertical-align: bottom;
    position: relative;
    margin-top: 0px;
    padding: 2px 20px 2px 10px;
    color: white;
    background: url('../images/semi_trans_dark.png');
    font-weight: bold;
    height: 18px;
}
#menu div.subItem:hover,
#menu div.subItem.hover {
    background: #502F93;
}
#menu div.subItem:hover table.subsubMenu,
#menu div.subItem.hover table.subsubMenu {
    display: block;
}

#menu div.subsubIndicator {
    width: 16px;
    height: 16px;
    background: url('../shared_public/images/icons/menu_expand.png');
    position: absolute;
    top: 5px;
    right: 0px;
}

#menu div.subsubMenuContainer {
    position: absolute;
    right: 0px;
    top: 0px;
}

#menu table.subsubMenu {
    z-index: 100;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

#menu div.subsubItem {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    padding: 2px 10px;
    color: white;
    background: url('../images/semi_trans_dark.png');
    font-weight: bold;
    height: 18px;
}
#menu div.subsubItem:hover,
#menu div.subsubItem.hover {
    background: #502F93;
}
#menu div.subsubItem:hover div.subsubMenu,
#menu div.subsubItem.hover div.subsubMenu {
    display: block;
}

/*********************************
 ### MENU
 *********************************/

#btn_to_other_side {
    float: right;
}

/*********************************
* Specific parts (elements by id)
*********************************/

#site_wrapper {
    width: 991px;
    margin: auto;
    background-color: white;
    padding: 0px;
    overflow: hidden;
}

#site_wrapper table {
}

/*********************************
* Header
*********************************/

#header {
    height: 150px;
    vertical-align: top;
    padding-top: 6px;
}

#logo {
    width: 197px;
    background: url("../images/interface/purple_bar.gif") repeat-x;
    float: left;
}
#logo img {
    float: right;
}

h1#site_subtitle {
    margin-top: -6px;
    margin-left: 274px;
    font-size: 14px;
    line-height: 10px;
    font-weight: bold;
    color: #472c7d;
}

#comp_sub_header {
    width: 100%;
}

#comp_sub_header h1 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #472c7d;
    margin-top: 0px;
}

#comp_sub_header #blocks_container {
    margin-left: 15px;
}

#comp_sub_header input {
    *margin: -1px 0px;
}

#comp_sub_header .subheader_block {
    float: left;
    margin-bottom: 20px;
    margin-right: 16px;
}

#comp_sub_header .subheader_block p {
    *margin-top: 10px;
    *margin-bottom: 0px;
}

#comp_sub_header .subheader_block h2 {
    color: #472c7d;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
}
#comp_sub_header .subheader_block ul {
    margin-top: -10px;
    *margin-top: 0px;
    margin-bottom: 0px;
}
#comp_sub_header .subheader_block li {
    margin-left: -20px;
}

#comp_sub_header .subheader_block .purplebox-middle {
    height: 250px;
}

#contactcompanies dt {
    width: 130px;
}

#contactcompanies .submit {
    margin-left: 20px;
}

#contactcompanies span.required_sign {
    display: none;
}

#contact_submittext {
    position: absolute;
    width: 280px;
    margin-top: 200px;
    *margin-top: 10px;
}

/*********************************
* Content (main)
*********************************/

#content_main_td {
}

#content_main {
    vertical-align: top;
    width: 621px;
    padding: 15px;
    *padding-right: 8px;
    padding-top: 0px;
}

#content_main p {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: justify;
}

#content_main ul {
    margin-top: 5px;
    margin-bottom: 10px;
}

#content_main ul li {
    margin-left: -20px;
}

#content_main h1 {
    line-height: 20px;
    font-size: 20px;
    color: #472c7d;
    font-weight: normal;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
}

#content_main h2 {
    font-size: 15px;
    color: #472c7d;
    font-weight: bold;
}

#content_main h3 {
    font-size: 13px;
    font-weight: bold;
}

#breadcrumbs {
    font-weight: bold;
    color: darkgrey;
}

.member {
    width: 600px;
}

.text {
    margin-top: 18px;
}

.text div {
    margin: 14px 0;
}

.text p {
    width: 450px;
    text-align: justify;
}

#back {
    font-size: 11px;
    text-align: right;
    margin-right: 100px;
}

/*********************************
* Content (right)
*********************************/

#content_right_td {
    background: #cbc0de;
}

#content_right {
    vertical-align: top;
}

/*********************************
* Footer
*********************************/

#footer_td {
}

#Concepten {
    background-image: url('../images/interface/conceptenkader.gif');
    background-repeat: no-repeat;
    height: 56px;
    width: 636px;
    float: left;
    position: relative;
    background-color: #FFFFFF;
    margin-left: 15px;
}
#Concepten p{
    margin-left: 5px;
    margin-top: 0px;
}

#About {
    background-color:#FFFFFF;
    width: 340px;
    height: 50px;
    font-size:10px;
    color: #472C7D;
    border-width: 3px 0px 3px 0px;
    border-style:solid;
    border-color:#CBC0DE;
    float: left;
    position: relative;
}

#About p{
    margin-top: 4px;
}

#Links {
    width: 651px;
    float: left;
    position: relative;
    *padding-top: 10px;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    background: #FFFFFF;
}
#Links.companies {
    border-top: 1px solid #CBC0DE;
}

#Links p{
    text-align: center;
}

a.footer {
    color: #808080;
    text-decoration: none;
    font-weight: normal;
}
a.footer:hover {
    text-decoration: underline;
}

#purple {
    background: #CBC0DE;
    float: left;
    position: relative;
    width: 340px;
    height: 48px;
}
#purple.companies {
    border-top: 1px solid white;
}

/*********************************
* Vacancies / vacancy / Toptalents / toptalens
*********************************/

#toptalents_container,
#vacancies_container {
    width: 621px;
    border: 0px;
}

#toptalents_top,
#vacancies_top {
    background-image: url('../images/interface/vacancies_top.gif');
    width: 621px;
    height: 41px;
}

#toptalents_bottom,
#vacancies_bottom {
    background-image: url('../images/interface/vacancies_bottom.gif');
    width: 621px;
    height: 41px;
}

#toptalent_header,
#vacancy_header {
    margin-top: 15px;
    background-image: url('../images/interface/purplecontainersmall_middle.jpg');
    width: 587px;
}

#toptalent_header_top,
#vacancy_header_top {
    background-image: url('../images/interface/purplecontainersmall_top.jpg');
    width: 587px;
    height: 29px;
}

#toptalent_header_top #navigation,
#vacancy_header_top #navigation {
    float: left;
    margin-top: 10px;
    margin-left: 50px;
}

#toptalent_header_middle,
#vacancy_header_middle {
    padding: 0px 15px 3px 15px;
    color: #472C7D;
    position: relative;
}

#toptalent_header_middle h,
#vacancy_header_middle h1{
    border-bottom: 1px solid #BBADD1;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#toptalent_header_middle h2,
#vacancy_header_middle h2 {
    margin: 0px;
    margin-bottom: 5px;
    *margin-bottom: 10px;
}

.toptalent_small_buttons,
.vacancy_small_buttons {
    position: absolute;
    right: 15px;
    bottom: 3px;
}

.toptalent_small_buttons,
.vacancy_small_buttons img {
    margin-top: 3px;
}

.toptalent_big_buttons img {
    right: 15px;
    bottom: 5px;
    position: absolute;
}
.vacancy_big_buttons img{
    margin-right: 3px;
}

#toptalent_header_bottom,
#vacancy_header_bottom {
    background-image: url('../images/interface/purplecontainersmall_bottom.jpg');
    width: 587px;
    height: 7px;
    margin-bottom: 0px;
}

#toptalent_content,
#vacancy_content {
    width: 587px;
}

#toptalent_footer,
#vacancy_footer {
    background-image: url('../images/interface/purpleflatcontainer.jpg');
    width: 587px;
    height: 93px;
    position: relative;
}

#toptalent_footer h2,
#vacancy_footer h2 {
    padding: 10px;
    width: 430px;
}

#toptalent_footer .toptalent_small_buttons,
#vacancy_footer .vacancy_small_buttons {
    right: 10px;
    bottom: 2px;
}

#toptalent_footer .toptalent_big_buttons {
    position: absolute;
    right: 404px;
    bottom: 0px;
}
#vacancy_footer .vacancy_big_buttons {
    position: absolute;
    left: 10px;
    bottom: 2px;
}

table.toptalents,
table.vacancies {
    border-right: 3px solid #c8c0dc;
    border-left: 3px solid #c8c0dc;
    width: 621px;
}

th.toptalents_header,
th.vacancies_header {
    font-weight: bold;
    background: #472C7D;
    text-align: left;
    color: #FFFFFF;
}

td.toptalent,
td.vacancy {
    border-bottom: 1px solid #c8c0dc;
}

td.toptalent,
td.vacancy {
    border-bottom: 1px solid #c8c0dc;
}

a.header_link {
    color: #FFFFFF;
}

#toptalent_header_top_table {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #BBADD1;
}

#toptalent_header_top_table img {
    margin-right: 20px;
}

#toptalent_header_top_table h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#toptalent_header_top_table .thick {
    font-size: 16px;
    font-weight: bold;
}

#toptalent_header_bottom_table {
    width: 380px;
    height: 40px;
}

/** styling of vacancy view **/

#vacancy {
    width: 620px;
    margin-top: 20px;
}

#vacancy strong {
    color: #4E2780;
}

#vacancy #vacancy_navigation {
    text-align: center;
    border-bottom: 1px solid #CCC1DF;
    padding-bottom: 10px;
}

#vacancy #vacancy_top {
    border-bottom: 1px solid #CCC1DF;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#vacancy #vacancy_top h1{
    border-bottom: 0;
}

#vacancy #vacancy_mid {
    border-bottom: 1px solid #CCC1DF;
    margin-bottom: 10px;
}

#vacancy #vacancy_bottom {
}

.vacancy_buttons {
}

.vacancy_buttons a {
    font-size: 20px;
    color: #CCC1DF;
}

.vacancy_buttons a:hover {
    color: #8D74B5;
}

.vacancy_buttons table {
    width: 100%;
}

/*********************************
* Bedrijven > Over TalentToday > Het concept
*********************************/

#werkmodel {
    background-image: url('../images/werkmodelsmall.jpg');
    width: 614px;
    height: 300px;
    margin-bottom: 30px;
    margin-top: 30px;
}

#werkmodel_text {
    position: absolute;
    margin-top: 20px;
    margin-left: 315px;
    width: 280px;
}

/*********************************
* Contact
*********************************/

#contact {
    margin: 10px 0 10px 15px;
}

#contact-form {
    border: 1px solid #7059A5;
    color: #666;
    margin: 0;
    padding: 0;
    width: 580px;
}

#contact-form-header {
    background: #7059A5;
    border: none;
    color: #fff;
    font-weight: bold;
    height: 20px;
    margin: 0;
    padding: 2px 15px;
}

#contact-form-header p {
    margin: 0;
    padding: 0;
}

#contact-form-right {
    height: 100px;
}

#contact-form-right .fe_submit {
    padding: 0px;
}

/*********************************
* StartersMonitor
*********************************/

#formopvragen label {
    float: left;
    width: 200px;
}

/*********************************
* Rechtse balk
*********************************/

#contactright dt label {
    width: 130px;
}

#contactright dd {
    width: 130px;
}

#contactright-buttons {
    clear: left;
}

#content_right-candidates,
#content_right-companies {
    background: url('../images/interface/zoeken.jpg') no-repeat #CBC0DE;
    padding-top: 35px;
    width: 340px;
}

#content_right-candidates h2,
#content_right-companies h2 {
    color: #4E2780;
    margin-left: 10px;
    font-size: 18px;
}

#content_right-companies {
    background: url('../images/interface/talentzoeken.jpg') no-repeat #CBC0DE;
}

#inschrijven-right label {
    color: #472c7d;
    float: left;
    font-weight: bold;
    width: 60px;
}

#list li{
    list-style-type: none;
}

#searchformsmall-right,
#werkervaring-right,
#overzichten-right,
#inschrijven-right,
#startersmonitor-right,
#contact-right,
#neemcontactop-right,
#testimonials-right {
    margin-bottom: 10px;
}

#werkervaring-right-img,
#overzichten-right-img,
#inschrijven-right-img,
#contact-right-img,
#neemcontactop-right-img,
#startersmonitor-right-img {
    margin: 0px;
    margin-left: 10px;
}

#searchformsmall-right {
    background: url('../images/interface/zoekenkader.png') no-repeat;
    padding-top: 8px;
    height: 156px;
    width: 317px;
    margin: auto;
}
#searchformsmall-right div {
    margin-top: 10px;
    *margin-top: 16px;
}
#searchformsmall-right select {
    font-size: 11px;
    height: 18px;
    margin-left: 12px;
}

#searchformsmall-right a.extensive_srch_btn{
    position: relative;
    left: 12px;
    top: -21px;
    *top: -24px;
}

#searchformsmall-right #header_talent_search_small {
    margin-left: 12px;
    font-weight: bold;
}

#submitinschrijven {
    margin-left: 60px;
}

#submitsearch {
    margin-left: 150px;
    margin-top: 10px;
}

#werkervaring-right div img {
    margin: 4px 0px;
}

#testimonials-right {
    margin-top: 20px;
    *margin-top: 10px;
}

#offices-right {
    padding-top: 10px;
}

.offices {
    width: 50%;
}

.box-bottom {
    background: url('../images/interface/whiteboxbottom.jpg') no-repeat;
    height: 5px;
    margin: 0 auto;
    padding: 0;
    width: 317px;
}

.box-middle {
    background: #ffffff;
    margin: 0 auto;
    padding: 5px 15px;
    width: 287px;
}

.box-middle p {
    margin: 0;
}

.box-top {
    background: url('../images/interface/whiteboxtop.jpg') no-repeat;
    height: 5px;
    margin: 0 auto;
    padding: 0;
    width: 317px;
}

.text-short {
    font-size: 10px;
    width: 170px;
}

.vacatureZoeken {
    font-size: 11px;
    margin: 0;
    padding: 0;
    width: 290px;
}

.testimonial-right {
    position: absolute; 
}

.right_floating {
    float: right;
}

.left_floating {
    float: left;
}


/** testimonials */

#testimonials-right .box-middle {
    height: 140px;
}

.testimonial-right-text {
    margin-left: 110px;
    width: 180px;
    height: 100px;
}

.testimonial-right img {
    float: left;
}

/*********************************
* Forms and their elements
*********************************/

.zend_form dt {
    margin: 2px 0px;
    width: 150px;
    display: block;
    float: left;
    clear: left;
}

.zend_form dd {
    margin: 2px 0px;
    float: left;
}

.zend_form span.required_sign {
    padding-left: 5px;
}

.zend_form dd input, .zend_form dd select, .zend_form dd textarea {
    font-size: 12px;
}

.tiny {
    width: 100px;
}

.small {
    width: 120px;
}

.medium {
    width: 150px;
}

.large {
    width: 250px;
}

.extreme {
    width: 350px;
}

.ultra {
    width: 450px;
}

.max_width {
    width: 100%;
}

.tiny_editor_height {
    height: 80px;
}

.small_editor_height {
    height: 150px;
}

.medium_editor_height {
    height: 250px;
}

.large_editor_height {
    height: 500px;
}

.submit {
    margin-left: 150px;
}

/**
 *ALL FORM ELEMENTS
 * these classes are automatically added to the elements by LSG_Form
**/

.fe_autocomplete {
    border: 1px solid #A894D0;
}
.fe_button {
    border: 1px solid #7f9db9;
}
.fe_captcha {
    border: 1px solid #7f9db9;
}
.fe_checkbox {
}
.fe_colorpicker {
    border: 1px solid #7f9db9;
}
.fe_datetextbox{
    border: 1px solid #7f9db9;
}
.fe_editor{
    border: 1px solid #7f9db9;
    height: auto;
}
.fe_file {
    border: 1px solid #7f9db9;
}
.fe_file_delete_btn {
    position: absolute;
    text-align: right;
    width: 100%;
}
.fe_file_preview {
    position: relative;
}
.fe_hidden {
}
.fe_hash {
}
.fe_image {
}
.fe_multicheckbox {
}
.fe_multiselect {
    border: 1px solid #7f9db9;
}
.fe_password {
    border: 1px solid #7f9db9;
}
.fe_radio {
}
.fe_reset {
    border: 1px solid #7f9db9;
}
.fe_select {
    border: 1px solid #7f9db9;
}
.fe_submit {
    border: 1px solid #7f9db9;
    background-color: white;
}
.fe_text {
    border: 1px solid #7f9db9;
}
.fe_textarea {
    border: 1px solid #7f9db9;
}

.autocomplete {
    background-color: white;
    border: 1px solid black;
    position: absolute;
    cursor: default;
    overflow: auto;
    overflow-x: hidden;
}
.autocomplete_item {
    padding: 1px;
    padding-left: 5px;
    color: black;
    width: 100%;
}
.autocomplete_item_highlighted {
    padding: 1px;
    padding-left: 5px;
    color: white;
    background-color: #0A246A;
}

div.pressListItems {
    position: relative;
    float: left;
    width: 169px;
    margin-right: 10px;
}
div.pressListItemsHidden {
    /** display: none; **/
}

div.pressListItemNormal, div.pressListItemHighlight {
    float: left;
    height: 45px;
    position: relative;
    background-color: #FFFFFF;
    cursor: pointer;
    width: 169px;
    border-bottom: 1px solid #472c7d;
    padding-top: 3px;
}
div.pressListItemHighlight {
    background-color: #ded3f3;
}
div.pressListItemNormal a, div.pressListItemHighlight a {
    text-decoration: none;
    color: #7059A5;
    margin-top: 50px;
}
div.pressListItemTitle {
    float: left;
    position: relative;
    width: 134px;
}
div.pressListItemIcon {
    float: right;
    position: relative;
    width: 35px;
}
div.pressListItemLink {
    float: left;
    position: relative;
    color: #7059A5;
    margin-top: 3px;
    width: 100%;
}
div.pressListItemLink a {
    text-decoration: none;
    color: #7059A5;
}

div.pressItemText {
    float: left;
    position: relative;
    border-top: 1px solid #7059A5;
}
div.pressItemText hr {
    border-top: 1px solid #7059A5;
    height: 1px;
    color: white;
}
div.pressItemText a {
    color: #7059A5;
    text-decoration: none;
}

.routedescription {
    margin-top: 50px;
}

.toplink {
    margin-right: 20px;
    text-align: right;
}

table.purlple_headered_table {
    border: 1px solid #472c7d;
}
table.purlple_headered_table th {
    padding: 3px 15px;
    text-align: left;
    color: white;
    background-color: #472c7d;
}
table.purlple_headered_table td {
    background-color: white;
    padding: 15px;
}

#list_table h2 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.grayed_out {
    color: #808080;
}




table.boxHolder {
    width: 620px;
}
table.box {
    margin: 0px 0px 0px 0px;
    border: none;
}
table.box hr {
    border: 0;
    border-top: 1px solid #CCCCCC;
    height: 1px;
    color: white;
}
table.box h2 {
    margin: 3px 0px 0px 3px;
}
table.box a.job {
    font-weight: normal;
}

table.top5 {
    margin: 0px 0px 0px 0px;
    width: 100%;
}

table.box_stats {
    background-color: white;
    background-image: url('../images/box/ttstatistieken.jpg');
    background-repeat:no-repeat;
    background-position: center center;
}


/*********************************
List pagination
*********************************/

div.pagecontrol {
    font-size: 13px;
    margin: 2px;
    min-height: 2px;
    text-align: left;
    padding-left: 20px;
}
div.pagecontrol span {
    font-weight: bold;
    color: firebrick;
}
div.pagecontrol a {
    color: #5C8FC2;
}
div.pagecontrol img {
    vertical-align: bottom;
    margin-bottom: -1px;
    *margin-bottom: 1px;
}

/**Purple box at the home page*/
tr.box_top {
    height: 8px;
}
td.box_top_left {
    background-image:url('../images/box/top_left.gif');
    width: 8px;
    background-repeat:no-repeat;
}
td.box_top_center {
    background-image:url('../images/box/top_center.gif');
    background-repeat:repeat-x;
}
td.box_top_right {
    background-image:url('../images/box/top_right.gif');
    width: 8px;
    background-repeat:no-repeat;
}
td.box_middle_left {
    background-image:url('../images/box/middle_left.gif');
    width:8px;
    background-repeat:repeat-y;
}
td.box_middle_center {
    padding: 6px;
}
td.box_middle_right {
    background-image:url('../images/box/middle_right.gif');
    width:8px;
    background-repeat:repeat-y;
}
tr.box_bottom {
    height: 8px;
}
td.box_bottom_left {
    background-image:url('../images/box/bottom_left.gif');
    width:8px;
    background-repeat:no-repeat;
}
td.box_bottom_center {
    background-image:url('../images/box/bottom_center.gif');
    background-repeat:repeat-x;
}
td.box_bottom_right {
    background-image:url('../images/box/bottom_right.gif');
    width:8px;
    background-repeat:no-repeat;
}

td.waaromtt_top {
    background-image:url('../images/box/interview.png');
    height:169px;
    width: 300px;
    background-repeat:no-repeat;
}

#home-stats {
    width: 240px;
    margin: auto;
    margin-top: 135px;
    *margin-top: 140px;
    font-size: 12px;
    line-height: 17px;
    color: white;
    text-align: left;
}

.exceptionclasses {
    color: #A0A0A0;
    text-align: right;
    font-size: 10px;
    width: 100%;
}

#overzichten-right table {
    width: 100%;
    table-layout: fixed;
}
#overzichten-right #starters {
    width: 50%;
    padding-left: 20px;
    border-right: 1px solid #7059A5;
}
#overzichten-right #trainees {
    width: 50%;
    padding-left: 20px;
}
#overzichten-right #starters p, #overzichten-right #trainees p{
    line-height: 16px;
}

#uitgebreid-zoeken {
    margin-top: -24px;
    margin-left: 100px;
    position: absolute;
    line-height: 16px;
}

.testimonial-candidates {
    margin-bottom: 30px;
}

.testimonial-candidates img{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.purplebox-top {
    background: url("../images/interface/purplebox_top.jpg") no-repeat;
    width: 307px;
    height: 8px;
}

.purplebox-middle {
    background: url("../images/interface/purplebox_middle.jpg") repeat-y;
    width: 287px;
    padding: 5px 10px;
}

.purplebox-middle p {
    clear: both;
}

.purplebox-bottom {
    background: url("../images/interface/purplebox_bottom.jpg") no-repeat;
    width: 307px;
    height: 8px;
}


.purplebox_wide-top {
    background: url("../images/interface/purplebox_wide_top.jpg") no-repeat;
    width: 627px;
    height: 8px;
}

.purplebox_wide-middle {
    background: url("../images/interface/purplebox_wide_middle.jpg") repeat-y;
    width: 621px;
    padding: 5px 3px;
}

.purplebox_wide-middle p {
    clear: both;
}

.purplebox_wide-bottom {
    background: url("../images/interface/purplebox_wide_bottom.jpg") no-repeat;
    width: 627px;
    height: 8px;
}

.testimonial_companies_item {
    margin-top: 10px;
}

.testimonial_companies {
    position: absolute;
    width: 285px;
}

.testimonial_companies .testimonial_text {
    clear: left;
    *margin-top: -10px;
}

.testimonial_companies .testimonial_image {
    width: 110px;
    float: left;
}

.testimonial_companies .testimonial_more {
    margin-top: 10px;
}

.testimonial-page-companies {
    margin-bottom: 30px;
}

.testimonial-page-companies h4 {
    margin: 0px;
}

.enlarged {
    font-size: 140%;
    line-height: 110%;
}

#lsg-model-image {
    position: relative;
    background: url("../images/box/werkmodel.jpg") no-repeat;
    height: 300px;
    width: 627px;
}
#lsg-model-image #lsg-model-image-text {
    position: relative;
    top: 15px;
    left: 326px;
    width: 280px;
}

#toptalent_selection {
    width: 627px;
}

#toptalent_selection table {
    width: 100%;
    border-top: 1px solid #CCC1DF;
}

#toptalent_selection td {
    border-bottom: 1px solid #CCC1DF;
    padding: 2px 10px;
}

#toptalent_selection img {
    border: 1px solid #8D74B5;
    margin-top: 3px;
}

tr.odd td {
    background-color: #FAF7FF;
}

tr.even td {
    background-color: #FFFFFF;
}

#home-officies {
    margin-top: 10px;
}
#home-officies h2 {
    margin-top: 0px;
    font-size: 12px;
}
#home-officies img {
    width: 65px;
    padding: 0px 5px;
}

