/* ================================== */
/*  Pressetexter CSS : Layout Styles  */
/* ================================== */



/* --- Basic Layout -------------------------------------------------------- */

html, body {
  min-height: 850px;
}

body {
  background: #6387c8 url('../images/ui/bg_body.png') repeat-x 0 0;
  font: 0.75em/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#skipcenter {
  height: 240px;
  margin: 0 auto;
  width: 67em;
  position: relative;
  z-index: 1;
}

#skiplinks {
  background: white url('../images/ui/bg_waves_top.png') no-repeat 0 0;
  left: -95px;
  height: 208px;
  position: absolute;
  top: 0;
  width: 178px;
}

#pagecenter {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: #fff;
  border: 1px solid #dedede;
  margin: -208px auto 0 auto;
  position: relative;
  width: 67em;
  z-index: 2;

  /*background: white url('../images/ui/bg_pagecenter_top_left.png') no-repeat 0 0;*/
  /*border-width: 1px 1px 0 1px;*/
}

/* --- Header ------------------------------------------------------------- */

#header {
  border-radius-topleft: 20px;
  border-radius-topright: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  border: 0;
  padding: 1.5em 2.7em 0 2.7em;

  /*background: transparent url('../images/ui/bg_pagecenter_top_right.png') no-repeat top right;*/
}

#header h1 {
  background: white url('../images/ui/banner_header.jpg') no-repeat right top;
  height: 75px;
  padding-top: 25px;
  margin-bottom: 13px;
}

#header h1 a {
  border-bottom: 1px solid #fff;
}

#header h1 a:hover,
#header h1 a:focus,
#header h1 a:active {
  border-bottom: 1px solid #506ea4;
}


/* --- Cols ---------------------------------------------------------------- */

#cols {
  background: #fff url('../images/ui/bg_waves_bottom.png') no-repeat right bottom;
  clear: both;
  margin-top: 1.5em;
  padding: 0 2.7em;
}

#colnavouter {
  float: left;
  width: 14em;
  margin-right: 2em;
  margin-top: 1em;
}

#colnav {
  
}

#colcontentouter {
  float: left;
  width: 25.3em;
  margin-right: 2.2em;
  margin-top: 1em;
}

#cols.twocols #colcontentouter {
  margin-right: 0;
  width: 45.3em;
  padding-bottom: 85px;
}

#colcontextouter {
  float: left;
  width: 18em;
}

#colcontext {
  padding-bottom: 125px;
}


/* --- Area Navigation ----------------------------------------------------- */

#nav_domain {
  height: 32px;
  position: absolute;
  right: 2.7em;
  top: -32px;
}

#nav_domain ul {
  margin-top: 4px;
}

#nav_domain ul li {
  float: left;
  height: 27px;
}

#nav_domain ul li span.active,
#nav_domain ul li a {
  background-position: right top;
  background-repeat: no-repeat;
  color:white;
  display:block;
  line-height:1em;
  height: 27px;
  padding: 0;
  text-decoration: none;
  width: auto;
}

#nav_domain ul li span.active span,
#nav_domain ul li a span {
  background-repeat: no-repeat;
  color:white;
  display:block;
  line-height:1em;
  padding-left:43px;
  padding-right:10px;
  padding-top:2px;
  text-transform:uppercase;
  width: auto;
}

#nav_domain ul li#hotelnav a:link,
#nav_domain ul li#hotelnav a:visited {
  background-image: url('../images/ui/tab_hoteltexter_inactive_right.png');
}

#nav_domain ul li#hotelnav span.active,
#nav_domain ul li#hotelnav a:hover,
#nav_domain ul li#hotelnav a:focus,
#nav_domain ul li#hotelnav a:active {
  background-image: url('../images/ui/tab_hoteltexter_active_right.png');
}

#nav_domain ul li#personalnav a:link,
#nav_domain ul li#personalnav a:visited {
  background-image: url('../images/ui/tab_personaltexter_inactive_right.png');
}

#nav_domain ul li#personalnav span.active,
#nav_domain ul li#personalnav a:hover,
#nav_domain ul li#personalnav a:focus,
#nav_domain ul li#personalnav a:active {
  background-image: url('../images/ui/tab_personaltexter_active_right.png');
}

#nav_domain ul li#pressenav a:link,
#nav_domain ul li#pressenav a:visited {
  background-image: url('../images/ui/tab_pressetexter_inactive_right.png');
}

#nav_domain ul li#pressenav span.active,
#nav_domain ul li#pressenav a:hover,
#nav_domain ul li#pressenav a:focus,
#nav_domain ul li#pressenav a:active {
  background-image: url('../images/ui/tab_pressetexter_active_right.png');
}

#nav_domain ul li#unternav a:link,
#nav_domain ul li#unternav a:visited {
  background-image: url('../images/ui/tab_untertexter_inactive_right.png');
}

#nav_domain ul li#unternav span.active,
#nav_domain ul li#unternav a:hover,
#nav_domain ul li#unternav a:focus,
#nav_domain ul li#unternav a:active {
  background-image: url('../images/ui/tab_untertexter_active_right.png');
}

