* { margin: 0; padding: 0; }
p { margin: 1em 0; }
h1, h2, h3, h4 { margin: 0.5em 0; }
ul { padding: 0 0 0 1.8em; }

body { 
    font:12px/16px Arial,Verdana,sans-serif;
    padding: 0;
    color: #222;
    margin: 0 10px;
}
/*
    .column-width { width: 320px; }
    .margin-left-column { margin-left: 330px; }
    .margin-left-preview { margin-left: 160px; }
*/

.main-column .text hr { display: none; }
.text h1,.text h2, .text h3,.text h4 {
    font: arial,sans-serif;
    color: #000;
    margin: 1em 0 0 0;
}
.after-line {
/*     border-top: solid 2px #eee; */
    font:14px/20px arial,sans-serif;
    width: 950px;
    color: #222;
}

a {
    color: #004687;
    text-decoration: none;
}

a:hover {
    color: #9d0f5e;
}

img { border: none; }

#head {
    position: relative;
    width: 980px;
    background-color: #fff;
    overflow: visible;
}

body.default #head { height: 100px; }


body.overview #head { height: 0px; }

#main {
    position: relative;
    width: 980px;
    background-color: #fff;
    padding: 110px 0;
    margin: 0px auto 0 0;
}

body.default #main { padding: 110px 0 10px 0; }


body.overview #main { padding:  250px 0 10px 0; }

#head h1 {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 300px;
    font-size: 12pt;
}




h1 a {
    display: block;
    padding: 0.3em;
    color: #fff;
    text-decoration: none;
}

#user_tools {
    z-index: 10;
    display: none;
    font-size: 12px/16px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 24px;
    width: 650px;
    padding: 0;
}
.hover-menu {
    position:relative;
    float: right;
    padding: 4px 10px 0 4px;
    height: 22px;
}
.hover-menu:hover {
    background-color:#29ABE2;
}
.hover-menu:hover a {
    color: #fff;
}
.hover-menu .menu {
    position:absolute;
    width: 310px;
    padding: 0;
    list-style: none;
    top: 24px;
    right: -1px;
    display: none;
    background-color:#29ABE2;
    color: #fff;
    border: dotted 1px #fff;
}

.hover-menu:hover .menu {
    display: block !important;
}
.hover-menu .menu li {
    padding: 5px 10px 5px 10px;
}
.hover-menu .menu li a {
    display: block;
    width: 318px;
}

.hover-menu .menu li:hover {
    color: #0E8A96;
    background-color: #fff;
}
.hover-menu .menu li:hover a {
    color: #0E8A96 !important;
}


table.layout {
    width: 980px;
    padding: 0;
    margin: 0;
}

.block { position: relative; }

.cspan1 .block {
    padding: 5px 8px 16px 16px;
    margin-bottom: 15px;
    width: 294px;
    border: solid 1px #aaa;
}
.cspan2 { width: 650px; padding-right: 10px; }
.cspan2 .block {
    width: 625px;
    padding: 5px 8px 16px 16px;
    margin-bottom: 15px;
}

.cspan2 .inline-block embed,
.cspan2 .inline-block object,
.cspan2 .inline-block img
{
    width: 648px !important;
    overflow: hidden;
/*     padding: -4px -3px; */
    border: solid 1px #000;
    margin-bottom: 15px;
}


.cspan2 .intro .block {
    width: 605px;
    padding: 0;
    margin-bottom: 15px;
}

.cspan2 .text {
    font:14px/20px arial,sans-serif;
    color: #222;
    padding: 0 20px 0 10px;

    width: 615px;
    padding: 0 8px 0 16px;
    margin-bottom: 15px;
}

.clearfix { clear: both; }



.tool { float: right; }



div.right-column {float: right;}

.cspan1, .cspan2, .cspan3,
.right-column,
.main-column {
    vertical-align: top;
}

.cspan1,
.right-column,
.right-column-footer
{
    width: 320px;
}
.right-column-footer {
    vertical-align: bottom;
}


.cspan2 h2 {
    font-size: 14px;
}
.cspan2 .folder,
.cspan2 .elevate
{
    border: solid 1px #aaa;
}

.main-column .teaser {
    width: 630px;
    padding: 10px;
}

.tiny { font-size: 8px; }

