/* Notizkalender - style.css */

body {
	background-color: #F1F040;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 50px; /* Freiraum für die Anzeige! */
	overflow: auto;
	cursor: Default; /* Default-Cursor für Text */
}

a {
	color: #426D98;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-decoration: None;
	cursor: pointer; /* Safari */
}

a:visited {
	color: #DC3431;
	text-decoration: None;
}

a:hover {
	text-decoration: Underline;
}

form {
	display: Inline;
}

img {
	border: 0px;
}

hr {
	border: 0px;
	border-top: Dashed 1px #F1F040;
	border-bottom: Solid 1px #F1F040;
}

input {
	margin-bottom: 2px;
}

pre {
	font-family: Tahoma, Arial;
	font-size: 9px;
}

label {
	cursor: pointer;
}

.eingabe {
	border: solid 1px #F7DE73;
}

.button {
	border: solid 1px #B5B5B5;
	background-color: #426D98;
}

.textfeld {
	border: solid 1px #426d98;
	padding-left: 3px;
}

.notiz {
	width: 350px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial;
	border: solid 1px #E8E8E8;
	padding: 5px;
}

.tabelle table {
	border: 0;
}

.tabelle td {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #F1F040;
	border: Dotted 1px #B5B5B5;
	background-color: #F1F040;
	text-align: Center;
	white-space: Nowrap;
	padding: 2px;
}

.tabelle th {
	font-family: Verdana, Arial;
	font-size: 12px;
	white-space: Nowrap;
}

.tabelle th span { /* Sonntag */
	color: #426d98;
}

.tabelle td a {
  	display: Block;
  	text-decoration: None;
}

.tabelle td a:hover {
	background-color: #dc3431;
	text-decoration: None;
}

.tabelle td span {
  	color: #000000;
}

.tabelle .monat {
	background-color: #F1F040;
	font-weight: bold;
}

.heute {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	background-color: #426d98;
	padding-left: 3px;
	padding-right: 3px;
}

.schrift {
	color: #F7DE73;
}

a.pfeil {
	font-family: Verdana,Arial;
	color: #AFAFAF;
	text-decoration: None;
}

a.pfeil:hover {
	color: #FF0000;
	text-decoration: None;
}

.status {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #008000;
}

.info {
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #880088;
}
