@import "font.css";

html{
  overflow-y: scroll;
}

/* Body */
body {
  background:#032f55;
  margin:0;
  padding:0;
}

* html body {
  text-align:center;
}
* html #container,
* html #footer {
  width:970px;
  text-align:left;
}

td, th {
  font-size: 13px;
}

/* Preview message (only visible in preview mode) */
#preview {
  position:absolute;
  top:0;
  right:0;
  background-color:#F66;
  color:black;
  border:1px solid black;
  padding:10px;
  z-index: 1000;
}

/* Container */
#container {
  position:relative;
  width:970px;
  margin:0 auto;
  padding:0;
  background: white;
  border-top:1px solid #032F55;
}

/* Language */
#language {
  position: absolute;
  margin: 52px 0 0 35px;
  width:150px;
  height:20px;
  z-index: 10;
  font-size:11px;
  font-weight: bold;
}
#language a {
  color:#7196b2;
}
#language a:hover {
  color:#95B5CE;
}

/* Logo */
#logo {
  position: absolute;
  background:url(../images/cbs_logo.gif) no-repeat;
  margin: 25px 0 0 715px;
  width:220px;
  height:38px;
  z-index: 10;
}
#logo .link {
  width:220px;
  height:38px;
}

/* Stage design */
#stage_design {
  position:relative;
  padding-top:82px;
  width: 100%;
  background: #032F55;
}
*+html #stage_design{
  z-index:-1;
}
* html #stage_design{
  margin-bottom:82px!important;
}
#stage_design img {
  position:absolute;
  width: 970px;
  top:82px;
  left:0px;
}

/* Navigation */
#header {
  background:url(../images/cbs_navi_bg.png);
  width:970px;
  height:61px;
  position:relative;
}
*+html #header{
  position: static;
}
/* Header: First navigation */
#header ul {
  margin: 0 20px 0 20px;
  padding: 0;
  position: absolute;
  z-index: 299;
}
#header ul .separator {
  background:url(../images/border.png) no-repeat left 13px;
  z-index: 299;
}
#header ul li {
  margin: 0;
  padding: 0;
  float:left;
  list-style: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  z-index: 299;
}
#header ul li:hover {
  background:white;
  color:#1c4366;
  z-index: 299;
}
#header ul li a {
  width: auto;
  display: block;
  padding: 7px 15px;
  margin:0;
  text-decoration: none;
  color: white;
  z-index: 299;
}
#header ul li a:hover {
  background:white;
  color:#1c4366;
  z-index: 299;
}
#header ul li div.outer {
  display:none;
  position: relative;
  left: -16px;
  top: -3px;
  z-index: 299; 
}

#header ul li div.inner {
  position: absolute;
  width: 290px;
  padding: 0px 0px 3px 0px;
  background: url(../images/box_small.png) left top;
  z-index: 299;   
}

#header ul li ul {
  z-index: 299; 
  position: relative;
  top: 5px;
  left: 4px;
  margin: 0;
  width: 286px; 
  padding: 0px 3px 5px 0px;
  background:white;
  background: url(../images/box_small.png) right bottom;
}
#header ul li:hover a {
  color:#1c4366;
  z-index: 299;
}
#header ul li:hover div.outer {
  display:block;
  z-index: 299;
}
#header ul li ul li {
  font-size:14px;
  font-weight: normal;
  float: none;
  margin:0;
  text-align: left;
  z-index: 299;
}
#header ul li ul li.middle{
  padding: 2px 0px;
  z-index: 299;
}
#header ul li ul li a {
  width: auto;
  display: block;
  padding: 6px 15px;
  margin: 0;
  text-decoration: none;
  color: #1c4366;
  z-index: 299;
}
#header ul li ul li a:hover,
#header ul li ul li a.chosen
{
  border:none;
  background:#e4eef7;
  z-index: 299;
}
#header ul li ul li a.chosen {
  font-weight: bold;
  z-index: 299;
}
#header ul li a:hover,
#header ul li a.on,
#header ul li a.current,
#header ul li a.current:hover {
  color:#032F55;
  z-index: 299;
}

/* Side: Second navigation */
#side_navi {
  position: relative;
  width: 220px;
  padding-left: 50px;
  margin-bottom: 30px;
  float:left;
  background: white;
}

