html, body, table, tr, td, img {
	border: 0px; margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #737465;
}

p {
	color: #000;
}

a {
	text-decoration: none; color: #737465; font-weight: bold;
}

.recht {
	font-size: 0.8em;
}

td {
	padding-left: 10px; padding-right: 10px;
}

#head {
	background: url(Bilder/Template_02.gif); background-repeat: repeat-x; height: 120px; width: 100%; 
}

#menu {
	position: absolute; top: 80px; right: 20px; color: white; 
}

.foot {
	background: url(Bilder/Template_05.gif); background-repeat: repeat-x; height: 50px; width: 100%; padding: 20px 20px 10px 20px; text-align: right;
}

.foot a{
	color: #000; text-decoration: none;
}

.linie_vert {
background: url(Bilder/linie_vert.gif); background-repeat:repeat-y; width: 20px;
}


#menu a
{
	text-decoration: none;
	font-size: 1.2em;
	font-style: bold;
	color: #FFF;
}
#menu a:hover
{
	color: #e20014;
	background-color: #fff;
}

h1 
{
font-size: 1.4em; background-color:#EEE; padding-top: 10px; padding-bottom: 3px;
}

h2
{
font-size: 1.2em; margin-top: 20px; padding-top: 10px; border-top: solid; border-top-color:#666666; border-top-width: 1px;
}


.rubrik
{
background-color: #e20014; color: #fff; font-size: 1.2em; letter-spacing: 0.1em; text-align: center; text-transform:uppercase;
}


/* Kalender */
.box {
	text-decoration: none; background-color:#EEE;
}

.monthname{
	background-color: #e20014;
	text-transform:uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color:#FFFFFF;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	text-align:center;
}

.weekdayname{
	text-align:center;
	padding: 0px;
	padding-top: 6px; 
	padding-bottom: 6px;	
}

.weekday, .sat, .sun, .notthismonth, .mon a{
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
	padding-bottom: 3px;
	padding-top: 3px;
	line-height: 20px;
	}

.weekday, .notthismonth, .mon a{
	font-weight: normal;
}

.sat, .sun, .mon a{
	font-weight: bold;
}

.weekday:hover, .sat:hover, .sun:hover, .notthismonth:hover{
	background-color: #FFF;
	}
	
