h4 {
	margin-top: 0;
	padding-top: 0;
}

.nowrap {
	white-space: nowrap;
}

#anmeldung td {
	padding: 0 2px;
}


/* Formularfelder */

input[type=text], input[type=checkbox], textarea {
	font-size: 10pt;
	border: 1px solid #aaa;
	border-left: 3px solid #aaa;
}

input.required {
	background-color: #fee;
}
input.okay {
	background-color: #efe;
}
input.blank {
	background-color: transparent;
}


/* Administration */
ul#NTadminMenu {
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: 0;
}

ul#NTadminMenu li {
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
}
ul#NTadminMenu li a {
	font-weight: bold;
	color: #001b83
}
ul#NTadminMenu li.active a, ul#NTadminMenu li a:hover {
	background-color: #555;
	color: #fff;
}


table#neu th, table#anmeldung th {
	text-align: right;
	font-weight: normal;
	vertical-align: top;
}

.status {
	font-weight: bold;
	color: green;
}


table#termine td {
	padding-bottom: 1em;
}

html>body table#termine td {
	padding-bottom: 0 !important;
}

h2.adminTitle {
	 color: #f00;
	 font-size: 16px;
}

.anmeldebutton {
	border: 2px outset #eee;
	padding: 4px;
	display: block;
	margin: 0 1em 1em 0;
}
.anmeldebutton:hover {
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	border: 2px inset #f4f4f4;
}
.anmeldebutton img {
	border: 0;
	vertical-align: top;
}