* html #side_navi{
  padding-left:40px;
  width:200px!important;
}
#side_navi ul#secondary {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  list-style: none;
}
#side_navi ul#secondary li {
  font-size:14px;
  margin: 5px 0 5px 0;
  padding:0;
}
#side_navi ul#secondary a,
#side_navi ul#secondary span {
  width: auto;
  padding: 4px 0 4px 15px;
  margin: 0;
  text-decoration: none;
  color: #194265;
  display: block;
}
#side_navi ul#secondary li a:hover,
#side_navi ul#secondary li a.chosen {
  background:#e4eef7;
  font-weight: bold;
}
/* Side: Third navigation */
#side_navi ul#third {
  margin: 0 0 0 30px;
  padding: 0;
  position: relative;
  list-style: none;
}
#side_navi ul#third li {
  font-size:13px;
  margin: 2.5px 0 2.5px 0;
  padding:0;
}
#side_navi ul#third a,
#side_navi ul#third span {
  width: auto;
  padding: 2px 0 2px 15px;
  margin: 0;
  text-decoration: none;
  color: #194265;
  display: block;
}
#side_navi ul#third li a:hover,
#side_navi ul#third li a.chosen {
  background:#e4eef7;
  font-weight: bold;
}

/* Breadcrumb navigation */
#breadcrumb_navi {
  position:relative;
  width: 900px;
  height:10px;
  margin-top:-7px;
  padding: 25px 35px 20px 35px;
  text-align: left;
  color:#b3c0cc;
  background:white;
}
* html #breadcrumb_navi{
 width:970px;
}
#breadcrumb_navi a {
  color:#b3c0cc;
}
#breadcrumb_navi a:hover {
  color:#194265;
}

/* Content */
#main {
  margin-top:-5px;
  padding-left:35px;
  position:relative;
  width:630px;
  float: left;
  background:white;
  line-height: 150%;
}
#main hr {
  border: 1px solid #E8E8E8;
  border-bottom:2px solid #E8E8E8;
  color: #E8E8E8;
}

#main div.gallery a,
#main div.gallery a:link,
#main div.gallery a:visited,
#main div.gallery a:active {
  background:none;
  color:#069;
  text-decoration:none;
  border:none;
  padding:0;
}
#main div.gallery a:hover {
  background:none;
  color:#333;
  border:none;
  padding:0;
}
#main div.gallery img {
  margin:0;
  padding:0;
  text-decoration:none;
  border:none;
}
#main .box input, #main .box textarea{
  background:#FFF;
  padding-left:3px;
}
#main .box input:focus,#main .box textarea:focus{
  background:#FFF;
  padding-left:3px;
}

/* Tombstone */
    
#main table.tombstones {
  height: 100%;
  padding-left: 15px;
  margin-left: -25px;
}
#main table.tombstones td {
  vertical-align: top;
  padding-top: 0px;
}
#main table.tombstones td div.bottom {
  margin-bottom: -12px;
}
#main table.tombstone,
#main table.tombstone_logo {
  padding: 30px 20px 0 12px;
}

#main table.tombstone_logo td,
#main table.tombstone td {
  width: 190px;
  /*border-bottom: 1px solid #cdcdcd;*/
  font-size: 11px;
  color: #777;
}

#main table.tombstone td.key {
  width: 75px;
}
#main td.image {
  height: 70px;
  text-align: center;
  vertical-align: middle !important;
}

/* Tombstone (Singelview at HOME)*/
#side_navi table.tombstone td {
  vertical-align: top;
  padding-top: 0px;
}
#side_navi table.tombstone {
  margin-left: -10px;
  padding: 10px;
  padding-right: 0;
  width: 100%;
}
#side_navi table.tombstone td {
  border-bottom: 1px solid #cdcdcd;
  padding:5px 0;
}
#side_navi table.tombstone td.key {
  width: 75px;
}
#side_navi table.tombstone td.image {
  text-align: center;
  padding-bottom: 20px;
}

/* Gallery */
#category {
  position:relative;
  margin: 20px 0 10px 0;
  background: #ededed;
  width: 630px;
  height: 40px;
  padding: 20px 0 25px 20px;
}
#category select.category {
  width: 81%;
}

