/* Angaben zur Seite allgemein */
body {
	background-color: #5b747d;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom : 0px;
	height: 100%;
	padding: 0px;
} 


/* Angaben zur Schriftart */
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: White;
}
td {
	color: White;
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align : top;
}
td.navig {
	color: White;
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align : bottom;
}

td.links {
	line-height : 26px;
}

h1 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: White }

h2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: White }

/* Links */
A {
	color: #cda35e;
	text-decoration: none;
	font-weight: normal;
	font-size : 9pt;
}
A:Hover {
	color: White;
	text-decoration: none;
	font-weight: normal;
	font-size : 9pt;
}
A:active {
	color: White;
	text-decoration: none;
	font-weight: normal;
	font-size : 9pt;
}

/* kleine Links */
A.small {
	color: #cda35e;
	text-decoration: none;
	font-weight: normal;
	font-size : 7pt;
}
A:Hover.small {
	color: White;
	text-decoration: none;
	font-weight: normal;
	font-size : 7pt;
}
A:active.small {
	color: White;
	text-decoration: none;
	font-weight: normal;
	font-size : 7pt;
}

.bold { font-weight: bold }
.small { font-size: 7pt }
.home {
	padding-left: 177px;
	font-size : 9pt;
	line-height : 20px;
}

li {
	margin-left : -20px;
	list-style-position : outside;
}

input {
	background-color: #738990;
	border: 1px solid White;
	color : White;
	font : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
}

input.left {
	background-color: #738990;
	border: 1px solid White;
	color : White;
	font : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
}

Button {
	background-color: #738990;
	border: 1px solid White;
	color : White;
	font : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
}

textarea {
	background-color: #738990;
	border: 1px solid White;
	color : White;
	font : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
}