html, body {
  margin: 0;
  padding: 0;
  text-align: center;
}
body, div, p, a, td {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
img { border: 0px; }
h1, h2 {
  color: #f48f35;
  border-bottom: 1px solid #f48f35;
  margin-top: 40px;
}
sup {
  font: 0.8em Tahoma;
  color: #CC0000;
  font-weight: bold;
}
a { 
  color: #3366CC;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
#top {
  height: 150px;
  background: url(http://www.xxl-holidays.de/pics/bg_top.jpg) 0 -50px no-repeat #92C6F6;
}
#navi {
  height: 28px;
  background: url(http://www.xxl-holidays.de/pics/bg_navi.gif) repeat-x;
}
#navi ul {
  list-style: none;
  margin:0;
  padding: 0;
}
#navi ul li { float: left; }
#navi ul li a {
  display:block;
  width: 150px;
  text-align: center;
  font: 1.1em Verdana;
  color: #FFFFFF; 
  text-decoration: none; 
  height: 28px; 
  line-height: 28px;
  background: url(http://www.xxl-holidays.de/pics/bg_navi.gif) repeat-x;
}
#navi ul li a:hover { color: #F69401; }

#subnavi {
  text-align: left;
  color: #333333;
  font-size: 0.625em;
  height: 58px;
  text-indent: 20px;
  background: url(http://www.xxl-holidays.de/pics/bg_subnavi.gif) repeat-x;
}
#subnavi a { color: #477AC3; }
#subnavi a:hover { color: #F69401; }

#content {
  width: 820px;
  margin: 20px auto;
  text-align: left;
}
div.center_ie { text-align: center; }
div.center {
  width: 600px;
  margin: auto;
}

#footer {
  clear: both;
  font-size: 0.625em;
  margin: 40px auto;
}
div.error, div.success, div.warning, div.info, div.wait {
  padding: 10px 20px;
  border: 1px solid #000000;
  -moz-border-radius: 10px;
  margin: 20px;
}
div.error {
  background: #F47578;
  color: #FFFFFF;
}
div.success { background: #8EEDBF; }
div.info { background: #EDF3FF; }
div.warning { background: #FFCC00; }
div.wait {
  background: #FFFFEC;
  font-weight: bold;
  margin-bottom: 20px;
}
div.wait p { 
  font-weight: bold;
}

a.btn {
  display: block;
  height: 23px;
  width: 150px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(http://www.xxl-holidays.de/pics/bg_btnlnk.gif) no-repeat;
}
div.inv {
  visibility: hidden;
  display: none;
}
div.vis {
  visibility: visible;
  display: inline;
}
div.paging {
  border: 1px solid #000000;
  background: #EFEFEF;
  padding: 3px;
  margin: 20px 0px;
}
div.list {
  border: 1px solid #000000;
  padding: 3px 3px 20px 3px;
  margin-bottom: 10px;
}
div.list table {
  empty-cells: show;
  width: 100%;
}
div.list table th {
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px;
  background: #EC6400;
  text-align: left;
}
div.list table tr { background: #F7F7F7; }
div.list table tr td {
  border-bottom: 1px solid #D4D4D4;
  vertical-align: top;
  padding: 2px;
}
p.opt {
  text-indent: 5px;
  padding: 2px 0px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