#main div.gallery a,
#main div.gallery a:link,
#main div.gallery a:visited,
#main div.gallery a:active {
  background:none;
  color:#069;
  text-decoration:none;
  border:none;
  padding:0;
}
#main div.gallery a:hover {
  background:none;
  color:#333;
  border:none;
  padding:0;
}
#main div.images a,
#main div.images a:link,
#main div.images a:visited,
#main div.images a:active {
  background:none;
  color:#069;
  text-decoration:none;
  border:none;
  padding:0;
}
#main div.images a:hover {
  background:none;
  color:#333;
  border:none;
  padding:0;
}www
#main div.gallery {
  position: relative;
  margin: 0 auto 0;
  width:630px;
}
#main div.gallery img {
  margin:40px auto 20px;
  padding:0;
  border:none;
}
#main div.gallery div.bottom {
   margin-top:0px;
}
#main div.picture_frame {
  margin:0 auto 0;
}
#main div.picture_position {
  position:relative;
  border:none;
  background:url(../images/loading.gif) no-repeat center center #e4eef7;
  max-width:630px;
  text-align: center;
}
#main div.picture_comment {
  position:relative;
  background: #ededed;
  width: 590px;
  height: 100%;
  padding: 20px;
  padding-top:0;
  text-align: center;
}
#main div.picture_navi_download {
  position:relative;
  margin-bottom: 20px;
  background: #ededed;
  width: 590px;
  height: 100%;
  padding: 20px;
  text-align: center;
}
#main div.picture_navi_download div.left {
  position: absolute;
  top:20px;
  left:20px;
  z-index: 15;
  background:url(../images/left2.png) no-repeat left center !important;
  padding-left: 30px;
}
#main div.picture_navi_download div.center {
  position: relative;
  z-index: 5;
}
#main div.picture_navi_download div.right {
  position: absolute;
  right: 20px;
  top:20px;
  z-index: 10;
  background:url(../images/right2.png) no-repeat right center !important;
  padding-right: 30px;
}
div.loading {
  background:url(../images/loading.gif) no-repeat center center #e4eef7;
  min-height: 200px;
  min-width: 200px;
}
div.sli_border {
  position:relative;
  width:630px;
  height: 41px;
  padding: 12px 0 12px;
  margin:0 auto 0;
  overflow: hidden;
  background: #032f55;
  text-align: center;
  vertical-align: top;
}
div.sli_border div.item{
  position:absolute;
}
div.sli_border div.image {
  float:left;
  margin:0px 5px 0 5px;
  text-align: center;
  overflow:hidden;
}
div.sli_border div.image a {
  display:block;
  height:100%;
  width:100%;
}
div.sli_border div.image span {
  display:block;
  height:100%;
  width:100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#nextbtn {
  position:absolute;
  right:0px;
  width:0px;
  padding-left:60px!important;
  height:65px;
  background:url(../images/right.png) no-repeat center center #032F55 !important;
  display:block;
  overflow:hidden;
  outline: none;
  z-index:20;
}
#backbtn {
  position:absolute;
  left:0px;
  width:0px;
  padding-left:60px!important;
  height:65px;
  background:url(../images/left.png) no-repeat center center #032F55 !important;
  display:block;
  overflow:hidden;
  outline: none;
  z-index:20;
}
#easycms_gallery {
  height:100%;
  width:630px;
  position: absolute;
  left:70px;
  top:0;
}
#main div.dsp_client {
  position: relative;
  margin: 10px 0 -20px -5px;
  width: 650px;
  z-index: 10;
}
#main div.dsp_client table {
  margin: 10px 5px 0 5px;
  margin-bottom: -6px;
}
#main div.dsp_client table td {
  vertical-align: top;
  max-width: 200px;
  width: 200px;
  padding:8px 10px 2px 5px;
}
#main div.dsp_client table td.logo {
  max-width:150px;
  width:150px;
}
#main div.dsp_client table td img {
  max-height:50px;
  max-width:150px;
  border:none;
}
#main div.dsp_client div.description {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 14px;
  left: 0;
  display:none;
}
#main div.dsp_client div.description div {
  position: absolute;
  height: 92%;
  width: 599px;
  background: #a5c7e3;
  padding:6px 10px 0;
  z-index: 20;
  margin: -2px 0 0 -1px;
  font-weight: bold;
}
#main div.dsp_client div.hover:hover div.description {
  display: block;
  cursor: pointer;
}
#main div.page_navi {
  position:relative;
  margin-top: 55px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 95%;
}
#main div.page_navi_tombstones {
  position:relative;
  margin-top: 25px;
  padding-bottom: 45px;
  font-weight: bold;
  font-size: 95%;
}
#main div.left {
  background: url(../images/arrow_back.jpg) no-repeat left center;
  position:absolute;
  padding-left: 15px;
}
#main div.right {
  background: url(../images/arrow_next.jpg) no-repeat right center;
  position: absolute;
  padding-right: 15px;
  right:0;
}
#main div.news {
  float: left;
  width: 260px;
  margin: 10px 20px 10px 0;
}
#main div.news h2 {
  line-height: 125%;
  font-size: 15px;
  color: #4e6d88;;
}
#main a.btn {
  display: block;
  float: left;
  width: 100px;
  border: 1px solid #cccccc;
  text-align: center;
  background: #F0F0F0;
  color: black;
}
label {
  display: block;
  float: left;
  width: 150px;
}
input {
  border: 1px solid #cccccc;
}
input.submit {
  width: 100px;
  background-color: #8BB5D7;
  color: white;
  border: 1px solid #7C9BB4;
  cursor: pointer;
  padding: 2px 4px;
}
#concern3 {
  margin-left: 5px;
}
#concern2 {
  margin:50px 30px 20px 30px;
}
#concern2 select {
  width: 550px;
}
#name {
  position:relative;
  float: left;
  margin:0 15px 5px 0;
  z-index: 10;
  clear: left;
}
#name input {
  width: 294px;
  border: 1px solid #cccccc;
}
#company {
  position: relative;
  margin:0 0 10px 0;
}
#company input {
  width: 294px;
  border: 1px solid #cccccc;
  z-index: 10;
}
#email {
  position:relative;
  float: left;
  margin:0 15px 5px 0;
  clear: left;
  z-index: 10;
  clear: left;
}
#email input {
  width: 294px;
  border: 1px solid #cccccc;
}
#phone {
  position: relative;
  margin:0 0 5px 0;
}
#phone input{
  width: 294px;
  border: 1px solid #cccccc;
}
#privacy_statement {
  position: relative;
  width: 290px;
  float: left;
  font-size: 85%;
  clear: left;
  margin-bottom: 50px;
}
#text {
  width: 620px;
  height: 100px;
  margin-bottom: 50px;
}
#text textarea {
  border: 1px solid #cccccc;
}
#submit {
  position: absolute;
  margin: 20px 0 0 0;
  right:0;
}
#submit input {
  background: url(../images/submit.jpg) no-repeat right center white;
  color: #022f56;
  border: none;
  cursor: pointer;
  font-weight: bold;
  padding-right: 22px;
}
#attachment {
  background: #EDEDED;
  padding:20px;
  margin:20px 0;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
}

