@charset "utf-8";
.header_logo_foto {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: large;
	color: #FFF;
	background-color: #906;
	text-align: center;
	width: 150px;
	float: right;
	clear: both;
	padding-bottom: 0px;
	height: 70px;
	padding-top: 0px;
	line-height: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.foto_ballent .header_logo_foto a {
	color: #FFF;
	text-decoration: none;
}


#uzenetirogomb {
	clear: both;
	height: 40px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #FFF;
	color: #00F;
	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;
	padding-right: 5px;
	padding-left: 5px;
}
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: #FFF;
}

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: #000;
	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;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.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;
}



.content {
	width: 630px;
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #30F;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}
.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;
}





/* ~~ 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;
}


/* ~~ 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 {
}
#foto_balfent #fotolog a img {
	text-decoration: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.foto_content {
}
.foto_balfent {
	height: 200px;
	width: 200px;
	float: left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #30C;
	border-bottom-color: #906;
	color: #000;
}
.foto_jobbfent {
	float: left;
	height: 200px;
	width: 550px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #906;
	padding-right: 10px;
	padding-left: 0px;
}
.foto_galery_entri {
	background-color: #FFF;
	height: 180px;
	width: 180px;
	float: left;
	text-align: left;
	text-indent: 2em;
	padding-top: 5px;
	clear: none;
}
.foto_galery_entri_right {
	background-color: #FFF;
	height: 180px;
	width: 180px;
	float: right;
	text-align: left;
	text-indent: 2em;
	vertical-align: top;
	padding-top: 8px;
	clear: inherit;
}
.foto_jobblent .foto_galery_entri_right p a {
	color: #000;
	text-decoration: none;
}
.foto_jobblent .foto_galery_entri p a {
	text-decoration: none;
	color: #000;
}
.foto_content .foto_jobblent p a {
	color: #906;
	text-decoration: none;
}
.foto_partnerek {
	padding: 15px;
	height: auto;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}






.foto_ballent {
	width: 200px;
	height: auto;
	float: left;
	clear: both;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #30C;
}
#foto_balfent #foto_magamrol a {
	color: #FFF;
	text-decoration: none;
}
.foto_jobbfent #foto_kapcsolat a {
	color: #FFF;
	text-decoration: none;
}
.foto_ballent #foto_partnereim a {
	color: #FFF;
	text-decoration: none;
}


.foto_jobblent {
	float: left;
	width: 550px;
	height: auto;
	color: #000;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.foto_content .foto_ballent p {
	text-align: right;
	line-height: 2;
}
#foto_partnereim {
	background-color: #999;
	color: #FFF;
	text-align: center;
	height: 30px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #906;
	border-left-color: #906;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 5px;
}
#foto_magamrol {
	color: #FFF;
	background-color: #999;
	height: 30px;
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #906;
	border-left-color: #906;
	margin-top: 33px;
	padding-top: 5px;
}
#foto_kapcsolat {
	color: #FFF;
	background-color: #999;
	height: 29px;
	margin-top: -8.5px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #906;
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #906;
	padding-top: 6px;
	clear: both;
}

#foto_balfent {
}


.foto_header {
	height: 0px;
	background-color: #FFF;
}
#fotolog {
	height: 131px;
	width: 135px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
.fotourlap {
}
.foto_content .foto_jobbfent p {
	padding: 0px;
}
#jobbfent_szoveg {
	float: left;
	height: 130px;
	padding-top: 20px;
}
.foto_jobbfent #jobbfent_szoveg p {
	padding: 8px;
}
#csik {
	width: 450px;
	border-bottom-width: 5px;
	border-bottom-style: groove;
	border-bottom-color: #999;
}
#elerhetosegek {
	font-size: xx-large;
	font-style: italic;
	color: #666;
	width: 400px;
	text-align: left;
	padding-top: 67px;
	margin-left: 25px;
}
