html, body {
  position:relative;
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12pt;
  color:#333;
}


h3 {
  margin-top:0em;
  font-size:150%;
}

h4 {
  margin-top:0em;
  font-size:100%;
  line-height:1.25em;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color:#369;
  text-decoration:underline;
}

a:hover,
a:active,
a:focus {
  text-decoration:none;
}

#canvas {
  min-height:100%;
  height:auto!important;
  height:100%; /* IE */
  background:#d4dee4; /*#e6edf0;*/
}


#fixedtop {
  background:#fff url(bg-top-cont.jpg) top repeat-x;
}

#fixedbottom {
  background:url(bg-bottom-cont.jpg) bottom repeat-x;
}


#top {
  background:url(bg-top.jpg) left top no-repeat;
}

#middle {
  background:url(bg-middle.jpg) left repeat-y;
}

#bottom {
  background:url(bg-bottom.jpg) left bottom no-repeat;
}


#main {
  min-height:1000px;
  height:auto!important;
  height:1000px;
}


#title {
  display:none;
}


#menu {
  float:left;
  width:270px;
  height:356px;
  padding-top:226px;
}

#menu ul {
  position:relative;
  margin:0em;
  padding:0em;
  list-style:none;
}

#menu li {
  position:absolute;
  left:0px;
  height:30px;
  margin:0px;
  padding:0px;
}

#menu li a:link,
#menu li a:visited,
#menu li a:focus,
#menu li a:hover,
#menu li a:active {
  display:block;
  height:30px;
  line-height:30px;
  font-size:1pt;
}

#menu li a:focus,
#menu li a:hover,
#menu li a:active {
  background:url(bg-button-on.gif) right no-repeat;
}

#menu li a span {
  display:none;
}

#menu li.nr00 {
  display:none;
}

#menu li.nr01 { top:0px; }
#menu li.nr01 a { width:260px; }

#menu li.nr02 { top:28px; }
#menu li.nr02 a { width:229px; }

#menu li.nr03 { top:60px; }
#menu li.nr03 a { width:204px; }

#menu li.nr04 { top:91px; }
#menu li.nr04 a { width:185px; }

#menu li.nr05 { top:123px; }
#menu li.nr05 a { width:173px; }

#menu li.nr06 { top:153px; }
#menu li.nr06 a { width:164px; }

#menu li.nr07 { top:188px; }
#menu li.nr07 a { width:163px; }

#menu li.nr08 { top:219px; }
#menu li.nr08 a { width:163px; }

#menu li.nr09 { top:250px; }
#menu li.nr09 a { width:163px; }

#menu li.nr10 { top:283px; }
#menu li.nr10 a { width:163px; }

#menu li.nr11 { top:315px; }
#menu li.nr11 a { width:163px; }

#menu .dimidi {
  position:absolute;
  left:20px;
  top:590px;
}

#menu .dimidi a {
  display:block;
  position:relative;
}

#menu .dimidi a img {
  border:none;
}

#menu .dimidi img.img1 {
  z-index:1;
  width:85px; /*140px;*/
  height:149px; /*245px;*/
}  

#menu .dimidi img.img2 {
  z-index:100;
  position:absolute;
  left:0px;
  top:0px;
  width:85px; /*140px;*/
  height:149px; /*245px;*/
}  


#content {
  position:relative;
  min-height:400px;
  height:auto!important;
  height:400px;
  /*margin-left:275px;*/
  margin-right:50px;
  padding-top:240px;
  padding-bottom:125px;
  overflow:hidden;
  font-size:10pt;
}

* html #content { overflow:visible; }


#content p {
  margin:0em;
  margin-bottom:1em;
  line-height:1.25em;
}

#content li {
  margin-bottom:0.5em;
}

#content li ul {
  margin-top:0.5em;
}

#content .articleintro {
  margin-bottom:2em;
}

#content .article h4,
#content .articleintro h4 {
  margin-top:0.5em;
  margin-bottom:0.5em;
  font-size:115%;
}

#content .article h5,
#content .articleintro h5 {
  margin-top:0.5em;
  margin-bottom:0.5em;
  font-size:100%;
}

#content .article .back {
  display:block;
  margin-top:2em;
}

#content dl.dl-1,
#content dl.dl-2 {
  margin-bottom:2em;
}