/* DSP CLIENT */
#dsp_sort_filter {
  position: relative;
  width: 625px;
  margin: 0 auto;
  padding: 10px;
  background: #eee;
}
#dsp_sort_filter table.dsp_sort {
  width: 97%;
}
#dsp_sort_filter table.dsp_sort td {
  width: 80%;
  text-align: left;
}
#dsp_sort_filter table.dsp_sort td.left {
  width: 20%;
  text-align: left;
}
#dsp_sort_filter table.dsp_filter_branch {
  width: 97%;
}
#dsp_sort_filter table.dsp_filter_branch td {
  width: 80%;
  text-align: left;
}
#dsp_sort_filter table.dsp_filter_branch td.left {
  width: 20%;
  text-align: left;
}
#dsp_sort_filter table.dsp_filter_sector {
  width: 97%;
}
#dsp_sort_filter table.dsp_filter_sector td {
  width:80%;
  text-align: left;
}
#dsp_sort_filter table.dsp_filter_sector td.left {
  width: 20%;
  text-align: left;
}

/* Up */
#to_top {
  position: relative;
  width: 100%;
  max-width: 630px;
  text-align: right;
  margin: 20px 0;
  font-weight: bold;
  font-size: 11px;
  background:url(../images/cbs_to_top.gif) no-repeat 555px 7px;
}
#to_top a {
  color: #a2a2a2;
}

/* Sidecontent */
#side_navi {
  position: relative;
  width: 220px;
  background: white;
  float:left;
}
#side_navi a {
  color: #4e6d88;
}
#side_navi a:hover {
  color:#194265;
}
#side_home,
#side_home_2,
#side_contact,
#side_downloads {
  position: relative;
  width: 250px;
  margin-left:-10px;
  margin-top: -15px;
}
#side_home,
#side_home_2 {
  margin-top: -92px;
  width: 340px;
  margin-left: -35px;
  z-index:10;
}
#side_home_2 {
  margin-top: -15px;
}
#side_home .headline,
#side_home_2 .headline {
  color: #666;
  font-weight: bold;
  font-size: 17px;
}

#main img.cbs_image {
  padding: 7px;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
}

a img {
  border:none;
}

