@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #000;
	background-attachment: fixed;
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 5em;
	padding-bottom: 0;
	padding-left: 5em;
	background-color: #FC6;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	font-size: large;
	background-color: #666;
	line-height: normal;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
}
.headerzsu {
	font-size: large;
	background-color: #666;
	line-height: normal;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
}

.header h1 {
	font-size: x-large;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 800px; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: #FFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.container .sidebar1 p a {
	color: #000;
	text-decoration: none;
}
.container .sidebar2 p a {
	color: #FC6;
	text-decoration: none;
	font-weight: bold;
	line-height: 2;
}






.sidebar1 {
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #CCC;
	width: 150px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	clear: right;
	overflow: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: baseline;
	line-height: 2;
}

.sidebar3 {
	width: 160px;
	padding-bottom: 10px;
	border-right-color: #000;
	float: none;
	background-color: #999;
}


.sidebar2 {
	float: left;
	width: 150px;
	background-color: #FFF;
	background-image: url(images/zsuzsi_gomb_alap.jpg);
	height: 300px;
}
.nav_vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	background-color: #FFF;
	text-align: left;
	white-space: normal;
	float: left;
	width: auto;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #000;
	margin-right: auto;
	margin-top: 10px;
}


.content .nav_vert_p {
	font-style: italic;
	color: #006;
}
.container .content .nav_vert .nav_vert_p a:link {
	text-decoration: none;
}
.container .content .nav_vert .nav_vert_p a:visited {
	color: #00F;
	text-decoration: none;
}
.container .content .nav_vert .nav_vert_p a:hover {
	color: #90C;
	text-decoration: none;
}
.container .content .nav_vert a:link {
	color: #00F;
	text-decoration: none;
}
.container .content .nav_vert a:hover {
	color: #90C;
	text-decoration: none;
}
.container .content .nav_vert a:visited {
	color: #00F;
	text-decoration: none;
}



.content {
	width: 630px;
	background-repeat: no-repeat;
	background-color: #FCF;
	color: #000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
}

.content h1 {
	font-style: italic;
	line-height: 20px;
	color: #333;
	font-variant: normal;
	font-weight: bolder;
	text-transform: none;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	text-indent: 20px;
}

.bekezd {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	text-align: justify;
	clear: both;
	overflow: auto;
}
.bekezd_jobb {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	text-align: justify;
	overflow: auto;
	clear: both;
}

.container .content p bekezd {
	font-size: 90%;
}
.public {
	clear: both;
	float: left;
	width: 680px;
}
.public_h1 {
	font-style: italic;
	color: #00F;
	text-decoration: none;
	padding-top: 20px;
	margin-top: 15px;
	vertical-align: baseline;
}
.public_h2 {
	font-weight: bold;
	font-size: 90%;
}
.public_h3 {
	padding-left: 20px;
}





/* ~~ The footer ~~ */
.footer {
	background: #000;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #FC6;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.container .footer p strong a {
	color: #FFF;
}

.public ul {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: disc;
	text-indent: -10px;
	list-style-position: inside;
}
.public ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 15 px;
	padding-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.content p {
}
.tanacsok {
}
.tanacsok1 {
	width: 150px;
	clear: right;
	float: left;
	background-color: #CCC;
	border: 1px solid #FF6;
}
#uzenetirogomb {
	clear: both;
	height: 40px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 3px;
	background-color: #FFF;
	color: #30C;
	text-align: center;
	vertical-align: middle;
	overflow: auto;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-variant: normal;
	border: 1px solid #906;
}
#jogatanacsok {
	height: 200px;
	width: 180px;
	border-bottom-style: groove;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #F00;
	background-color: #3CC;
	margin: 20px;
}
.jogatanacsok {
	background-color: #CCC;
	margin: 20px;
	height: 70px;
	width: 180px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F90;
	border-left-color: #906;
	float: left;
}
.container_index {
	width: 1200px; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: #FC6;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content_index {
	width: 1180px;
	background-repeat: no-repeat;
	background-color: #FC6;
	color: #000;
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
}
.index_bal {
	background-color: #FC6;
	width: 250px;
	float: left;
	clear: both;
	height: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #906;
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	color: #000;
	text-decoration: none;
}
.index_bal p {
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.index_jobb {
	width: 895px;
	float: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #906;
	margin: 0px;
	padding: 15px;
	background-color: #FC6;
}
#index_jobb_bal {
	float: none;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.4em;
	vertical-align: baseline;
	width: 250px;
	margin-left: 0px;
	background-color: #906;
	font-style: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 14px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	margin-top: 15px;
	margin-bottom: 23px;
}
.content_index .index_bal a {
	color: #000;
	text-decoration: none;
}

#lilacsik {
	background-color: #906;
	position: relative;
	height: 32px;
	width: auto;
	top: 430px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	letter-spacing: 1em;
	text-align: center;
	vertical-align: baseline;
}
