#head{
	background: rgb(102,102,102);
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 5px;
	padding: 0.5em;
	text-align: right;
	font: bold 14pt Tahoma;
	color: rgb(255,255,255);
}
#menu{
	border-bottom: solid 3px rgb(0,0,0);
	width: 40%;
	padding-left: 40px;
	padding-bottom: 3px;
	margin-left: -8px;
	font: bold 12pt Arial;

}
#menu a{
	text-decoration: none;
	color: rgb(0,0,0);
}
#menu a:hover{
	background: rgb(102,102,102);
	color: rgb(255,255,255);
}
#content{
	font: 11pt verdana;
	text-align: justify;
	border: solid 1px rgb(0,0,0);
	width: 85%;
	height: 400px;
	margin: 20px auto; 
	padding: 1em;
	overflow: auto;
}
.headline{
	font: bold 12pt Verdana;
}
.headlinetext{
	font: bold 11pt Verdana;
}
.date{
	font-style: italic;
 
}
#content a{
	text-decoration: none;
	color: rgb(0,0,0);
}
#content a:hover{
	color: rgb(153,153,153); 
}
div.header img{
	margin: 3px 7px 0 0; 
	border: solid 1px black;
	float: left;
}
div img{
	margin: 5px; 
	border: solid 1px black;
}
div.imgright{
	font-size: 9pt;
	font-style: italic;
	border-bottom: solid 1px rgb(0,0,0);
	text-align: center;
	margin: 1em;
	padding-bottom: 0.25em;
	float: right;
}
div.imgleft{
	font-size: 9pt;
	font-style: italic;
	border-bottom: solid 1px rgb(0,0,0);
	text-align: center;
	margin: 1em;
	padding-bottom: 0.25em;
	float: left;
}
div.imgcenter{
	font-size: 9pt;
	font-style: italic;

	text-align: center;
	margin: 1em;
	padding-bottom: 0.25em;
}
#iam{
	margin-left: 1em;
	width: 200px;
	float: right;
}
#adress{
	position: absolute;
	top: 555px;
	left: 8%;
	font: 8pt Arial;
	text-align: left;
}
#copyright{
	position: absolute;
	top: 555px;
	right: 8%;
	font: 8pt Arial;
	text-align: right;
}
#counter{
	position: absolute;
	top: 576px;
	right: 18%;
	padding-bottom: 15px;
}
#w3c{
	position: absolute;
	top: 576px;
	right: 5%;
	padding-bottom: 15px;
}
#w3c img{
	border: 0;
}