/* style.css */

a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}
a.navi:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.navi:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.navi:hover {
	color:#FF9900;
	text-decoration:none;
}
a.navi:active {
	color:#FFFFFF;
	text-decoration:none;
}
h1 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
h2 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
}
body {
	margin:0px;
	background-image:url(../bilder/laga_bg.jpg);
	background-repeat:repeat-x;
	background-position: 0px 44px;
	font-family:Arial;
	font-size:9px;
	color:#000000;
}
table {
	margin-top:10px;
}
table.monat {
	margin:10px 0px 10px 20px;
}
table.kalender {
	filter:alpha(opacity=80);
	opacity:0.85;
	background-color:#CCCCCC;
}
table.navi {
	margin:0px;
	background-color:#004477;
	border-top:4px solid #FF9900;
	border-bottom:4px solid #FF9900;
}
p {
	font-weight:bolder;
	font-size:12px;
	text-align: justify;
}
p.navi {
}
td.navi {
	padding:10px 0px 10px 50px;
	vertical-align:middle;
}
td.tag {
	text-align:left;
	vertical-align:top;
	width:60px;
	font-weight:bold;
	font-size:12px;
	background-color:#FFDD66;
}
td.kalender {
	text-align:right;
	vertical-align:top;
	height:80px;
	background-color:#FFFFFF;
	padding-right:2px;
}
td.kalender:hover {
	background-color:#FFCC00;
}
td.kalender_highlight {
	text-align:right;
	vertical-align:top;
	height:80px;
	background-color:#FFFFBB;
	padding-right:2px;
}
td.kalender_highlight:hover {
	background-color:#FFCC00;
}
td.feiertag {
	text-align:right;
	vertical-align:top;
	height:80px;
	background-color:#DDDDFF;
	padding-right:2px;
}
td.feiertag:hover {
	background-color:#FFCC00;
}
td.transp {
	background-color:#FFFFFF;
	filter:alpha(opacity=50);
	opacity:0.5;
}
td.bottom {
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	opacity:0.85;
	border:1px solid #CCCCCC;
}
td.bottom2 {
	background-color:#FFFFFF;
	height:80px;
	margin:0px;
}
ul {
	color:#FF9900;
	margin:0px;
	padding:0px;
}
li {
	font-size:12px;
	font-weight:bold;
	list-style-type:square;
	color:#FFCC66;
}

