#container #header {
	background-image: url(../img/header_blau.gif);
	background-position: left top;
	background-repeat:no-repeat;
}
#container #main a {
	text-decoration: none;
}
#container #main #rightcol #right #kalender .kal .act,
#container #main #rightcol #right #kalender .kal a:hover {
	color: #4d4d4d;
	background-color: #cce0eb;
}
#container #main a:hover {
	color: #4d4d4d;
	background-color:#cce0eb;
}
#container #main #footer {
	background-color: #006699;
}
#container #main a,
#container #main #rightcol #right #autoren #autorentext,
#container #header #searchbox .tx-macinasearchbox-pi1 #searchform .searchbutton,
#container #main #rightcol #right #newsletter #submit,
#container #main #rightcol #right #kalender #kalendertext,
#container #main #leftcol .beitrag h2,
#container #main #leftcol .beitrag .kommentarzeile,
#container #main #leftcol #seitenbrowser,
#container #header #searchbox #searchform .searchbutton,
.kalendertext {
	color: #006699;
}
.begin {
	background-image: url(../img/arrow_begin_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	margin-right:5px;
}
.back {
	background-image: url(../img/arrow_left_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	margin-left:5px;
	margin-right:5px;
}
.next {
	background-image: url(../img/arrow_right_blue.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
	margin-left:5px;
	margin-right:5px;
}
.end {
	background-image: url(../img/arrow_end_blue.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 22px;
	margin-left:5px;
}
.calendar tbody td.hilite { /* Hovered cells <TD> */
  	background-color:#CCE0EB;
	color:#4D4D4D;
}
.calendar tbody td.selected { /* Cell showing selected date */
  background-color:#CCE0EB;
  color:#4D4D4D;
}
.calendar tbody .disabled { color: #006699; }
.special {
	color:#006699;
	font-weight:bold;
}
.special a:hover {
	background-color:#CCE0EB;
	color:#4D4D4D;
}
#container #main #leftcol .kommentar_schreiben input.bn,
#container #main #leftcol .tx-srfeuserregister-pi1 input.bn {
	color:#006699;
}
.rss li {
	list-style-image:url(../img/rss_kl.jpg);
}
ul.rss ul {
	margin-left:0px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}