h3.section {
	margin-top: 1em;
}

#vertical_slide, #horizontal_slide {
	background: #D0C8C8;
	color: #8A7575;
	padding: 10px;
	border: 5px solid #F3F1F1;
	font-weight: bold;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}
h1
{
	font-family: Verdana;
	color: black;
	font-size: 16;
	font-weight: normal;
}

h2
{
	font-family: Verdana;
	color: black;
	font-size: 14;
	font-weight: normal;
}

h3
{
	font-family: Verdana;
	color: black;
	font-size: 12;
	font-weight: normal;
}

h4
{
	font-family: Verdana;
	color: black;
	font-size: 11;
	font-weight: normal;
}

h5
{
	font-family: Verdana;
	color: black;
	font-size: 10;
	font-weight: normal;
}

td,
font.standard
{
	font-family: Verdana;
	color: black;
	font-size: 11;
	font-weight: normal;
}

table.formular td.pflicht
{
	font-weight: bold;
	width: 200px;
	text-align: right;
	padding-right: 5px;
}

table.formular td.optional
{
	font-weight: normal;
	width: 200px;
	text-align: right;
	padding-right: 5px;
}

table.formular input
{
	border:1px solid #335bb5;
	background-color:#ffff9a;
	font-family: Verdana;
	color: #0004a3;
	font-size:11px;
	width: 250px;
}

table.formular select
{
	border:1px solid #335bb5;
	background-color:#ffff9a;
	font-family: Verdana;
	color: #0004a3;
	font-size:11px;
	width: 250px;
}

table.formular input.submit
{
	border:1px solid #335bb5;
	background-color:#ffff9a;
	font-family: Verdana;
	color: #0004a3;
	font-size:11px;
	font-weight: bold;
	width: 250px;
}

table.formular textarea
{
	border:1px solid #335bb5;
	background-color:#ffff9a;
	font-family: Verdana;
	color: #0004a3;
	font-size:11px;
	width: 250px;
	height: 130px;
}

tr.footer td
{
	font-family: Verdana;
	color: grey;
	font-size: 10;
	font-weight: normal;
}

tr.footer a
{
	color: #0004a3;
	font-weight: bold;
}

tr.footer a.nichtfett
{
	color: grey;
	font-weight: normal;
}

tr.footer a:hover
{
	color: #5d5d76;
	text-decoration: underline;
}

a.pfad
{
	font-size: 10;
	font-weight: bold;
	color: #0004a3;
}

td.pfad h5
{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 3px;
	color: #0004a3;
}

a
{
	font-family: Verdana;
	color: #263978;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #5d5d76;
	text-decoration: underline;
}

.erfolg, .fehler {
	padding: 8px;
	margin: 10px 0;
	color: #FFFFFF;
	text-align: center;
}

.erfolg {
	background-color: #228822;
}

.fehler {
	background-color: #BC2A4D;
}