/* Notizkalender - style.css */

body {
	background-color: #F5F5F5;
	margin: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 50px; /* Freiraum für die Anzeige! */
	overflow: Auto;
	cursor: Default;
}

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

a:visited {
	color: #0000BB;
	text-decoration: None;
}

a:hover {
	text-decoration: Underline;
}

body, a, strong {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

form {
	display: Inline;
}

img {
	border: 0px;
}

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

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

label {
	cursor: Pointer;
}

.eingabe {
	border: solid 1px #B5B5B5;
}

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

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

.tabelle table {
	border: 0;
}

.tabelle caption a { /* Caption-Link */
	font-variant: Small-Caps;
	font-weight: Bold;
	font-family: Comic Sans MS, Times New Roman;
	font-size: 18px;
	letter-spacing: 4px;
	text-decoration: None;
}

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

.tabelle td a {
	text-decoration: None;
	display: Block;
}

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

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

.heute {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10px;
	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;
}

.status {
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	color: #008000;
}

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