<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Kalender 1.4</title>
<style type="text/css">
table {
margin:0;
padding:0;
background-color:#000;
}
td {
margin:0;
padding:0;
background-color:#fff;
font-family:verdana;font-size:11px;text-align:center;
}
a {
font-family:verdana;
font-size:10px;
line-height:20px;
height:20px;
padding:0 5px 0 4px;
}
a:link,a:visited { color:#00C;text-decoration:none; }
a:focus,a:hover,a:active { color: #000;text-decoration: underline;}
.head{ font-family:verdana; font-size:11px; line-height:20px; font-weight:bold; width:200px;}
</style>
</head>
<body>
<table border='0' cellpadding='0' cellspacing='1'>
<tr>
<td colspan="7" class="head">{month}</td>
</tr>
<tr>
<!-- BEGIN WEEKDAYS -->
<td {classweekdays}>{weekdays}</td>
<!-- END WEEKDAYS -->
</tr>
<!-- BEGIN WEEK -->
<tr>
<!-- BEGIN DAYS -->
<td {_classdays}>{days}</td>
<!-- END DAYS -->
</tr>
<!-- END WEEK -->
</table>
{holiday}
</body>
</html> |