body {
	font-family:arial;
	background-image: url('bg.png');
	font-size:12px;
	color:#5b5b5b;
	text-align:left;
	overflow-x:auto;
	overflow-y: auto;
         text-align: justify;
}

#navi {
	left: 90px;
	top: 350px;
	width: 500px;
	height: 80px;
	position: absolute;
	overflow-x:hidden;
	overflow-y:hidden;
}

#content {
	left: 330px;
	top: 350px;
	width: 282px;
	position: absolute;
	overflow-x:hidden;
         overflow-y:hidden;
}

#schrift {
	left: 90px;
	top: 0px;
	width: 160px;
	position: absolute;
	overflow-x:hidden;
         overflow-y:hidden;
}

input {
	font-family:arial;
	border: 1px dotted #ff0072;
	padding-right:3px;
	padding-left:3px;
	font-size: 8pt;
	color:#000000;
	margin: 4px;
	background: transparent;
}

textarea,select {
	font-family:arial;
	border: 1px dotted #b68afd;
	background: transparent;
	padding-right:3px;
	padding-left:3px;
	font-size: 8pt;
	color:#000000;
	height: 100px;
	width: 150px;
	margin: 4px;
}

b {
	color: #B62463;
	
}

s {
	color: #000000;
}

i {
	color: #000000;
}

u {
	color: #B62463;

}


A:link , A:visited , A:active {
	color:#B62463;
         font-size: 8pt;
	text-decoration:none;
	font-weight: none;
	font-style: italic;
	cursor: help;
         letter-spacing: 2px;
}

A:hover{
	color:#000000;
	cursor: help;

}

div.navi a:link, div.navi a:visited, div.navi a:active
{
	font-family: arial;
         font-size: 8pt;
         font-style: italic;
         padding: 4px;
	background: #ffffff;
	color: #b68afd;
         letter-spacing: 1px;
	text-decoration: none;
         border: 1px dashed #b68afd;
         valign: center;
}

div.navi a:hover
{
         border: 1px dashed #000000;
         background: #b68afd;
         color: #000000;
}

h1
{
	color: #B62463;
	font-family: trebuchet ms;
	margin-left: 0px;
         
	font-size: 10pt;
	line-height: 13px;
	text-align: center;
}

h1:first-letter
{
	font-family: georgia;
	font-size: 20pt;
	font-weight: bold;
}

