*
{
	margin:0;
	padding:0
}

body
{
	text-align:center;
	background-color: #f8f8ff;
	font-size:10pt;
	line-height:150%; 
	font-family:"courier new", courier, serif;
	color: #999999
}

#container
{
	margin:0px auto;
	text-align: left;
	background-color: #c4de8b;
	width: 900px
}

#kasten
{
	float: left;
	background-color: #e1e1e1;
	width: 145px;
	height: 134px;
}
#kopf
{
	background-color: #e4e4e4;
	padding: 40px 20px 20px 160px;
	height: 74px
}


#navi1
{
	float: left;
	background-color: #c4de8b;
	width: 125px;
	padding: 20px 10px;
	text-align: right;
	line-height: 200%
}

#navi2
{
	background-color: #ffffff;
	margin-left: 145px;
	padding: 20px 10px;
}

#content
{
	background-color: #ffffff;
	margin-left: 145px;
	padding: 20px 10px
}

#footer
{
	clear: left;
	background-color: #e4e4e4;
	padding: 10px;
	text-align: right
}

p
{
	text-align: justify;
}

#content p
{
	margin: 15px;
}

#navi1 p
{
	text-align: right
}

a
{
	color: #0C046A;
	text-decoration: none
}

a:visited
{
	color: #5454E0
}

a:active
{
	color: #EC7600
}

a:hover
{
	 text-decoration: underline
}

h1
{
	font-size: 12pt;
	font-weight: bold
}

h2
{
	font-size: 10pt;
	font-weight: bold;
	line-height: 200%
}

#footer img
{
	width: 20px;
	height: 20px;
	border: 0px;
	vertical-align: middle
}

table
{
	font-size: 10pt
}
ul
{
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 30px
}
ol
{
	list-style-position: outside;
	margin-left: 45px

}