body {
font-size: 18pt;
font-family: verdana, arial, sans-serif;
text-align: left;
color: White; #FFBF00; #181613;
background-color: 4D7D8A;
}

body.fehler {
 margin: 50px;
}

td {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
}

td.head {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	text-align: center;
	vertical-align: middle;
}

h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 14pt;
	color: White;
	text-align: left;
	border-left-style: solid;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #FFBF00;
	width: 98%;
	padding: 0px 0px 5px 10px;
}

h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	color: White;
}

b {
color: #FFBF00;
}

p {
text-align: justify;
color: White;
}

p.info {
	font-size: 10pt;
	color: White;
	border-left-style: solid;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #FFBF00;
	width: 100px;
	padding: 0px 0px 3px 5px;
}

p.disclaimer{
	font-size: 10pt;
	color: White;
	border-left-style: solid;
	border-left-width: 5px;
	border-color: #FFBF00;
	width: 95%;
	padding: 0px 0px 3px 5px;
}

p.info1 {
	font-size: 8pt;
	border-left-style: solid;
	border-left-width: 5px;
	border-color: #FFBF00;
	width: 95%;
	padding: 2px 10px 2px 5px;
}

p.link {
	font-size: 10pt;
	color: White;
	border-left-style: solid;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #FFBF00;
	width: 250px;
	padding: 0px 0px 3px 5px;
}

ul {
	text-align: inherit;
}

li {
	list-style-image: url(image/ul.gif);
	font-size: 10pt;
	color: white;
	text-align: left;

}

input[type=text] {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	width: 300px;
	border-style: solid;
	border-color: #FFBF00;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 1px 2px 1px 2px;
}

input.smal {
	width: 60px;
}

input.smal1 {
	width: 200px;
}
input.code {
	width: 70px;
	
	border-style: solid;
	border-color: #FFBF00;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 1px 2px 1px 2px;
}
input.no_code {
	width: 70px;
	background-color: transparent;
	border-style: none;
	padding: 1px 2px 1px 2px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-color: #FFBF00;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 1px 2px 1px 2px;
	height: 50px;
	width: 300px;
}

a {
 font-size: 10pt;
 color: White;
}

a:hover {
 font-size: 10pt;
 color: #392B73;
 text-decoration: underline;
 background-color: #FFBF00;
}

a:visited {
 color: White;
}
