html, body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
background: #CCCCCC;
text-align : center;
margin: 0px;
}

ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	list-style-image: none;
	list-style-type: square;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

.normal {
	font-size: 12px;
}

.big {
	font-size: 16px;	
}

.small {
	font-size: 12px;
}

input, select, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
}

.box_top_1 {
	background-color: #003399;
	color: #CECECE;
	text-align: center;
	line-height: 16px;
	padding-bottom: 5px;
}

.box_top_2 {
	background-color: #993300;
	color: #CECECE;
	padding: 5px;
}

.box_top_3 {
	background-color: #3399CC;
	color: White;
	padding: 5px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 2px;
}

.box_top_2_center {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

.headline2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.box_text {
	top: 10px;
	position: relative;
	font-size: 14px;
	text-align: left;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.box_keytext {
	top: 1000px;
	position: absolute;
	font-size: 10px;
	left: 0px;
}

a.Link1:link {
	text-decoration: underline;
	color: Black;
}
a.Link1:visited {
	color: Black;
	text-decoration: underline;
}
a.Link1:hover {
	text-decoration: underline;
	color: #003399;
}
a.Link1:active {
	color: Black;
	text-decoration: underline;
}
a.Link2:link {
	text-decoration: underline;
	color: White;
}
a.Link2:visited {
	color: White;
	text-decoration: underline;
}
a.Link2:hover {
	text-decoration: underline;
	color: White;
}
a.Link2:active {
	color: White;
	text-decoration: underline;
}
    
.list_item {
	background-image: url(punkt.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 40px;
	left: -40px;
	position: relative;
	line-height: 20px;
}