.block_head .icon
{
    position: absolute;
    top: 0px;
}
div.intro {
/*     float: left; */
    width: 640px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.teaser p {
    font-size: 12px;
    color: #555;
}

div.intro div.teaser {
    width: 650px;
    padding: 0;
/*     border: solid 2px #aaa; */
} 

div.intro div.teaser div.photo {
    float: left;
    position: relative;
}

div.photo .photo-byline {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #aaa;
}
div.photo:hover .photo-byline {
    background-color: #eee;
}

div.main-column {
    float: left;
    width: 620px;
    margin: 0px 0px 10px 0px;
}

.tiny { font-size: 8px; }

/** NOTE right-column Block Styles **/

.cspan1 .block_head
{
    color: #004687;
    margin: 0.5em 0;
    font-size: 12px;
    font-weight: bold;
}

.cspan2 .block_head
{
    color: #004687;
    margin: 1em;
    font-size: 14px;
    font-weight: bold;
}
.plugin_twitter .block_head {
    border-bottom: solid 1px #aaa;
    height: 30px;
}
.plugin_twitter .block_head img
{
    position: absolute;
    top: 4px; left: 9px;
}
.plugin_twitter .block_head a.user
{
    margin-left: 50px;
}
.plugin_twitter .block_head a.followUs
{
    float: right;
}
#twitter_update_list 
{
    color: #555;
    font-size: 12px;
    list-style-type:none;
    padding-left: 5px;
}
#twitter_update_list li { margin-bottom: 10px; padding-right: 10px; }
#twitter_update_list li span { display: block; }
#twitter_update_list li a.datelink { color: #004687!important; }

#company_of_the_week {
    padding-bottom: 15px;
}
div.company_of_the_week {
    margin: 10px auto 0 auto;
    
}

.block ul.list {
    list-style: none;
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;
    padding-left: 0px;
}

.block ul.series {
    list-style: none;
    font-size: 8pt;
    margin-left: 0px;
    padding-left: 0px;
}
.series .subtitle {
    font-size: 10px;
}


.block ul li.selected {
    font-weight: bold;
}

