/* css-Datei für Bildkalender auf www.burjak.at und www.burjak.net */

a {
	color: #CC0000;
	text-decoration: None;
	cursor: Pointer; /* Safari/Chrome */
}

/*
a:visited {
	color: #0000BB;
	text-decoration: None;
}
*/
a:hover {
	color: #FF0000;
	text-decoration: Underline;
}

form {
	display: Inline;
}

hr {
	border: 0px;
	border-top: Dashed 1px #B5B5B5;
	border-bottom: Solid 1px #F5F5F5; /* IE */
}

input, select {
	margin-bottom: 1px; /* FF */
}

label {
	cursor: Pointer;
}

fieldset {
	padding: 7px; /* IE */
}

.bk-button {
	background-color: #E2E2E2;
	border: solid 1px #B5B5B5;
	vertical-align: middle;
}

.bk-textfeld {
	border: solid 1px #B5B5B5;
	padding-left: 3px;
}

.bk-tabelle table {
	border: 0;
}

.bk-tabelle td { /* Tage */
	font-family: Verdana, Arial, Sans-Serif;
	color: #9F9F9F;
	background-color: #FFFFFF;
	border: Dotted 1px #B0B0B0;
}

.bk-tabelle td a {
	font-size: 0.7em;
	text-decoration: None;
	display: Block;
}

.bk-tabelle td a:hover {
	color: #000000;
}

.bk-tabelle td a:hover img {
	background-color: #DADADA;
}

.bk-tabelle td a:hover img.blatt {
	background-color: #FFFFB3;
}

.bk-tabelle th { /* Mo-So */
	font-family: Verdana, Helvetica, Sans-Serif;
	background-color: #DADADA;
	border: Dotted 1px #B0B0B0;
}

.bk-tabelle th span { /* Sonntag */
	color: #FF0000;
}

.bk-tabelle td.kalenderwoche, .bk-tabelle th.kalenderwoche {
	text-align: Center;
	background-color: #EFEFEF;
}

.bk-heute { /* Aktueller Tag/Monat */
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFAA;
	padding-left: 3px;
	padding-right: 3px;
}

a.pfeil {
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #8F8F8F;
	text-decoration: None;
	padding-left: 2px;
	padding-right: 2px;
}

a.pfeil:hover {
	color: #FF0000;
	text-decoration: None;
}

a.pfeil:visited {
	color: #8F8F8F;
	text-decoration: None;
}

.bk-status {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	color: #00A000;
	font-style: Oblique;
}

.bk-info {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	color: #990099;
}

.optionsleiste {
	color: #B0B0B0;
	text-align: right;
	font-style: Oblique;
	padding-top: 5px;
	border-top: Dashed 1px #B5B5B5;
}

.bk-termin {
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	background-color: #E6F4F7;
}

input[type="password"] {
	background: url(img/schloss.png) No-Repeat Right Center #FFFFFF;
}

a[href^='http://'] {
	padding-right: 17px;
	background: Url(img/extern.png) Top Right No-Repeat;
}

.kalenderblatt {
	background-color: #F0F0F0;
}

#kalenderbild {
	background-repeat: No-Repeat;
	background-position: Center Center;
	vertical-align: bottom; /* vertical-align: top;  um den Monatsnamen oben anzuzeigen! */
	padding: 0px;
}

#kalenderbild_filter {
	font-family: "Comic Sans MS", "Times New Roman";
	font-size: 22px;
	font-weight: Bold;
	color: #454545;
	text-align: Center;
	width: 100%;
	height: 35px;
	cursor: Pointer;
	background-color: #FFFFFF;
	filter: alpha(opacity=40); /* -IE8 */
	opacity: 0.4;
}
