
/* linkek alhzsnak trlse */
:link,:visited { text-decoration:none }
 
/* listk elol trljk a pttyket s szmokat */
ul,ol { list-style:none }
 
/* az automatikus cmsor mret bellts trlse */
h1, h2, h3, h4, h5, h6, pre, code { font-size:1em; }
 
/* trljk az egyb elemek kr berakott paddingot s margint is */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{ margin:0; padding:0 }
 
/* szedjk ki a linkelt kpek kr rakott keretet */
a img,:link img,:visited img { border:none }

body {
	background-color: #18335c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
    line-height: normal;
    text-align: center;
	color: #FFFFFF;
    margin: 0px;
	padding: 0px;
}
#WRAP {
	margin: 0 auto;
	padding:0;
	width: 700px;
}
#HEADER {
	position: relative;
	clear:left;
	width: 700px;
	height: 130px;
}
#LEFT {
	float: left;
	width: 100px;
}
#LEFT a{
	background-color: #CCD5E6;
	color: #18335C;
	text-decoration: none;
	width: 100px;
	display: block;
	padding: 4px 0px;

}
#LEFT a:hover{
	background-color: #7A91B3;
	color:#FFFFFF;
}
#CONTENT {
	float: left;
	width: 300px;
}
#RIGHT {
	float: right;
	width: 100px;
}
#RIGHT a{
	background-color: #CCD5E6;
	color: #18335C;
	text-decoration: none;
	width: 100px;
	display: block;
	padding: 4px 0px;

}
#RIGHT a:hover{
	background-color: #7A91B3;
	color:#FFFFFF;
}
#FOOTER {
	float: left;
	width: 700px;
}
#FOOTER h1{
	font-size: 26px;
}
#FOOTER a{
	background-color: #CCD5E6;
	color: #18335C;
	text-decoration: none;
	width: 400px;
	display: block;
	padding: 4px 2px;
	text-align: center;
}
#FOOTER a:hover{
	background-color: #7A91B3;
	color:#FFFFFF
}


#FOOTER h2{
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
