@CHARSET "UTF-8";

body,table {
	background-color:#888088;
	color:#000;
	/*font-family: "Palatino Linotype", "URW Palladio L", "palladio l", palatino, "book antiqua", times, serif;*/
	font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size:15px;
	margin:0px;
	padding:0px;
	align:center;
}
td {
	vertical-align:top;
}
div#title {
	left:0px;
	top:0px;
	width:800px;
	height:130px;
	background-color:#840300;
}
img#logo {
	border:0px;
	float:left;
}
img#mood {
	position:absolute;
	left:200px;
	top:0px;
}
div#titlemenu {
	position:absolute;
	left:190px;
	top:105px;
	width:600px;
	line-height:19px;
	font-size:16px;
}
a.titlemenu {
	padding-left:10px;
	padding-right:10px;
	color:#E5D26D;
	text-decoration:none;
	float:left;
}
a.titlemenu:hover {
	padding-left:10px;
	padding-right:10px;
	color:#fff;
	text-decoration:none;
	float:left;
}
div#titlelang {
	text-align:right;
	position:absolute;
	left:760px;
	top:105px;
	width:40px;
	line-height:19px;
	font-size:16px;
}
a.titlelang {
	padding-left:10px;
	padding-right:10px;
	color:#E5D26D;
	text-decoration:none;
	float:left;
}
a.titlelang:hover {
	padding-left:10px;
	padding-right:10px;
	color:#fff;
	text-decoration:none;
	float:left;
}
a.link {
	color:#800;
	font-weight:bold;
	text-decoration:none;
}
a.link:hover {
	color:#f00;
	font-weight:bold;
	text-decoration:none;
}
div#content {
	width:800px;
	background-color:#E5D26D;
	background-image: url("../images/perga.jpg");
}
div#contenttext {
	padding:30px;
}
	
div#footer {
	width:800px;
	text-align:right;
	font-size:11px;
	color:#666;
}
