body {
	font-family: Helvetica, Verdana, sans-serif;
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #f00;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
}

li {
	margin-bottom: 0.2em;
}

#menu {
	text-align: right;
	height: 90px;
	background-image: url(/images/drk-wis-lang.png);
	background-repeat: no-repeat;
}

.notice {
	border: solid 1px #99cc99;
  	background-color: #e2f9e3;
  	color: #006600;
	width: 30em;
  	padding: 5px;
  	margin-bottom: 5px;
}
 
.error {
	border: solid 1px #cc0000;
  	background-color: #eeaaaa;
  	color: #cc0000;
	width: 30em;
  	padding: 5px;
  	margin-bottom: 5px;
}

.fieldWithErrors {
	background-color: #f00;
}

#calendar {
	border-collapse: collapse;
}

#calendar th {
	font-size: 1.1em;
}

#calendar td {
	border: 1px solid black;
	max-width: 10em;
	min-width: 10em;
	width: 10em;
	height: 7em;
	vertical-align: top;
	padding: 0;
}

#calendar td a {
	display: block;
	font-size: 0.8em;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

#calendar td a:hover {
	color: #fff;
	background-color: #f00;
	text-decoration: none;
}

#calendar div.day {
	padding-left: 1em;
	background-color: #69f;
	margin-bottom: 0.2em;
}

#sms td {
	background-color: #eee;
	width: 15em;
}

#sms td.green {
	background-color: #6f6;
}

#sms td.yellow {
	background-color: #fdef4f;
}

#sms td.red {
	background-color: #f55;
}