.rbox p, .fbox p
{ color: #555; }

/** NOTE category **/
.category_banner
{
    height: 152px;
    padding: 0;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.category_content {
    position: relative;
    padding: 10px 20px;
    height: 210px;
}

.job_list_banner {
    position: relative;
    padding: 0px 10px;
    margin: 0 0 20px 0;
    height: 300px;
    width: 628px;
    border: solid 1px #AAA;
}
.job_list {
    background-color: #fff;
    position: absolute;
    top: 30px;
    left: 10px;
    padding: 10px 10px;
    height: 250px;
    overflow-y: scroll;
}

td.job_title_col {
    width: 440px;
}

.start_banner 
{
    height: 230px;
    padding: 0;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.start_banner .layer1 {
    position: absolute; top: 45px; left: 375px; opacity: 0.7; background-color: #fff; padding: 20px; width: 450px; height: 100px;
}
.start_banner .layer2 {
    position: absolute; top: 40px; left: 370px; opacity: 0.9; background-color: #fff; padding: 20px; width: 450px; z-index:2; height: 100px;
}


.start_banner h1 {
    color:#9d0f5e; font-size: 14pt;
}
/** NOTE Teaser **/

.teaser-wide {
    width: 976px;
    border: solid 2px #aaa;
    padding: 0;
    margin: 10px 0 10px 0px;
}
.teaser-wide .photo {
    width: 320px;
    float: left;
}
.teaser-wide .rbox {
    width: 636px;
    padding: 10px;
    margin-left: 330px;
    min-height: 180px;
}

.teaser-small {
    width: 650px;
    padding: 0;
    margin: 10px 0px;
/*     min-height: 110px */
}

.teaser-small .photo {
    width: 100px;
    margin: 0 0 10px 0;
    float: left;
}
.teaser-small .rbox {
    width: 516px;
    padding: 0px 10px 10px 10px;
    margin-left: 110px;
}
.teaser-small .extralinks {
    margin-top: 8px;
}

.teaser-small .fbox p,
.teaser-small .rbox p {
    display:inline; 
}

.cspan2 .teaser-normal {
    width: 630px;
    padding: 0;
    margin: 0 0 20px 0;
}

.teaser-normal .photo {
    width: 320px;
    float: left;
}
.photo img { border: solid 1px #aaa; }

.teaser-normal .rbox {
    width: 300px;
    padding: 0px 10px;
    margin-left: 330px;
    min-height: 200px;
}

.teaser-normal .fbox {
    width: 630px;
    padding: 10px 10px;
}

/** **/

.cspan1 h2
{
/*     margin: 5px 15px 5px 13px; */
    font-size: 14px;
}

/** NOTE Block: Fair Overview **/

.fair-overview ul {
    font-size: 12px;
}
.fair-overview ul.year {
    list-style: none;
    margin-left: 5px;
    padding-left: 0px;
    margin-top: 0px;
}

.fair-overview ul.month {
    list-style: none;
    margin-left: 5px;
    padding-left: 11px;
}

div.hInfo, .hidden {
    display: none;
}

.small-info {
    color: #555;
    font-size: 12pt;
}
h1 .small-info a {
    display: inline;
    padding: 0.3em;
    color: #004687;
    text-decoration: none;
}

h1 .small-info a:hover {
    display: inline;
    padding: 0.3em;
    color: #9d0f5e;
    background-color: transparent;
    text-decoration: underline;
}

/** NOTE Shadows **/

.pagination {
    margin: 5px 0;
}

.pagination .prev,
.pagination .page,
.pagination .next
{
    padding: 5px;
    background-color: #eee;
}

.letter-index .current,
.pagination .current
{
    padding: 4px;
    color: black !important;
    border: dotted 1px #555;
    font-weight: bold;
    background-color: #eee;
}

.letter-index {
    margin: 5px 0;
}

.letter-index .letter
{
    padding: 5px;
    background-color: #eee;
}

/* PROFILE */

.booking_item {
    height: 200px;
    position: relative;
/*     background-color: #faf; */
}
.booking_item .booking_options {
    position:absolute;
    top: 0px;
    right: 0px;
    width: 320px;
    height: 130px;
}
.booking_item .booking_actions {
    position:absolute;
    bottom: 0px;
    right: 0px;
    width: 320px;
/*     height: 100px; */
}

/* company.css */

#firma
{
        display: block;
}
.firma_head, .account_head {
    width: 980px;
    position: relative;
}
#firma .firma_head, #firma .account_head {
    position: relative;
}

.xbox {
    position: absolute; top: 0px; right: 0px; width: 320px;
}

.edit_link {
    position: relative;
    padding: 0;
    margin: 0 0 5px 0;
    border: solid 1px #29ABE2;
    font-size: 12px;
    font-weight: bold; 
}
.edit_link img.ajax_wait {
    position: absolute; right: 12px; top:8px;
}
.edit_link a {
    padding: 2px 0px 2px 24px;
    margin: 4px 4px 0 8px;
    display: block;
    height: 18px;
    width: 318px;
    color: #5B80B2;
    text-decoration: none;
}


.firma_head .rbox {
    margin: 0px 0 0 340px;
    padding: 33px 0 0 0;
}
.snippet .rbox {
    padding: 0 !important;
}
.firma_head .lbox {
    width: 320px;
    float: left;
    text-align: right;
}
.firma_head .lbox h2 {
    font-size: 14pt; text-transform: uppercase;
    padding: 0 0 20px 0;
}

.firma_head div.rbox .adress {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #555;
    font-family: Arial, sans-serif;
}
.firma_head .profile_adlink { color:#ddd; position:absolute; top: 80px; right: 0px; }
.firma_head .profile_adlink:hover { color:#9d0f5e;  }

#firma hr {
    border: none;
    height: 0px;
    border-bottom: solid 1px #aaa;
}

.square {
    margin: 3px 5px 0 0; padding: 0 0px; width: 10px; height: 10px; background-color: #004687; float: left;
}
.even .square {
    background-color: #004687;
}
.odd .square {
    background-color: #29abe2;
}

#company_extra_profiles a {
    margin: 0px 0 0 14px;
}
#company_videos div.video {
    color:#AAAAAA;
    font-size:12px;
    padding: 0px 0px 10px 14px;
}
/* #company_videos div.video img { display:inline; } */


#firma .main_content {
  float: left;
  padding: 0px 0px 20px 10px;
  width: 620px;
  margin: 0px;
}

.firma_head h2 {
        color: #004687;
        font-size: 12pt;
        font-weight: bold;
        font-family: Arial, sans-serif;
        margin: 10px 0 0px 0;
}



#firma .main_content table,
#firma .main_content table tbody,
#firma .main_content table tr,
#firma .main_content table td
{
  border-spacing:0px;
/*   padding: 0; */
  margin: 0;
  vertical-align: top;
}
#firma td.key {
    width: 200px;
    padding-right: 20px;
    text-align: right;
}
#firma .part h2 {
    font-size: 12px;
    width: 200px;
    text-align: right;
    color: #222;
/*     margin-bottom: 0px; */
}
#firma .part hr {
    margin: 0 0 6px 0;
}

#firma .flat_part h2 {
    font-size: 12px;
    width: 200px;
    color: #222;
    margin-bottom: 0px;
}

#firma .part {
    margin-bottom: 20px;
}

.job {
    height: 30px;
    background-color: #faf;
    width: 650px;
    float: right;
    border: solid 2px #555;
    font-size: 12pt;
}
.part .rbox {
    width: auto;
    margin-left: 120px;
}
.markdown {
    position: relative;
}

.markdown ul {
    padding-left: 20px;
}

.rating-widget .square-active {
    margin: 3px 5px 0 0; padding: 0 0px; width: 10px; height: 10px; float: left;
    background-color: #004687;
    border: solid 1px #004687;
}

.rating-widget .square-inactive {
    margin: 3px 5px 0 0; padding: 0 0px; width: 10px; height: 10px; float: left;
    background-color: #fff;
    border: solid 1px #004687;
}

.rating-widget .square-hover {
    border: solid 1px #f00 !important;
}

