
html, body, tr, td, input, textarea {
font-family: Tahoma, Arial;
font-size: 11px;
}

body {
margin: 0px;
background-color: #CC0000;
}

.blue {
color: #0979ba;
}

.red {
color: #CC0000;
}

a:link { text-decoration:underline; color:#0979ba; }
a:visited { text-decoration:underline; color:#0979ba; }
a:hover { text-decoration:underline; color:#CC0000; }
a:active { text-decoration:underline; color:#0979ba; }

.navi:link { text-decoration:none; font-weight:bold; color:#CC0000; font-size: 11px; }
.navi:visited { text-decoration:none; font-weight:bold; color:#CC0000; font-size: 11px; }
.navi:hover { text-decoration:none; font-weight:bold; color:#0979ba; font-size: 11px; }
.navi:active { text-decoration:none; font-weight:bold; color:#CC0000; font-size: 11px; }

.subnavi:link { text-decoration:none; color:#ffffff; font-size: 11px; }
.subnavi:visited { text-decoration:none; color:#ffffff; font-size: 11px; }
.subnavi:hover { text-decoration:none; color:#BABBBD; font-size: 11px; }
.subnavi:active { text-decoration:none; color:#ffffff; font-size: 11px; }

.footer:link { text-decoration:none; color:#0979ba; }
.footer:visited { text-decoration:none; color:#0979ba; }
.footer:hover { text-decoration:none; color:#CC0000; }
.footer.active { text-decoration:none; color:#0979ba; }

td.header {
background-color: #ffffff;
height: 170px;
background-position: 35px 65px;
background-image: url('http://www.kommpool.ch/_graphics/logo_anim.gif');
background-repeat: no-repeat;
}

div.navi {
position: relative;
left: 612px;
top: 16px;
width: 61px;
line-height: 1.6;
}

td.sidebar {
width: 125px;
padding-left: 10px;
padding-top: 115px;
line-height: 1.6;
}

td.content {
background-color: #ffffff;
padding-bottom: 20px;
}

div.content {
position: relative;
top: 10px;
width: 510px;
left: 167px;
line-height: 1.75;
text-align: justify;
}

td.footer {
background-color: #ffffff;
color: #0979ba;
height: 40px;
padding-left: 167px;
padding-top: 5px;
padding-bottom: 5px;
}

td.start {
padding-top:50px;
}

.ctitle {
color: #CC0000;
font-size: 17px;
font-weight: bold;
}

