body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}

table {
  font-size: 1em;
  border-spacing:0;
  border-collapse: collapse;
}

tr {
  vertical-align: top;
  font-size: 1em;
}

td {
  vertical-align: top;
  font-size: 1em;
  padding-bottom: 2px;
  padding-top: 2px;

}

a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
	border: 0;
}

.no {
  text-decoration: none;
}

a:link img, a:visited img, a:active img {
	border: 0;
}

a:hover {
	color: #336699;
	text-decoration: none;
}

hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}

h1 {
	font-size: 36px;
	color: #000000;
	margin: 40px 0px 20px 0px;
}

h2 {
	font-size: 30px;
	color: #000000;
	margin: 40px 0px 15px 0px;
}

h3 {
	font-size: 24px;
	color: #003366;
	margin: 40px 0px 20px 0px;
}

h4 {
	font-size: 18px;
	color: #003366;
	margin: 20px 0px 10px 0px;
}

form {
	margin: 0;
}

table.calendar {
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  table-layout: auto;
}

table.header {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

tr.weekend {
  background-color: #D0D0D0;
}

tr.weekend td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}

tr.complete_day td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}

table.day_table td {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

td.today_balken {
  background-color:blue; 
  font-weight:bold;
}

td.today_text {
  color:blue; 
  font-weight:bold;
}

td.feiertag {
  color:red; 
  font-weight:bold;
}

img.icon{
  opacity:0.65;
  filter:alpha(opacity=65); /* For IE8 and earlier */
}