body {
	background-image: url(Background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#003300;
}


#folap{
    text-align: left;
	/*margin:auto;*/
    width: 750px;
}

#menurendszer{
    width: 150px;
 	float: left;
}

#tartalom{
    margin-left: 195px;
	width: 530px;
}

/*A nem kivalasztott menupont stilusa*/
#menu a {
    text-decoration: none;
	color:#FFFFCC;
    width: 8em;
    display: block;
    padding: 6px;
	/*letter-spacing:0.1em;*/
	border-bottom-style:solid;
	border-bottom-color:#FF6600;
	border-bottom-width:thin;

}

/*A menu stilusa es helyzete*/
#menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
	position:relative;
	top: 170px;
	left: 2px;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}

/*Az aktualisan kivalasztott menupont szine*/
#menu #current {
    color:#FF9900;
	/*border-bottom-style:solid;
	border-bottom-color:#330099;
	border-bottom-width:thin;
	border-top-style:solid;
	border-top-color:#330099;
	border-top-width:thin;*/
}

/*------------------------------------*/
/*Internet es telefon felirat formazasa*/
#elerhetoseg a {
	color:#FFFF99;
	text-decoration:underline;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#elerhetoseg{
	color:#FFFFCC;
	/*text-decoration:underline;*/
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	top: 192px;
	font-size:12px;
}


/*------------------------------------*/
/*tartalom formazasa*/

img.floatright {
    float: left;
	margin-right:0.5em;
	margin-top: 0.5em;
	/*display: block;*/
	position: relative;
	top: 0px;
	left: 0px;
	border-style:solid;
	border-width:medium;
}

img.floatleft {
    float: right;
	margin-left:0.5em;
	margin-top: 0.2em;
	/*display: block;*/
	position: relative;
	top: 0px;
	left: 0px;
	border-style:solid;
	border-width:medium;
}


h2.focim {
	color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	position: relative;
	top: 180px;
	left: 0px;
	font-size:17px;
}

h2.alcim {
	color:#003333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	position: relative;
	top: 180px;
	left: 0px;
	font-size:14px;
}

h2.alcim2 {
	color:#003333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	position: relative;
	/*background-color:#FF9933;*/
	top: 180px;
	left: 0px;
	font-size:14px;
	border-style:solid;
	border-width:medium;
	border-color:#000033;
}

h2.alcim3 {
	color:#003333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	position: relative;
	top: 180px;
	left: 0px;
	font-size:14px;
}

img.floatright2 {
    float: left;
	margin:0.2em;
	position: relative;
	top: 0px;
	left: 0px;
}

/*-----------------------------------*/
/* arak tablazat formazasa */

table.arak th, table.arak td {
    border: 1px solid black;
}

table.arak th {
   font-size:14px;
}

table.arak {
    border-collapse: collapse;
	position: relative;
	top: 175px;
	left: 0px;
	text-align:center;
	font-size:13px;
	margin:0.1em;
}

table.arak tr.masodik {
    background-color:#FFCC66;
}

table.arak tr {
    background-color:#FFFF98;
}

table.arak th {
    background-color:#FF9933;
}

table.arak caption {
    /*caption-side: top;*/
    font-style:normal;
	font-size:20px;
}


/*-----------------------------------*/
/* programok tablazat formazasa */

table.programok th, table.programok td {
    border: 1px solid black;
}

table.programok th {
   font-size:14px;
}

table.programok {
    border-collapse: collapse;
	position: relative;
	top: 185px;
	left: 0px;
	text-align:center;
	font-size:13px;
	margin:0.1em;
}

table.programok tr.masodik {
    background-color:#CCFF99;
}

table.programok tr {
    background-color:#FFFF98;
}

table.programok th {
    background-color:#669999;
}

/*-----------------------------------*/
/* programok tablazat formazasa */

table.kirandulas td {
    border: 2px solid green;
}

table.kirandulas {
	color:#003333;
	position: relative;
	top: 175px;
	left: 15px;
	font-size:14px;
	margin:0em;
	text-align:center;
    border-collapse: collapse;
	background-color:#FFFF98;
}

/*-----------------------------------*/
/* erdeklodes form formazasa */

form {
	position:relative;
	top:175px;
	left:50px;	
}

form input, select, textarea{
	background-color:#FFFFCC;
}

