@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */

body {
  background: url(img/back.png) 50% -100px no-repeat;  
  font: normal 16px/1.56 arial, sans-serif;
  color: #333;
}

a:link,
a:visited {
  color: #f7a800;
}

a:focus,
a:hover,
a:active {
  color: #002a67;
}

.wrapper {
  width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

#header h1 {
  height: 140px;
  width: 930px;
  padding-top: 70px;
  background: url(img/portrait.png) 0 0 no-repeat;
  margin-left: -30px;
}

#header h1 img {
  float: right;
  margin-right: -20px;
}

#header {
  overflow: hidden;
  background: url(img/paperline.png) 0 0 repeat-x;  
  margin-bottom: 35px;
}

/* ------------------------------------------- */

#navi {
 width: 165px;
 float: left; 
 margin-top: 5px;
 border-top: 1px solid #002a67;
}

#navi li {
  border-bottom: 1px solid #002a67;
  line-height: 1.1em;
}

#navi li a {
 display: block;
 padding: 0.75em 0;
}

#navi a:link,
#navi a:visited {
  text-decoration: none;
  color: #002a67;
}

#navi a:focus,
#navi a:hover,
#navi a:active {
  color: #f7a800;
}

.wrapper #navi .active a {
  background: url(img/bullet.png) 0 15px no-repeat;
  padding-left: 17px;
  margin-left: -17px;
  color: #f7a800;
}

/* ------------------------------------------- */

#content {
  position: relative;
  float: left;
  width: 467px;
  padding-bottom: 70px;
  margin: -160px 0 0 50px;
}

#content h2 {
  color: #f7a800;
  font-weight: bold;
  font-size: 40px;
  font-family: helvetica, arial, sans-serif;
  line-height: 1.13em;
}

#content h3 {
  font-weight: bold;
  margin-bottom: 0.4em;
}

.contenthead p {
  font-size: 21px;
  color: #002a67;  
  width: 80%;
  line-height: 1.2em;
}

.contenthead {
  height: 165px;
}

p, #content ul, #content ol, #content dl {
  margin-bottom: 1em;  
}

#content ul li {
  padding-left: 20px;
  background: url(img/bullet2.png) 1px 9px no-repeat;
}

#content ol li {
  list-style: decimal outside;
  margin-left: 1.7em;  
  margin-bottom: 0.5em;
}

hr {
  border: none;
  border-top: 1px solid #002A67;
  margin: 25px 0;
}

.ie7 hr {
  color: #002A67;
  border: none;
  height: 1px;
  margin-top: 10px;
}

#content img {
  border: 1px solid #002a67;  
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

img.right {
  float: right;
  margin: 0 0 20px 20px;
}

.partner {
  margin: 10px 0;
  overflow: hidden;
  padding: 12px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.partner a img {
  float: left;
  margin: -2px 20px 0 0;
}

/* ------------------------------------------- */


#sidebar {
  width: 165px;
  font-size: 13px;
  float: right;
  color: #002a67; 
  margin-top: 5px;
}

#sidebar h2 {
  font-weight: bold;
}

.box {
  padding: 1em 0 0 0;
  border-top: 1px solid #002a67;
  overflow: hidden;
  border-bottom: 1px solid #002a67;
  margin-bottom: -1px;
}

.thumbnail {
  padding: 20px 0;
}

.address {
  margin-bottom: 1em;
}

/* ------------------------------------------- */

#footer {
  color: #fff;
  background: #002a67 url(img/footerback.png) 0 0 repeat-x;
  clear: both;
  padding: 2em 0 5em 0;
}

.copyright {
  float: left;
}

.zurichfoot {
  position: relative;
  top: -10px;
  height: 45px;
  background: url(img/zurichlogo.png) 50% 50% no-repeat;
  text-indent: -1000em;
}

#globalnavi {
  float: right;
  z-index: 1000;
  position: relative;
}

#globalnavi li {
  display: inline;
  margin-left: 2em;
}

#globalnavi a:link,
#globalnavi a:visited {
  color: #fff;
  text-decoration: none;
}

#globalnavi a:focus,
#globalnavi a:hover,
#globalnavi a:active {
 color: #f7a800; 
}
