body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	text-align: justify;
	margin: 0px;
}

hr {
       color: #000000;
}

p {
	color: #ffffff;
	/*text-align: justify;*/
	font-size: 12px;
	line-height: 12px;
}

a:link {
	text-decoration: none;
	color: #336699;
}

a:visited {
	text-decoration: none;
	color: #FFCC00;
}

a:hover {
	text-decoration: none;
	color: #FFCC00;
}

h1 {
	color:#ffffff;
	border-style: dotted;
	border-color: #b2b2b2;
	border-width: 0 0 1px;
	font-size:24px;
	font-variant: small-caps;
}

h2 {
	color:#ffffff;
	font-size:16px;
}

h3 {
	color:#ffffff;
	font-size:14px;
}

hr {
       color:#ffffff;
       font-size: 2px;
}

/*Kozepso sav a tartalom helye*/
#container {
        align: center;
	width: 800px;
	line-height: 130%;
	margin:  auto;
	border: 1px solid #8a8a8a;
}

/*Fejlec*/
#header {
	background-image: url(header1.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 150px;
	text-align: center;
	color:#FEFFE9;
	padding: 0px 0px;
}

/*Menusor*/
#nav {
	background-image: url(header2.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 35px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-align: center;
}

#nav ul {
	width: 780px;
	height: 19px;
	padding: 6px;
	margin: 0px auto;
}

#nav li {
	list-style: none;
	display: inline;
}

#nav a {
	color:#000000;
	text-decoration: none;
	padding: 0.25em 0.5em;
}

#nav a:hover {
	color:#FFCC00;
	text-decoration: none;
	padding: 0.25em 0.5em;
}

#nav a:active {
	color: #fcb662;
	text-decoration: none;
	padding: 0.25em 0.5em;
}

/*Tartalom a fejlec es a lablec kozott*/
#content {
        position:relative;
	background-color:#0797E9;
	width: 800px;



}

/*szovegbox jobb oldalon*/
#contentright {
        position:relative;
        float: right;
	width: 160px;
	height: 100%;
        background-color:#0797E9;
}

 /*Szovegbox bal oldalon*/
#contentboxleft {
        position:relative;
        float: left;
	width: 640px;
	height: 100%;
	background-color:#0797E9;

}

/*Szovegbox kozepen*/
#contentboxcenter {
        position:relative;
        width: 800px;
	height: 100%;
	background-color:#0797E9;
}

/*Lablec*/
#nav1 {
	background-image: url(footer1.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	clear:both;
	width: 800px;
	height: 35px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	margin: auto;
	text-align: center;
}

#nav1 ul {
	width: 780px;
	height: 19px;
	padding: 6px;
	margin: 0px auto;
}

#nav1 li {
	list-style: none;
	display: inline;
}

#nav1 a {
	color:#000000;
	text-decoration: none;
	padding: 0.25em 0.5em;
}

#nav1 a:hover {
	color:#FFCC00;
	text-decoration: none;
	padding: 0.25em 0.5em;
}

#nav1 a:active {
	color: #fcb662;
	text-decoration: none;
	padding: 0.25em 0.5em;
}


#footer2 {
        position:relative;
	background-color: #ffffff;
	background-image: url(footer2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #000000;
	width: 800px;
	height: 40px;
        margin: 0px auto;
	text-align: right;
	padding: 0px;
}

/*Egyeb*/
#mail {
  background-color:#0797E9;
  height: 300px;
  position:relative;

}

#popup {
    position:relative;
    background-color:#0797E9;
    width: 550px;
    height: 400px;
}


/*Kepkeret*/
.pictures {
	border: 1px solid #ddd;
	padding: 5px;
}

