@CHARSET "ISO-8859-1";

/***** BASIS-ELEMENTE *****/
BODY,DIV,SPAN,FONT,A,TD,TH,P,H1,H2,H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

BODY {
	background-color: #E3E7E8;
	text-align: center;
}

DIV#content {
	margin: auto;
	margin-top: 10px;
	width: 637px;
	background: white;
	border: 1px solid #42606A;
	padding: 30px;
	text-align: left;
	color: black;
}

DIV#footer {
	margin: auto;
	margin-top: 10px;
	width: 637px;
	text-align: left;
	color: black;
	font-size: 70%;
}

HR {
	border: 0px;
	border-bottom: 1px solid silver;
}

H1 {
	margin-top: 20px;
	color: #42606A;
}

H2 {
	color: #EA7201;
	font-size: 100%;
}

H3 {
	font-size: 80%;
	font-style: italic;
	margin-left: 25px;
	color: #42606A;
	margin-bottom: 0px;
}

A.intern {
	text-decoration: none;
	border-bottom: 1px dashed;
}

A.example {
	text-decoration: none;
	border-bottom: 1px dashed;
}


OL {
	letter-spacing: 3px;
	font-weight: bold;
	font-family: Tahoma;
	color: #EA7201;
	font-size: 18px;;
	color: #EA7201;
}

LI {
	margin-left: 30px;
}

OL LI A {
	font-family: Tahoma;
	color: #EA7201;
	line-height: 30px;
	text-decoration: none;
}

H1,P,UL {
	font-size: 80%;
	line-height: 20px;
	margin-left: 20px;
	margin-right: 40px;
}

UL {
	margin-top:7px;
	list-style-type: circle;
}

IFRAME#license {
	height: 800px;
	border: 0px;;
	width: 500px;
}

img#opt_fields {
	float: right;
	border: 1px solid silver;
	margin-left: 25px;
	margin-bottom: 25px;
}