html, body {
  height: 100%;
  width: 100%;
  color: #000055; 
}

body {
  background-image: url(../img/bg3.jpg); 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
}

.banner, .nav, .content, .footer {
  position: relative;
  left: 50px;
  top: 10px;
  background-image: url(../img/whitebg.png);
  background-repeat: repeat; 
  padding: 10px;
  width: 780px;
  border: 1px solid #000055;
  margin-bottom:5px; 
  overflow: hidden;
}

.banner {
  height: 150px;
  padding-bottom: 0;
}

.footer {
  font-size: 65%;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

h2, h3 {
  background-image: url(../img/swissflag_s.gif);
  background-repeat: no-repeat;
  background-position: 20px 12px;
}

h3 {
  background-position: 20px 8px;
}

h2, h3, p {
  padding: 10px 50px 10px 50px;
}

h1 {
  font-size: 200%;
  font-weight: bold;
  padding: 10px 20px 20px 20px;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 110%;
}

p, ul, a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #dd1b1b;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding: 0 50px 0 100px;
}

ul > ul {
  padding: 0 50px 0 20px;
  font-size: 100%;
}

.t-right {
  float: right;
}

#img1, #img2a {
  position: absolute;
  left: 20;
}

#img2b {
  position: absolute;
  left: 0;
  top: 100px;
}

#img1 {
  top: 7px;
/*  opacity: 1;
  filter: Alpha(opacity=100); */
}

#img2a {
  top: 0px;
  opacity: 0;
  filter: Alpha(opacity=0); 
}

.pic {
  background-color: #e5fbff;
  margin: 10px 20px;
  padding: 15px;
  border: 1px solid #000055;
}

.pic-left {
  float: left;
}

.pic-right {
  float: right;
}

p.cv-date {
  font-weight: bold;
  font-variant: italic;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

p.cv-content {
  margin-top: 0;
  padding-top: 2px;
  padding-left: 20px;
}

.input, .select, .textarea {
  border: 1px solid #006;
  margin-bottom: 6px;
}

label {
  width: 200px;
  float:left;
  margin: 2px 4px 6px 4px;
  text-align: right;
  font-size: 80%;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

label.narrow-right {
  text-align: right;
  width: 100px;
}

.link {
  margin-left: 20px;
}

.red-font, .small-text {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 5px 110px;
  padding: 0;
  float: left;
}

.red-font {
  color: #dd1b1b;
}

.small-text {
  font-size: 70%;
}