body {
    background: url('../images/top_back.gif') repeat-x 0px 0px #1253AA;
    color:#000;
    font-family:Tahoma,Arial,sans-serif;
    font-size:0.7em;
    text-align:center;
    line-height: 1.5em;
    margin:0px;
    padding:0px;
}

a {
    color:#225CA5;
    text-decoration:none;
}
a:hover {
    color:#000;
    text-decoration:underline;
}

h2 {
	color: #225CA5;
	font-size: 1.8em;
    font-family:Arial,sans-serif;
	font-weight:bold;
    margin:0px;
    padding:0px;
}

h3 {
	color: #225CA5;
	font-size: 1.3em;
    font-family:Arial,sans-serif;
	font-weight:bold;
    margin:0px;
    padding:5px 0px 10px 0px;
}

#center {
    margin:0px auto;
    width:946px;
}
#top {
	height:105px;
	width:780px;
	margin:0px auto;
	position:relative;
    text-align:left;
}
#top img {
    float:left;
    border:none;
}
#top ul.flags {
	right: 12px;
	top: 38px;
	position: absolute;
    list-style:none;
}
#top ul.flags li.svk { background:url('../images/svk.gif') no-repeat top left; }
#top ul.flags li.eng { background:url('../images/eng.gif') no-repeat top left; }
#top ul.flags li.ger { background:url('../images/ger.gif') no-repeat top left; }
#top ul.flags li.hun { background:url('../images/hun.gif') no-repeat top left; }
#top ul.flags li {
    float:left;
    padding:0px 8px 0px 0px;
}
#top ul.flags li a {
    display:block;
    width:19px;
    height:12px;
}
#top ul.flags li span { display:none; }
    
#top h1 {
    margin:0px;
    /*padding:74px 140px 0px 0px;*/
    padding:74px 20px 0px 0px;
	font-weight: bold;
	font-size: 1.3em;
    text-align:right;
    
}
#top h1 a { color:#000; text-decoration:none; }
#top h1 a:hover { color:#000; text-decoration:none; }

#menu {
	padding:3px 0px 5px 0px;
	text-align: center;
}
/*
    -----------------------
    TOP MENU
    -----------------------
*/
ul.top {
	list-style: none;
	text-align: center;
    margin:0px;
    padding:0px;
}
ul.top li {
	line-height: 16px;
	display: inline;
	padding: 0px 3px 0px 7px;
	background: url('../images/line.gif') no-repeat 0px 2px;
}
ul.top li.first { background: none; }
ul.top li a { color: #FFF; font-weight: bold; text-decoration:none; }
ul.top li a:hover { color: #FFF; font-weight: bold; text-decoration:underline; }


#white {
	background: #FFF;
}

#content {
	width: 780px;
	margin: 0px auto;
	text-align: left;
	background: url('../images/main.jpg') no-repeat 0px 0px;
	height: 353px;
}

/*
    -------------------------
    PAGE BOTTOM
    -------------------------
*/
#bottom {
	width: 780px;
	color: #FFF;
	margin: 0px auto;
}
#bottom a { color: #FFF; font-weight: normal; text-decoration:none; }
#bottom a:hover { color: #FFF; font-weight: normal; text-decoration:underline; }
/*
    -------------------------
    BOTTOM MENU
    -------------------------
*/
ul.bottom {
	list-style: none;
	text-align: center;
    margin:0px;
    padding:20px 0px 2px 0px;
}

ul.bottom li {
	line-height: 16px;
	display: inline;
	padding: 0px 5px 0px 8px;
	background: url('../images/line.gif') no-repeat 0px 2px;
}
ul.bottom li.first { background: none; }

hr.invisib { display:none; }
div.cleaner {
    clear:both;
    font-size:0.1em;
    line-height:0.1em;
}