body 
{
	font-size: 10pt;
	font-family: Verdana;
	font-size: 10pt;
}

a { color: #8A9112; text-decoration: none; font-family: Verdana; font-size: 10pt; }
a:hover { text-decoration:underline; }

a.menu { color: #000000; text-decoration: none }
a.menu:hover { color: #8A9112; text-decoration: none; }

table.select {
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
	text-align: left;
	vertical-align: top;
	width: 100%;
	font-size: 10pt;
}

.select td {
	border-bottom: solid 1px black;
	vertical-align: top;
}

.select th 
{
	border-bottom: solid 1px black;
	font-size: 9pt;
	background-color: #f2f3d1;
}

#record{
	/*border: solid 1px black;*/
	width: 100%;
	font-size: 9pt;
}

#record .head{
	background-color: #f2f3d1;
	width: 150px;
}

#record select {
	width: 100%;
}

.list_kurse, .list_anmeldungen{
	width: 100%;
	border: solid 1px black;
}

.list_kurse td, .list_kurse th, .list_anmeldungen td, .list_anmeldungen th {
	text-align:left;	
}

img {
	border: none;
}

div.Ueberschrift{
	font-size: 11pt;
	font-weight: bold;
	height: 20px;
	margin-top: 10px;
}

input.text
{
	width: 100%;
}

textarea {
	width: 100%;
	height: 50px;
	font-family: Arial Sans-Serif;
}

.error
{
	color: Red;
}
	