#nav_domain ul li#webnav a:link,
#nav_domain ul li#webnav a:visited {
  background-image: url('../images/ui/tab_webtexter_inactive_right.png');
}

#nav_domain ul li#webnav span.active,
#nav_domain ul li#webnav a:hover,
#nav_domain ul li#webnav a:focus,
#nav_domain ul li#webnav a:active {
  background-image: url('../images/ui/tab_webtexter_active_right.png');
}

#nav_domain ul li#hotelnav a:link span,
#nav_domain ul li#hotelnav a:visited span {
  background-image: url('../images/ui/tab_hoteltexter_inactive_left.png');
}

#nav_domain ul li#hotelnav span.active span,
#nav_domain ul li#hotelnav a:hover span,
#nav_domain ul li#hotelnav a:focus span,
#nav_domain ul li#hotelnav a:active span {
  background-image: url('../images/ui/tab_hoteltexter_active_left.png');
}

#nav_domain ul li#personalnav a:link span,
#nav_domain ul li#personalnav a:visited span {
  background-image: url('../images/ui/tab_personaltexter_inactive_left.png');
}

#nav_domain ul li#personalnav span.active span,
#nav_domain ul li#personalnav a:hover span,
#nav_domain ul li#personalnav a:focus span,
#nav_domain ul li#personalnav a:active span {
  background-image: url('../images/ui/tab_personaltexter_active_left.png');
}

#nav_domain ul li#pressenav a:link span,
#nav_domain ul li#pressenav a:visited span {
  background-image: url('../images/ui/tab_pressetexter_inactive_left.png');
}

#nav_domain ul li#pressenav span.active span,
#nav_domain ul li#pressenav a:hover span,
#nav_domain ul li#pressenav a:focus span,
#nav_domain ul li#pressenav a:active span {
  background-image: url('../images/ui/tab_pressetexter_active_left.png');
}

#nav_domain ul li#unternav a:link span,
#nav_domain ul li#unternav a:visited span {
  background-image: url('../images/ui/tab_untertexter_inactive_left.png');
}

#nav_domain ul li#unternav span.active span,
#nav_domain ul li#unternav a:hover span,
#nav_domain ul li#unternav a:focus span,
#nav_domain ul li#unternav a:active span {
  background-image: url('../images/ui/tab_untertexter_active_left.png');
}

#nav_domain ul li#webnav a:link span,
#nav_domain ul li#webnav a:visited span {
  background-image: url('../images/ui/tab_webtexter_inactive_left.png');
}

#nav_domain ul li#webnav span.active span,
#nav_domain ul li#webnav a:hover span,
#nav_domain ul li#webnav a:focus span,
#nav_domain ul li#webnav a:active span {
  background-image: url('../images/ui/tab_webtexter_active_left.png');
}


/* --- Countries ----------------------------------------------------------- */

#country {
  float: left;
  margin-left: 0;
}

#country ul li {
  float: left;
  margin-right: 3px;
}

#country ul li a img {
  padding: 1px;
}

#country ul li span img {
  border-top: 1px solid #666;
  border-right: 1px solid #cfcdcd;
  border-bottom: 1px solid #cfcdcd;
  border-left: 1px solid #666;
  padding: 0;
}

#country ul li a:hover img,
#country ul li a:focus img,
#country ul li a:active img {
  border-top: 1px solid #cfcdcd;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-left: 1px solid #cfcdcd;
  padding: 0;
}

/* --- Search -------------------------------------------------------------- */

#search {
  float: right;
}

#search label {
  font-size: 0.9em;
  vertical-align: top;
}

#search input#searchterm {
  border: 1px solid #dedede;
  color: #666;
  font-size: 0.9em;
  vertical-align: top;
  width: 13em;
}

#search input#searchterm:hover, 
#search input#searchterm:focus {
  border-color: #506ea4;
} 

#search button#searchsubmit {
  background: url('../images/ui/search.gif') no-repeat 0 0;
  border: 1px solid #fff;
  cursor: pointer;
  height: 17px;
  padding: 0;
  vertical-align: top;
  width: 17px;
}

#search button#searchsubmit:hover, 
#search button#searchsubmit:focus {
  border-color: #506ea4;
}


/* --- Column Navigation ------------------------------------------------------------- */

#colnav ul {
  margin-bottom: 2em;
}

#colnav ul li {
  text-transform: uppercase;
  margin-bottom: 1em;
}

#colnav ul li span,
#colnav ul li a {
  color: #666666;
  padding: 1px;
  text-decoration: none;
  border-bottom: 1px solid white;
}

#colnav ul li span,
#colnav ul li a:hover,
#colnav ul li a:focus,
#colnav ul li a:active {
  background: #506ea4;
  color: white;
}

#colnav ul li.trail a,
#colnav ul li.trail span,
#colnav ul li.trail li.trail a,
#colnav ul li.trail li.trail span {
  border-color: #506ea4;
}

#colnav ul li.trail li a,
#colnav ul li.trail li span {
  border-color: white;
}

