#header1{
	background-color: #CCCCCC;
	position:absolute;
	left: 0;
	top: 0;
	width: 800px;
	height:70px;
}
#header2{
	background-color: #CCCCCC;
	position:absolute;
	left: 0;
	top: 72px;
	width: 800px;
	height:35px;
}
#footer{
	background-color: #CCCCCC;
	position:absolute;
	left: 0;
	bottom: 0;
	width: 800px;
	height:35px;
}
#logo{
	position: absolute;
	top:14px;
	left:40px;

}
.textmenu{
	position: absolute;
	top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;

}
.textmenu:hover{
	color: white;
}
.textdata{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;

}
.textdata:hover{
	color: #770000;
}
.textlanguage{
	position: absolute;
	top:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;

}
.textlanguage:hover{
	color: white;
}
.text{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.text2{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}
.text2:hover{
	text-decoration: none;
	color: #770000;

}