#side_home table.tombstone td {
  width: 235px;
}
#side_home table.tombstone td.key {
  width: 105px;
}
#side_home .main,
#side_home_2 .main,
#side_contact .main,
#side_downloads .main {
  padding:20px 20px 0 20px;
}
#side_navi strong {
  color:#444;
}
#side_navi h1 {
  font-size: 15px;
  color:#666;
  padding-bottom:4px;
  border-bottom:1px solid #ccc;
}

/* Footer */
#footer {
  position:relative;
  width: 900px;
  margin: 20px auto;
  font-size:11px;
  color:#999;
}
#footer p{
  margin: 0;
}
#footer td{
  font-size:11px;
}
#footer a {
  color:#989898;
}
#footer a:hover {
  color:#95B5CE;
}
#footer div.easycms {
  position:absolute;
  top:0px;
  right:0px;
  text-align: right;
}
#footer div.easycms a {
  color:#999;
}
#footer div.easycms a:hover {
  color:#95B5CE;
}

/* Google header */
#googleheader {
  display:none;
}

/* Preview notice */
div.preview {
  position:absolute;
  top:0;
  right:0;
  background-color:#ff6666;
  color:black;
  border:1px solid black;
  padding:10px;
  z-index: 1000;
}
.downloads {
  position:relative;
  margin: 20px 0 10px 0;
  width: 607px;
}
.box {
  background:#E4EEF7;
  border:1px solid #86A1B6;
  width: 607px;
  padding: 20px 0 25px 20px;
}
.box h1,.box h2 {
  border:none;
  color:#000;
  font-size:14px;
}

/* === HACKS === */

/* Mac IE */
@media screen, projection {
  .search-box {
    color:white
  }
}

/* NEEDED ??? */

/*div.icon_lock {
  padding-left: 22px;
  padding-bottom: 1px;
  background: url(../images/css/lock.png) no-repeat left;
  line-height: 16px;
}
div.access_denied {
  padding: 7px;
  padding-left: 28px;
  background: #fdd url(../images/css/lock.png) no-repeat 5px;
  margin-bottom: 20px;
}
div.info{
  padding: 5px;
  background: #FFA;
  margin-bottom: 10px;
}
div.error{
  padding: 5px;
  background: #FCC;
  margin-bottom: 10px;
}*/

/*#popup {
  margin: auto; /* centers the whole container *//*
  margin-top: 10px;
  text-align: center;
  font-size:12px;
  padding:0px;
  border:0px solid #C70E11;
}*/

/*#eyecatcher {
  float:right;
  border:1px solid;
  margin-right:20px;
  margin-top:60px;
}*/

div.error{
  color: red;
}

.page_dsp_login #side_navi{
  display: none !important;
}

.page_dsp_login #main{
  width: 900px;
}

div.dsp_login_form {
  width: 305px;
  margin: 0 auto 20px;
}

.dsp_login_form .inner {
  background: #eee;
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.dsp_login_form .inner input {
  width: 150px;
}

.dsp_login_form .inner input.submit {
  width: 100px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.ecTooltip{
  width: 250px;
  opacity:0.95;
  -moz-opacity:0.95;
  -khtml-opacity:0.95;
  filter:alpha(opacity=95);
  padding-left: 20px;
  background: url(../images/tombstone_arrow.gif) top left no-repeat;
}

.ecTooltip .tombstone{
  background-color: #E4EEF7;  
  width: 100%;
}

.ecTooltip .tombstone td.key{
  font-weight: bold;
  width: 65px;
}

.ecTooltip .tombstone td{
  border-bottom: 1px solid white;
  padding: 6px 6px;
  color: #032F55;
  vertical-align: top;
}

.ecTooltip .tombstone tr.last td{
  border: none;
}

.select_border{
  position: absolute;
  top: 15px;
  left: -2px;
  width: 171px;
  height: 144px;
  display: none;
  z-index: 999;
}

.selected .select_border{
   display: block;
   border: 4px solid #E4EEF7;
}

/* Hide Box for IE 6 */

* html div.outer .inner,
* html div.outer .top,
* html div.outer .bottom,
* html div.outer .bottom div{
  background:white!important;
}

.direct_page{
  text-align: center;
  margin-top: 10px;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  clear: both;
  padding: 6px;
}
.direct_page a{
  padding: 2px 4px;
  color: #777;
}

.direct_page a.selected,
.direct_page a:hover{
  background: #E4EEF7;
  font-weight: bold;
  color: #333;
}
