a.navOption {
	display: block;
}

a.navOption:hover {
	color: #111100;
	background-color: #eeeeff
}

table.search {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #f7f7f7;
	color: #333333;
	font-size: x-small;
	margin-left: 16px;
	margin-right: 16px;
	padding: 4px;
	border: 1px solid #cccccc;
}

table.search td {
	vertical-align: bottom;
}

table.results {
	border: 0;
	width: 96%;
	font-size: 84%;
	background-color: #ffffff;
}

table.results th {
	background-color: #cccccc;
	line-height: 1.5em;
	text-align: center;
	color: #2525c3;
}

table.results td {
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
	background-color: #f7f7f7;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 7px;
}

table.edit {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 96%;
	font-size: 84%;
	background-color: #ffffff;
}

table.edit th {
	background-color: #cccccc;
	line-height: 1.5em;
	text-align: center;
	color: #2525c3;
}

table.edit td {
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
	background-color: #f7f7f7;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 7px;
}

table.view {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	width: 96%;
	font-size: 84%;
	background-color: #ffffff;
}

table.view th {
	background-color: #cccccc;
	line-height: 1.5em;
	text-align: center;
	color: #2525c3;
}

table.view td {
	vertical-align: top;
	/*border-left: 1px solid #CCCCCC;*/
	border-bottom: 1px solid #cccccc;
	/*border-right: 1px solid #666666;
  border-top:1px solid #666666;*/
	background-color: #f7f7f7;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 7px;
}

table.view td.letzte_zeile {
	vertical-align: top;
	border-bottom: 0;
	background-color: #f7f7f7;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 7px;
}

table.edit td.letzte_zeile {
	vertical-align: top;
	border-bottom: 0;
	background-color: #f7f7f7;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 7px;
}

.compulsory {
	color: #cc0000
}

.todoInfo {
	font-style: italic;
}

.loginForm,.loginInput,.registerInput {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
}

.simLogin {
	font-variant: small-caps;
}

.logoutLine {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #f7f7f7;
	color: #333333;
	font-size: 11px;
	margin-left: 16px;
	margin-top: 10px;
	padding: 4px;
	text-align: center;
	border-top: 1px solid #2525c3;
	border-right: 1px solid #2525c3;
	border-bottom: 1px solid #2525c3;
	border-left: 1px solid #2525c3;
}

.overdue {
	color: #ff0000;
}

.soonOverdue {
	color: #ff9933;
}

.dueLater {
	color: #33dd33;
}

.error {
	font-size: 11px;
	color: #ff9900;
}

.link {
	font-size: 12px;
	color: #3d3d89;
}

.small {
	font-size: 9px;
}

.errorString {
	font-size: inherit;
	color: #ff0033;
}

.confirmString {
	font-weight: bold;
	background-color: #82f6ab;
	color: #333333;
}

.hintString {
	font-weight: bold;
	color: #ff0000;
}

.resultTextAndLinks {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	line-height: 1.1em;
	color: #2525c3;
	border-bottom: #cccccc solid 1px;
	margin-top: 24px;
	padding-bottom: 5px;
}

input.textButton {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #cccccc;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin: 0;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}
/*body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: rgb(21,21,114);
}
.topNavigation {
	top: 5px;
	left: 5px;
	right: 5px;
	width: 100%;
	height: 100px;
}
.belowTopNavigation {
	padding: 1em;
	border: 1px black solid;
	background-color: #EEEEEE;
}
.content {
	color: #333333;
	margin-left: 5px;
	border: 0.1px solid #FFFFFF;
}
ul {
	font-size: 11px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #3D3D89;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #3D3D89;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #3D3D89;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #BBBBBB;
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
*/