﻿@charset "utf-8";
/* CSS Document */
/*
abszolút szélesség: 800px
fejléc: 220px
jobb oldal: 230px
#d4e7ff
27px
#4f7fbc
*/
body
{
	background-color: #f0f0f0;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


.main
{
	widht: 800px;
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

.header
{
	width: 800px;
	height: 220px;
	background-image: url("images/header3.jpg");
	background-repeat: no-repeat;
	float: left;
}

#languages ul
{
	height: 16px;
	margin-top: 200px;
	margin-left: 15px;
	padding: 0;
	list-style-type: none;
}

#languages ul li {
	display: inline;
}

a.lang
{
	color: #003399;
	font: 14px Arial, Sans-Serif;
	letter-spacing: -1px;
	text-decoration: none;	
}

a.lang:hover
{
	color: #000000;
}

.center
{
	width: 800px;
	background-color: #d4e7ff;
	margin: 0;
	padding: 0;
	float: left;

}

.left
{
	width: 15px;
	min-height: 300px;
	background-color: #d4e7ff;
	float: left;
	border-bottom: 1px solid #d4e7ff;
	border-top: 1px solid #d4e7ff;
}

.content
{
	width: 553px;
	min-height: 300px;
	background-color: #FFFFFF;
	border: 1px solid #94aeca;
	float: left;
	text-align: center;
}

.title
{
	width: 428px;
	height: 29px;	
	background-image: url("images/title.png");
	text-align: center;
	margin-left: 62px;
	margin-top: 15px;	
}


.text
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: justify;
	z-index:9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.right
{
	width: 230px;
	min-height: 300px;
	background-color: #d4e7ff;
	float: left;
	border-bottom: 1px solid #d4e7ff;
	border-top: 1px solid #d4e7ff;
}

ul#navmenu li
{
	list-style-type: none;
	margin-left: -40px;
	padding: 0px;
}

li.mnu A
{
	color: #004aa9;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	height: 22px;
	width: 220px;
	display: block;
	border-bottom: 1px solid #4f7fbc;
	text-align: right;
	margin: 0px;
	padding-right: 10px;
	padding-top: 5px;
}
li.mnu A:hover
{
	color: #FFFFFF;
	background-image: url("images/menu_hover.png");
	background-repeat: no-repeat;
	background-position: right;
}

.footer
{
	width: 800px;
	height: 40px;
	background-image: url("images/footer.jpg");
	float: left;
	text-align: center;
}

.footer_text
{
	margin-top: 10px;
	color: #ffffff;	
}

.footer_text a, .footer_text a:hover
{
	margin-top: 10px;
	color: #ffffff;
}