<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : main
    Created on : 20.04.2012, 00:22:47
    Author     : thomas
    Description:
        Purpose of the stylesheet follows.
*/

*{
  margin: 0px;
  padding: 0px;
  font-family: 'Arial', sans-serif;
}

body{
  background-color:#eee;
}

#wrapper{
  width: 1000px;
  margin: 0px auto 0;
  /*padding: 2px;*/
  background-color:#fff;
  -moz-box-shadow: 0 0 5px 5px #888;
  -webkit-box-shadow: 0 0 5px 5px#888;
  box-shadow: 0 0 5px 5px #ccc;
}




#content{
  min-height: 500px;
  padding: 5px;
}

#content div.main{
  width: 820px;
}

#footer{
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 3px solid #999;
  clear: both;
  font-size:13px;
}

#header{
  background-color: #620493;
  color: #fff;
  padding: 10px;
}

#header h1{
  text-align: right;
  height: 50px;
  font-weight: normal;
  font-size: 40px;
  color: #fff;
  float: right;
  text-shadow: -1px -1px 2px #000,1px 1px 2px #000;
}

#header h1 a{
  font-weight: normal;
  color: #fff;
  text-decoration:none;
}

#header span{
  font-size: 20px;
  display: block;
  padding: 15px 0px;
}

#header h2{
  padding: 30px 0px 5px;
  font-weight: normal;
  font-size: 54px;
}

ul.topmenu{
  list-style: none;
  height: 36px;
  border-bottom: 3px solid #666;
  padding: 2px;
}
ul.topmenu li{
  float: left;
  height: 26px;
  font-size: 22px;
  padding: 3px 20px 3px 20px;
}
ul.topmenu li a{
  color: #000;
  text-decoration: none;
}
ul.topmenu li:hover {
  border-bottom: 3px solid #999;

}

h3{
  padding: 10px 0px 5px;
  font-weight: normal;
  font-size: 20px;
}

p{
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5em;
}
p.anmerkung{
  font-size: 12px;
}

a{
  color:#369;
}

ul{

}

ul li{
  margin: 2px 0 2px 20px;
  padding: 2px 0;
  font-size: 14px;
}

div.yearpagination{
  background-color: #eee;

  border-radius: 5px;
  color: #000000;
  height: 20px;
  margin-bottom:15px;
  padding: 5px 0;
  width: 820px;
}
div.yearpagination a{
  color: #666;
  display: block;
  float: left;
  padding: 2px 5px 0 22px;
  text-decoration: none;
  width: 40px;
}
div.yearpagination a:hover{
  color: #000;
}
div.yearpagination a.current{
  font-weight: bold;
  color:#333;
}

table.overview{
  border: 2px solid #999999;
  border-radius: 5px;
  width: 100%;
}
table.overview thead th{
  border-bottom: 2px solid #ccc;
  padding: 3px;
}

table.overview tbody th{
  border-right: 1px solid #ccc;
  color:#369;
  font-weight: normal;
  padding: 3px;
}
table.overview th{
  text-align: left;
}
table.overview th.title{
  width: 250px;
}
table.overview th.region{
  width: 50px;
  text-align: center;
}
table.overview th.date{
  width: 100px;
}
table.overview tr.odd{
  background-color: #eee;
}
table.overview tbody td.check{
  background-image: url('/pics/icon/check.png');
  background-repeat: no-repeat;
  background-position:center;
  background-size: 16px 16px;
}

table td, table th {
  font-size: 14px;
  border-right-width:0px;
  border-bottom-width:0px;
}
table tbody th {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

div.nextdates{
  float: right;
  width: 340px;
}

table.holidaydates{
  border-collapse: collapse;
  width: 100%;
}

table.holidaydates tr.current{
  background-color: #e9ddef;
  font-weight: bold;
}

table.holidaydates tr.even{
  background-color: #eee;
}

table.holidaydates thead tr{
  height: 28px;
  background-color: #c6abd5;
}

table.holidaydates tbody tr{
  height: 22px;
}

table.holidaydates tbody td.check{
  background-image: url('/pics/icon/check.png');
  background-repeat: no-repeat;
  background-position:center;
  background-size: 16px 16px;
}


div.ad_ws_right{
  width: 165px;
  float: right;
}
div.ad_ws_left{
  width: 165px;
  float: left;
}
div.ad_lr_right{
  width: 340px;
  float: right;
  clear: both;
}

div.startbox{
  width: 340px;
  float:left;
  padding: 5px;
}

ul.nextholidays{
  list-style: none;
}
ul.nextholidays li{
  display:block;
  width: 99.999999999%;
  height: 93px;
  margin-bottom: 7px;
  background-size: 100% auto;
}
ul.nextholidays li a{
  display:block;
  color:#fff;
  text-shadow: -1px -1px 2px #000,1px 1px 2px #000;
  text-decoration: none;
}
ul.nextholidays li a span.title{
  display:block;
  height: 60px;
  font-size:30px;
  padding: 0px 5px;
}

ul.nextholidays li a span.date{
  display:block;
  text-align: right;
  font-size: 20px;
  padding: 0px 5px;
}

ul.yearlist li{
  padding: 3px;
  margin-left: 20px;
}
ul.yearlist li.current a{
  font-weight: bold;
}
</pre></body></html>