#content .dl-1 dt,
#content .dl-2 dt {
  margin-bottom:0.25em;
  font-weight:bold;
}

#content .dl-1 dd,
#content .dl-2 dd {
  margin-left:2em;
  margin-bottom:0.5em;
  line-height:1.25em;
}


#gliding {
  clear:both;
  padding-bottom:150px;
}

#gliding .bg {
  height:52px;
  background:#becdd5 url(bg-gliding.gif) 50% top no-repeat;
}

#gliding p {
  position:relative;
  top:50px;
  padding:0.5em 0em;
  background:url(bg-transparent.gif);
  text-align:center;
  font-size:75%;
}


.hidden {
  display:none;
}

.printonly {
  display:none;
}


#emergency {
  width:95%;
  margin:0px auto 0px 0px;
  background:#ccc;
}

#emergency tr.mod00 {
  background:#e6edf0;
}

#emergency tr.mod01 {
  background:#fff;
}

#emergency th {
  text-align:left;
}

#emergency th,
#emergency td {
  padding:0.5%;
  vertical-align:top;
}

#emergency td strong {
  color:red;
  font-weight:bold;
  font-style:italic;
}



#rpb {
  color:#999;
  text-align:right;
  font-size:75%;
}

#rpb a:link,
#rpb a:visited,
#rpb a:hover,
#rpb a:active,
#rpb a:focus {
  color:#999;
  text-decoration:underline;
}

#rpb a:hover,
#rpb a:active,
#rpb a:focus {
  text-decoration:none;
}

.img {
  width:450px;
}

.stackright {
  float:right;
  clear:right;
  margin:0em 0em 2em 2em;
}

.stackleft {
  float:left;
  clear:left;
  margin:0em 2em 2em 0em;
}

.floatright {
  float:right;
  margin:0em 0em 2em 2em;
}

.floatleft {
  float:left;
  margin:0em 2em 2em 0em;
}

.clear {
  clear:both;
}

.clearright {
  clear:right;
}

.clearleft {
  clear:left;
}

.galerie {
  width:99%;
}

.galerie dl {
  float:left;
  width:14em;
  min-width:14em;
  margin:1em 1em 1em 0em;
  /*border:solid 1px #999;*/
}

.galerie dt {
  margin:0.5em;
  text-align:center;
}

.galerie dd {
  width:13em;
  height:4em;
  margin:0.5em;
  padding:0em;
  text-align:left;
  font-size:1em;
  font-style:normal;
}

.galerie img {
  height:15em;
}

.galerie dl.landscape {
  width:21em;
  min-width:21em;
}

.galerie dl.landscape dd {
  width:20em;
}

a.eye-catcher-menu-07 {
  position:absolute;
  left:100px;
  top:410px;
}

a.eye-catcher-menu-07 img {
  width:40px;
  border:none;
}

a:focus.eye-catcher-menu-07,
a:hover.eye-catcher-menu-07,
a:active.eye-catcher-menu-07 {
  left:90px;
  top:400px;
}

a:focus.eye-catcher-menu-07 img,
a:hover.eye-catcher-menu-07 img,
a:active.eye-catcher-menu-07 img {
  width:60px;
}


#content .campaign {
  z-index:10;
  position:absolute;
  right:25px;
  top:240px;
  width:16.1em;
  height:9.1em;
  margin-top:2em;
}

#content .campaign .shadow {
  z-index:5;
  position:absolute;
  right:0em;
  top:10px;
  width:16em;
  height:9em;
  background:#000;
  filter:alpha(opacity=25); /* IE */
  -moz-opacity:0.25; /* Gecko */
  opacity:0.25;
}

#content .campaign .box {
  z-index:9;
  position:absolute;
  right:5px;
  top:0px;
  width:14em;
  height:7em;
  padding:1em;
  border:solid 1px #809DAD;
  background:#fcfcfc; /*#EDF3F3;*/
}

#content .campaign .box h4 {
  margin:0px 0px 0.5em;
  padding:0px;
  color:#f12;
  font-size:125%;
}

#content .campaign .box h5 {
  margin:0px 0px 0.5em;
  padding:0px;
  color:#666;
  font-size:100%;
}


/* IE */
/* Hides from IE5-mac \*/
* html .tpb {
  pos_ition:relative;
  left:-3px;
  height:1%;
}
/* End hide from IE5-mac */