#colnav ul li ul {
  margin: 0 0 1em 0.75em;
}

#colnav ul li li {
  border-top: 0;
  margin-bottom: 0.4em;
}

#colnav ul li li a,
#colnav ul li li span {
  font-size: 0.95em;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  text-transform: none;
}



/* --- Newsletter Signup --------------------------------------------------- */

#colnav h3.newsletter {
  font-size: 0.9em;
  margin-top: 2em;
  margin-bottom: 0.3em;
}

#colnav input#nlSignupAddress {
  border: 1px solid #dedede;
  color: #666;
  font-size: 0.9em;
  padding: 0.2em;
  width: 11em;
}

#colnav input#nlSubmit {
  background-color: #dedede;
  border: 1px solid #dedede;
  cursor: pointer;
  font-size: 0.9em;
  padding: 0.1em;
}

#colnav input#nlSignupAddress:hover, 
#colnav input#nlSignupAddress:focus,
#colnav input#nlSubmit:hover,
#colnav input#nlSubmit:focus {
  border-color: #506ea4;
} 

/* --- Column Context ------------------------------------------------------ */

.box {
  background: #fafafa url('../images/ui/box_bottomright.gif') no-repeat bottom right;
  margin-bottom: 2em;
}

.box-tr {
  background: url('../images/ui/box_topright.gif') no-repeat top right;
}

.box-bl {
  background: url('../images/ui/box_bottomleft.gif') no-repeat bottom left;
}

.box-tl {
  background: url('../images/ui/box_topleft.gif') no-repeat top left;
  padding: 1em;
}

.box-tl {
  cursor: pointer; 
}


/* --- Footer -------------------------------------------------------------- */

#footer {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  background-color: #fafafa;
  border: 0;

  /*background: #fafafa url('../images/ui/bg_pagecenter_bottom_right.png') no-repeat right bottom;*/
  /*margin: 0 -1px -1px -1px;*/
}

#footer ul li {
  float: left;
  margin-right: 1em;
  font-size: 0.8em;
  text-transform: uppercase;
}

#footer ul li a {
  text-decoration: none;
  color: #666;
}

#footer ul li a:hover,
#footer ul li a:focus,
#footer ul li a:active {
  background: transparent;
  color: #c3232e;
  text-decoration: underline;
}

#footer ul li span {
  background: transparent;
  color: #c3232e;
}

#footer ul#servicemenu {
  float: left;
  width: 15em;
  padding: 1.6em 0 1.6em 4em;

  /*background: transparent url('../images/ui/bg_pagecenter_bottom_left.png') no-repeat left bottom;*/
}

#footer ul#nav_domainfooter {
  float: left;
  padding: 1.6em 0 1.6em 0;
}

/* === Special Function Elements =========================================== */

/* --- skiplinks ----------------------------------------------------------- */

#skiplinks p a {
  display: block;
  height: 0;
  left: -999em;
  position: absolute;
  overflow: hidden;
  top: -999em;
  width: 0;
}

#skiplinks p a:focus, 
#skiplinks p a:hover, 
#skiplinks p a:active {
  background-color: #506ea4;
  color: #fff;
  display: block;
  height: auto;
  left: 200px;
  padding: 0.2em 0.5em;
  position: absolute;
  overflow: visible;
  text-decoration: none;
  top: 0;
  white-space: nowrap;
  width: auto;
  z-index: 100;
}

/* --- product disclaimer -------------------------------------------------- */
#productDisclaimer {
  clear:both;
  padding-top:1em;
}


/* --- toplink ------------------------------------------------------------- */

#toplink {
  clear: both;
  padding-top: 1em;
}

#toplink a {
  background: transparent url('../images/ui/icon_top.png') no-repeat 0 0;
  display: block;
  height: 16px;
  position: relative;
  width: 16px;
}
  
#toplink a span {
  display: block;
  height: 0;
  left: -999em;
  position: absolute;
  overflow: hidden;
  top: -999em;
  width: 0;
}

#toplink a:hover,
#toplink a:focus,
#toplink a:active {
  width: auto;
}

#toplink a:hover span,
#toplink a:focus span,
#toplink a:active span {
  color: #fff;
  background-color: #506ea4;
  display: inline;
  height: auto;
  left: 25px;
  top: 0;
  position: absolute;
  overflow: visible;
  white-space: nowrap;
  width: auto;
  text-decoration: none;
}

/* --- booklink ------------------------------------------------------------ */

#booklink {
  font-size: 1.2em;
  font-weight: bold;
  padding: 1em;
}

#booklink a {
  background: transparent url('../images/ui/icon_arrow_right.png') no-repeat right 0;
  padding-right: 24px;
}

#booklink a:hover,
#booklink a:focus,
#booklink a:active {
  background-color: #506ea4;
}


/* --- hidden elements ----------------------------------------------------- */

.hidden {
  display: block;
  height: 0;
  left: -999em;
  position: absolute;
  overflow: hidden;
  top: -999em;
  width: 0;
}

/* --- clearfix ------------------------------------------------------------ */
 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

